#6D6DF0
A light, vivid blue closely aligning with Mediumslateblue.
About #6D6DF0
At its core, #6D6DF0 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Mediumslateblue. In the RGB color space, it consists of 109 red, 109 green, and 240 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 55% cyan, 55% magenta, 0% yellow, and 6% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6D6DF0
RGB109, 109, 240
HSL240.0°, 81.4%, 68.4%
CMYK55%, 55%, 0%, 6%
HSV240.0°, 54.6%, 94.1%
LAB52.4, 36.0, -66.2
XYZ27.5, 20.5, 84.9
Decimal7171568
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.12:1
Text on #FFFFFF
AA Large
5.10:1
Text on #000000
AA
3.94:1
Text on #F8FAFC
AA Large
4.33:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D6DF0;
}
.text-color {
color: #6D6DF0;
}
.border-color {
border: 2px solid #6D6DF0;
}