#6600F8
A medium, vivid purple closely aligning with Blue.
About #6600F8
At its core, #6600F8 is a medium and vivid hue. It is closely associated with the named CSS color Blue. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 0, and 248.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 59% C, 100% M, 0% Y, and 3% K. The HSL representation is 264.7° hue, 100.0% saturation, and 48.6% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6600F8
RGB102, 0, 248
HSL264.7°, 100.0%, 48.6%
CMYK59%, 100%, 0%, 3%
HSV264.7°, 100.0%, 97.3%
LAB37.1, 80.0, -95.8
XYZ22.4, 9.6, 89.5
Decimal6684920
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.19:1
Text on #FFFFFF
AAA
2.92:1
Text on #000000
FAIL
6.87:1
Text on #F8FAFC
AA
2.48:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6600F8;
}
.text-color {
color: #6600F8;
}
.border-color {
border: 2px solid #6600F8;
}