Shades of Cornflower Blue #6E8CEF
Tints of Cornflower Blue #6E8CEF
RGB
CMYK
RGB Variations
Color information
#6E8CEF (or 0x6E8CEF) is known color: Cornflower Blue. HEX triplet: 6E, 8C and EF. RGB value is (110,140,239). Sum of RGB (Red+Green+Blue) = 110+140+239=489 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.49% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #6E8CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E8CEF is #917310. Grayscale: #8D8D8D. Windows color (decimal): -9532177 or 15699054. OLE color: 15699054.
HSL color Cylindrical-coordinate representation of color #6E8CEF: hue angle of 226.05º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E8CEF is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 110 | 140 | 239 | - |
| CMYK | 0.54 | 0.41 | 0 | 0.06 |
| HSL | 226.05º | 0.8% | 0.68% | - |
| HSV(B) | 226.05º | 0.54% | 0.94% | - |
| XYZ | 31.39 | 28.3 | 85.47 | - |
| YUV | 142.32 | 182.56 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 140 | 239 | 0.54 | 0.41 | 0 | 0.06 | 226.05 | 0.8 | 0.68 |
| Hex | 6E | 8C | EF | 36 | 29 | 0 | 6 | E2 | 50 | 44 |
| Octal | 156 | 214 | 357 | 66 | 51 | 0 | 6 | 342 | 120 | 104 |
| Binary | 1101110 | 10001100 | 11101111 | 110110 | 101001 | 0 | 110 | 11100010 | 1010000 | 1000100 |
Color Harmonies of #6E8CEF
Complementary color
Monochromatic Colors of #6E8CEF
Black with #6E8CEF
Text Example
Text Example
White with #6E8CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8CEF; }
p { color: rgb(110,140,239); }
H1.HeaderClassName
{
color: #6E8CEF;
}
.AnyTagClassName
{
color: #6E8CEF;
}
</style>
background-color css
<style>
a { background-color: #6E8CEF; }
a { background-color: rgb(110,140,239); }
div.DivClassName
{
background-color: #6E8CEF;
}
.BgClassName
{
background-color: #6E8CEF;
}
</style>
border-color css
<style>
span { border-color: #6E8CEF; }
span { border-color: rgb(110,140,239); }
td.TdClassName
{
border-color: #6E8CEF;
}
.TagClassName
{
border-color: #6E8CEF;
}
</style>