#6642F0
A light, vivid blue closely aligning with Blueviolet.
About #6642F0
At its core, #6642F0 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Blueviolet. This translates to an RGB value of rgb(102, 66, 240).
For print applications, it's crucial to understand its CMYK makeup. The color uses 57% Cyan, 72% Magenta, 0% Yellow, and 6% Black. The HSL representation is 252.4° hue, 85.3% saturation, and 60.0% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6642F0
RGB102, 66, 240
HSL252.4°, 85.3%, 60.0%
CMYK57%, 72%, 0%, 6%
HSV252.4°, 72.5%, 94.1%
LAB42.8, 58.9, -81.9
XYZ23.2, 13.0, 83.7
Decimal6701808
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.83:1
Text on #FFFFFF
AA
3.60:1
Text on #000000
AA Large
5.57:1
Text on #F8FAFC
AA
3.06:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6642F0;
}
.text-color {
color: #6642F0;
}
.border-color {
border: 2px solid #6642F0;
}