Shades of Cornflower Blue #6CA0EC
Tints of Cornflower Blue #6CA0EC
RGB
CMYK
RGB Variations
Color information
#6CA0EC (or 0x6CA0EC) is known color: Cornflower Blue. HEX triplet: 6C, A0 and EC. RGB value is (108,160,236). Sum of RGB (Red+Green+Blue) = 108+160+236=504 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.43% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #6CA0EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CA0EC is #935F13. Grayscale: #989898. Windows color (decimal): -9658132 or 15507564. OLE color: 15507564.
HSL color Cylindrical-coordinate representation of color #6CA0EC: hue angle of 215.62º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CA0EC is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 160 | 236 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.07 |
| HSL | 215.63º | 0.77% | 0.67% | - |
| HSV(B) | 215.63º | 0.54% | 0.93% | - |
| XYZ | 33.9 | 34.39 | 84.21 | - |
| YUV | 153.12 | 174.77 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 160 | 236 | 0.54 | 0.32 | 0 | 0.07 | 215.63 | 0.77 | 0.67 |
| Hex | 6C | A0 | EC | 36 | 20 | 0 | 7 | D8 | 4D | 43 |
| Octal | 154 | 240 | 354 | 66 | 40 | 0 | 7 | 330 | 115 | 103 |
| Binary | 1101100 | 10100000 | 11101100 | 110110 | 100000 | 0 | 111 | 11011000 | 1001101 | 1000011 |
Color Harmonies of #6CA0EC
Complementary color
Monochromatic Colors of #6CA0EC
Black with #6CA0EC
Text Example
Text Example
White with #6CA0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA0EC; }
p { color: rgb(108,160,236); }
H1.HeaderClassName
{
color: #6CA0EC;
}
.AnyTagClassName
{
color: #6CA0EC;
}
</style>
background-color css
<style>
a { background-color: #6CA0EC; }
a { background-color: rgb(108,160,236); }
div.DivClassName
{
background-color: #6CA0EC;
}
.BgClassName
{
background-color: #6CA0EC;
}
</style>
border-color css
<style>
span { border-color: #6CA0EC; }
span { border-color: rgb(108,160,236); }
td.TdClassName
{
border-color: #6CA0EC;
}
.TagClassName
{
border-color: #6CA0EC;
}
</style>