#6D83E2
A light, moderate blue closely aligning with Cornflowerblue.
About #6D83E2
At its core, #6D83E2 is a light and moderate hue. Its closest recognized web color is Cornflowerblue. In the RGB color space, it consists of 109 red, 131 green, and 226 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 52% cyan, 42% magenta, 0% yellow, and 11% black. The HSL representation is 228.7° hue, 66.9% saturation, and 65.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#6D83E2
RGB109, 131, 226
HSL228.7°, 66.9%, 65.7%
CMYK52%, 42%, 0%, 11%
HSV228.7°, 51.8%, 88.6%
LAB57.1, 18.4, -50.9
XYZ28.2, 25.0, 75.3
Decimal7177186
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.50:1
Text on #FFFFFF
AA Large
5.99:1
Text on #000000
AA
3.35:1
Text on #F8FAFC
AA Large
5.10:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6D83E2;
}
.text-color {
color: #6D83E2;
}
.border-color {
border: 2px solid #6D83E2;
}