#6666FF
A light, vivid blue closely aligning with Mediumslateblue.
About #6666FF
At its core, #6666FF is a light and vivid hue. If you're using CSS, you might find it aligns closely with Mediumslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 102, and 255.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 60% C, 60% M, 0% Y, and 0% K. 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, #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#6666FF
RGB102, 102, 255
HSL240.0°, 100.0%, 70.0%
CMYK60%, 60%, 0%, 0%
HSV240.0°, 60.0%, 100.0%
LAB51.3, 43.6, -76.3
XYZ28.3, 19.5, 96.9
Decimal6711039
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.28:1
Text on #FFFFFF
AA Large
4.91:1
Text on #000000
AA
4.09:1
Text on #F8FAFC
AA Large
4.17:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6666FF;
}
.text-color {
color: #6666FF;
}
.border-color {
border: 2px solid #6666FF;
}