#6666A8
A medium, muted blue closely aligning with Darkslateblue.
About #6666A8
Visually, #6666A8 is defined as a muted blue. If you're using CSS, you might find it aligns closely with Darkslateblue. This translates to an RGB value of rgb(102, 102, 168).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 39% cyan and 39% magenta inks. With a hue angle of 240.0 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6666A8
RGB102, 102, 168
HSL240.0°, 27.5%, 52.9%
CMYK39%, 39%, 0%, 34%
HSV240.0°, 39.3%, 65.9%
LAB45.8, 16.8, -35.5
XYZ17.3, 15.2, 39.1
Decimal6710952
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.21:1
Text on #FFFFFF
AA
4.03:1
Text on #000000
AA Large
4.98:1
Text on #F8FAFC
AA
3.43:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6666A8;
}
.text-color {
color: #6666A8;
}
.border-color {
border: 2px solid #6666A8;
}