#6666CC
A light, moderate blue closely aligning with Slateblue.
About #6666CC
The hex code #6666CC represents a beautifully specific shade of blue. It is closely associated with the named CSS color Slateblue. Its digital footprint relies on 102 parts red, 102 parts green, and 204 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 50% Cyan, 50% Magenta, 0% Yellow, and 20% Black. The HSL representation is 240.0° hue, 50.0% saturation, and 60.0% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6666CC
RGB102, 102, 204
HSL240.0°, 50.0%, 60.0%
CMYK50%, 50%, 0%, 20%
HSV240.0°, 50.0%, 80.0%
LAB47.9, 27.6, -53.2
XYZ21.1, 16.7, 59.2
Decimal6710988
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.84:1
Text on #FFFFFF
AA
4.34:1
Text on #000000
AA Large
4.63:1
Text on #F8FAFC
AA
3.69:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6666CC;
}
.text-color {
color: #6666CC;
}
.border-color {
border: 2px solid #6666CC;
}