#6D7CF0
A light, vivid blue closely aligning with Royalblue.
About #6D7CF0
When working with digital screens, the color #6D7CF0 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Royalblue. In the RGB color space, it consists of 109 red, 124 green, and 240 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 55% C, 48% M, 0% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#6D7CF0
RGB109, 124, 240
HSL233.1°, 81.4%, 68.4%
CMYK55%, 48%, 0%, 6%
HSV233.1°, 54.6%, 94.1%
LAB56.0, 27.0, -60.3
XYZ29.2, 24.0, 85.5
Decimal7175408
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.63:1
Text on #FFFFFF
AA Large
5.79:1
Text on #000000
AA
3.47:1
Text on #F8FAFC
AA Large
4.92:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6D7CF0;
}
.text-color {
color: #6D7CF0;
}
.border-color {
border: 2px solid #6D7CF0;
}