#6666BD
A medium, moderate blue closely aligning with Mediumpurple.
About #6666BD
At its core, #6666BD is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Mediumpurple. This translates to an RGB value of rgb(102, 102, 189).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 46% cyan and 46% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6666BD
RGB102, 102, 189
HSL240.0°, 39.7%, 57.1%
CMYK46%, 46%, 0%, 26%
HSV240.0°, 46.0%, 74.1%
LAB47.0, 23.0, -45.9
XYZ19.4, 16.0, 50.2
Decimal6710973
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.00:1
Text on #FFFFFF
AA
4.20:1
Text on #000000
AA Large
4.78:1
Text on #F8FAFC
AA
3.57:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6666BD;
}
.text-color {
color: #6666BD;
}
.border-color {
border: 2px solid #6666BD;
}