#666692
A medium, muted blue closely aligning with Steelblue.
About #666692
When working with digital screens, the color #666692 is rendered by mixing light. Its closest recognized web color is Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 102, and 146.
If you are designing for print, the four-color process is what matters most. The color uses 30% Cyan, 30% Magenta, 0% Yellow, and 43% Black. The HSL representation is 240.0° hue, 17.7% saturation, and 48.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#666692
RGB102, 102, 146
HSL240.0°, 17.7%, 48.6%
CMYK30%, 30%, 0%, 43%
HSV240.0°, 30.1%, 57.3%
LAB44.8, 10.6, -24.1
XYZ15.4, 14.4, 29.2
Decimal6710930
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.41:1
Text on #FFFFFF
AA
3.88:1
Text on #000000
AA Large
5.17:1
Text on #F8FAFC
AA
3.30:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #666692;
}
.text-color {
color: #666692;
}
.border-color {
border: 2px solid #666692;
}