#6DCCF0
A light, vivid blue closely aligning with Skyblue.
About #6DCCF0
Visually, #6DCCF0 is defined as a vivid blue. Its closest recognized web color is Skyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 204, and 240.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 55% C, 15% M, 0% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6DCCF0
RGB109, 204, 240
HSL196.5°, 81.4%, 68.4%
CMYK55%, 15%, 0%, 6%
HSV196.5°, 54.6%, 94.1%
LAB77.7, -18.2, -26.3
XYZ43.6, 52.7, 90.3
Decimal7195888
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.82:1
Text on #FFFFFF
FAIL
11.55:1
Text on #000000
AAA
1.74:1
Text on #F8FAFC
FAIL
9.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DCCF0;
}
.text-color {
color: #6DCCF0;
}
.border-color {
border: 2px solid #6DCCF0;
}