#666DCC
A light, moderate blue closely aligning with Mediumpurple.
About #666DCC
When working with digital screens, the color #666DCC is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumpurple. This translates to an RGB value of rgb(102, 109, 204).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 50% cyan and 47% magenta inks. With a hue angle of 235.9 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 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#666DCC
RGB102, 109, 204
HSL235.9°, 50.0%, 60.0%
CMYK50%, 47%, 0%, 20%
HSV235.9°, 50.0%, 80.0%
LAB49.6, 23.3, -50.3
XYZ21.8, 18.1, 59.5
Decimal6712780
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.54:1
Text on #FFFFFF
AA
4.62:1
Text on #000000
AA
4.34:1
Text on #F8FAFC
AA Large
3.93:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #666DCC;
}
.text-color {
color: #666DCC;
}
.border-color {
border: 2px solid #666DCC;
}