#6666AF
A medium, moderate blue closely aligning with Darkslateblue.
About #6666AF
The precise color #6666AF is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkslateblue. In the RGB color space, it consists of 102 red, 102 green, and 175 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 42% cyan, 42% magenta, 0% yellow, and 31% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6666AF
RGB102, 102, 175
HSL240.0°, 31.3%, 54.3%
CMYK42%, 42%, 0%, 31%
HSV240.0°, 41.7%, 68.6%
LAB46.2, 18.8, -39.0
XYZ18.0, 15.4, 42.6
Decimal6710959
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.14:1
Text on #FFFFFF
AA
4.08:1
Text on #000000
AA Large
4.91:1
Text on #F8FAFC
AA
3.47:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6666AF;
}
.text-color {
color: #6666AF;
}
.border-color {
border: 2px solid #6666AF;
}