#6666B6
A medium, moderate blue closely aligning with Darkslateblue.
About #6666B6
When working with digital screens, the color #6666B6 is rendered by mixing light. Designers often compare it to the standard color Darkslateblue. This translates to an RGB value of rgb(102, 102, 182).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 44% cyan, 44% magenta, 0% yellow, and 29% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#6666B6
RGB102, 102, 182
HSL240.0°, 35.4%, 55.7%
CMYK44%, 44%, 0%, 29%
HSV240.0°, 44.0%, 71.4%
LAB46.6, 20.9, -42.5
XYZ18.7, 15.7, 46.3
Decimal6710966
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.07:1
Text on #FFFFFF
AA
4.14:1
Text on #000000
AA Large
4.85:1
Text on #F8FAFC
AA
3.52:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6666B6;
}
.text-color {
color: #6666B6;
}
.border-color {
border: 2px solid #6666B6;
}