#6666C5
A medium, moderate blue closely aligning with Slateblue.
About #6666C5
Visually, #6666C5 is defined as a moderate blue. It is closely associated with the named CSS color Slateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 102, and 197.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 48% cyan and 48% magenta inks. With a hue angle of 240.0 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. 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#6666C5
RGB102, 102, 197
HSL240.0°, 45.0%, 58.6%
CMYK48%, 48%, 0%, 23%
HSV240.0°, 48.2%, 77.3%
LAB47.4, 25.5, -49.8
XYZ20.3, 16.4, 54.9
Decimal6710981
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.92:1
Text on #FFFFFF
AA
4.27:1
Text on #000000
AA Large
4.70:1
Text on #F8FAFC
AA
3.63:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6666C5;
}
.text-color {
color: #6666C5;
}
.border-color {
border: 2px solid #6666C5;
}