#6D7CDB
A light, moderate blue closely aligning with Cornflowerblue.
About #6D7CDB
Visually, #6D7CDB is defined as a moderate blue. Its closest recognized web color is Cornflowerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 124, and 219.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 50% cyan, 43% magenta, 0% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6D7CDB
RGB109, 124, 219
HSL231.8°, 60.4%, 64.3%
CMYK50%, 43%, 0%, 14%
HSV231.8°, 50.2%, 85.9%
LAB54.8, 20.4, -50.5
XYZ26.3, 22.8, 70.0
Decimal7175387
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.78:1
Text on #FFFFFF
AA Large
5.56:1
Text on #000000
AA
3.61:1
Text on #F8FAFC
AA Large
4.72:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6D7CDB;
}
.text-color {
color: #6D7CDB;
}
.border-color {
border: 2px solid #6D7CDB;
}