#6683CC
A light, moderate blue closely aligning with Cornflowerblue.
About #6683CC
The precise color #6683CC is an excellent choice for modern design projects. It is closely associated with the named CSS color Cornflowerblue. Its digital footprint relies on 102 parts red, 131 parts green, and 204 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 50% C, 36% M, 0% Y, and 20% K. With a hue angle of 222.9 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#6683CC
RGB102, 131, 204
HSL222.9°, 50.0%, 60.0%
CMYK50%, 36%, 0%, 20%
HSV222.9°, 50.0%, 80.0%
LAB55.5, 10.0, -41.0
XYZ24.5, 23.4, 60.4
Decimal6718412
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.69:1
Text on #FFFFFF
AA Large
5.68:1
Text on #000000
AA
3.53:1
Text on #F8FAFC
AA Large
4.83:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6683CC;
}
.text-color {
color: #6683CC;
}
.border-color {
border: 2px solid #6683CC;
}