Shades of Cornflower Blue #6C8EEF
Tints of Cornflower Blue #6C8EEF
RGB
CMYK
RGB Variations
Color information
#6C8EEF (or 0x6C8EEF) is known color: Cornflower Blue. HEX triplet: 6C, 8E and EF. RGB value is (108,142,239). Sum of RGB (Red+Green+Blue) = 108+142+239=489 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.09% from 489); Green value is 142 (55.86% from 255 or 29.04% 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 #6C8EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C8EEF is #937110. Grayscale: #8E8E8E. Windows color (decimal): -9662737 or 15699564. OLE color: 15699564.
HSL color Cylindrical-coordinate representation of color #6C8EEF: hue angle of 224.43º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C8EEF is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 142 | 239 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.06 |
| HSL | 224.43º | 0.8% | 0.68% | - |
| HSV(B) | 224.43º | 0.55% | 0.94% | - |
| XYZ | 31.44 | 28.77 | 85.56 | - |
| YUV | 142.89 | 182.24 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 142 | 239 | 0.55 | 0.41 | 0 | 0.06 | 224.43 | 0.8 | 0.68 |
| Hex | 6C | 8E | EF | 37 | 29 | 0 | 6 | E0 | 50 | 44 |
| Octal | 154 | 216 | 357 | 67 | 51 | 0 | 6 | 340 | 120 | 104 |
| Binary | 1101100 | 10001110 | 11101111 | 110111 | 101001 | 0 | 110 | 11100000 | 1010000 | 1000100 |
Color Harmonies of #6C8EEF
Complementary color
Monochromatic Colors of #6C8EEF
Black with #6C8EEF
Text Example
Text Example
White with #6C8EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8EEF; }
p { color: rgb(108,142,239); }
H1.HeaderClassName
{
color: #6C8EEF;
}
.AnyTagClassName
{
color: #6C8EEF;
}
</style>
background-color css
<style>
a { background-color: #6C8EEF; }
a { background-color: rgb(108,142,239); }
div.DivClassName
{
background-color: #6C8EEF;
}
.BgClassName
{
background-color: #6C8EEF;
}
</style>
border-color css
<style>
span { border-color: #6C8EEF; }
span { border-color: rgb(108,142,239); }
td.TdClassName
{
border-color: #6C8EEF;
}
.TagClassName
{
border-color: #6C8EEF;
}
</style>