#667CC5
A medium, moderate blue closely aligning with Cornflowerblue.
About #667CC5
The hex code #667CC5 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Cornflowerblue. This translates to an RGB value of rgb(102, 124, 197).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 48% cyan and 37% magenta inks. With a hue angle of 226.1 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. 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#667CC5
RGB102, 124, 197
HSL226.1°, 45.0%, 58.6%
CMYK48%, 37%, 0%, 23%
HSV226.1°, 48.2%, 77.3%
LAB53.2, 12.0, -40.6
XYZ22.8, 21.3, 55.7
Decimal6716613
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.00:1
Text on #FFFFFF
AA Large
5.25:1
Text on #000000
AA
3.82:1
Text on #F8FAFC
AA Large
4.47:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #667CC5;
}
.text-color {
color: #667CC5;
}
.border-color {
border: 2px solid #667CC5;
}