#6616FF
A medium, vivid purple closely aligning with Blue.
About #6616FF
When working with digital screens, the color #6616FF is rendered by mixing light. If you're using CSS, you might find it aligns closely with Blue. This translates to an RGB value of rgb(102, 22, 255).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 60% C, 91% M, 0% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. 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#6616FF
RGB102, 22, 255
HSL260.6°, 100.0%, 54.3%
CMYK60%, 91%, 0%, 0%
HSV260.6°, 91.4%, 100.0%
LAB38.9, 78.5, -96.7
XYZ23.8, 10.6, 95.4
Decimal6690559
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.72:1
Text on #FFFFFF
AA
3.12:1
Text on #000000
AA Large
6.43:1
Text on #F8FAFC
AA
2.66:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6616FF;
}
.text-color {
color: #6616FF;
}
.border-color {
border: 2px solid #6616FF;
}