#6D92DB
A light, moderate blue closely aligning with Cornflowerblue.
About #6D92DB
Visually, #6D92DB is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Cornflowerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 146, and 219.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 50% cyan, 33% magenta, 0% yellow, and 14% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6D92DB
RGB109, 146, 219
HSL219.8°, 60.4%, 64.3%
CMYK50%, 33%, 0%, 14%
HSV219.8°, 50.2%, 85.9%
LAB60.7, 7.4, -41.2
XYZ29.4, 28.9, 71.1
Decimal7181019
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.10:1
Text on #FFFFFF
AA Large
6.78:1
Text on #000000
AA
2.96:1
Text on #F8FAFC
FAIL
5.77:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6D92DB;
}
.text-color {
color: #6D92DB;
}
.border-color {
border: 2px solid #6D92DB;
}