#666DAF
A medium, moderate blue closely aligning with Steelblue.
About #666DAF
Visually, #666DAF is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Steelblue. Its digital footprint relies on 102 parts red, 109 parts green, and 175 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 42% Cyan, 38% Magenta, 0% Yellow, and 31% Black. With a hue angle of 234.2 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#666DAF
RGB102, 109, 175
HSL234.2°, 31.3%, 54.3%
CMYK42%, 38%, 0%, 31%
HSV234.2°, 41.7%, 68.6%
LAB48.1, 14.5, -36.1
XYZ18.7, 16.9, 42.8
Decimal6712751
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.80:1
Text on #FFFFFF
AA
4.37:1
Text on #000000
AA Large
4.59:1
Text on #F8FAFC
AA
3.72:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #666DAF;
}
.text-color {
color: #666DAF;
}
.border-color {
border: 2px solid #666DAF;
}