#6683F0
A light, vivid blue closely aligning with Dodgerblue.
About #6683F0
When working with digital screens, the color #6683F0 is rendered by mixing light. Designers often compare it to the standard color Dodgerblue. This translates to an RGB value of rgb(102, 131, 240).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 57% cyan, 45% magenta, 0% yellow, and 6% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#6683F0
RGB102, 131, 240
HSL227.4°, 82.1%, 67.1%
CMYK57%, 45%, 0%, 6%
HSV227.4°, 57.5%, 94.1%
LAB57.4, 21.4, -58.1
XYZ29.3, 25.3, 85.8
Decimal6718448
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.46:1
Text on #FFFFFF
AA Large
6.07:1
Text on #000000
AA
3.31:1
Text on #F8FAFC
AA Large
5.16:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6683F0;
}
.text-color {
color: #6683F0;
}
.border-color {
border: 2px solid #6683F0;
}