#6D8AD3
A light, moderate blue closely aligning with Cornflowerblue.
About #6D8AD3
When working with digital screens, the color #6D8AD3 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Cornflowerblue. This translates to an RGB value of rgb(109, 138, 211).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 48% C, 35% M, 0% Y, and 17% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D8AD3
RGB109, 138, 211
HSL222.9°, 53.7%, 62.7%
CMYK48%, 35%, 0%, 17%
HSV222.9°, 48.3%, 82.7%
LAB58.2, 9.6, -40.7
XYZ27.2, 26.1, 65.2
Decimal7178963
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.37:1
Text on #FFFFFF
AA Large
6.23:1
Text on #000000
AA
3.22:1
Text on #F8FAFC
AA Large
5.29:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6D8AD3;
}
.text-color {
color: #6D8AD3;
}
.border-color {
border: 2px solid #6D8AD3;
}