Shades of Cornflower Blue #6CA6F4
Tints of Cornflower Blue #6CA6F4
RGB
CMYK
RGB Variations
Color information
#6CA6F4 (or 0x6CA6F4) is known color: Cornflower Blue. HEX triplet: 6C, A6 and F4. RGB value is (108,166,244). Sum of RGB (Red+Green+Blue) = 108+166+244=518 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.85% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 244 (95.70% from 255 or 47.10% from 518); Max value from RGB is 244 - color contains mainly: blue. Hex color #6CA6F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CA6F4 is #93590B. Grayscale: #9D9D9D. Windows color (decimal): -9656588 or 16033388. OLE color: 16033388.
HSL color Cylindrical-coordinate representation of color #6CA6F4: hue angle of 214.41º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CA6F4 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 108 | 166 | 244 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.04 |
| HSL | 214.41º | 0.86% | 0.69% | - |
| HSV(B) | 214.41º | 0.56% | 0.96% | - |
| XYZ | 36.15 | 36.99 | 90.82 | - |
| YUV | 157.55 | 176.78 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 166 | 244 | 0.56 | 0.32 | 0 | 0.04 | 214.41 | 0.86 | 0.69 |
| Hex | 6C | A6 | F4 | 38 | 20 | 0 | 4 | D6 | 56 | 45 |
| Octal | 154 | 246 | 364 | 70 | 40 | 0 | 4 | 326 | 126 | 105 |
| Binary | 1101100 | 10100110 | 11110100 | 111000 | 100000 | 0 | 100 | 11010110 | 1010110 | 1000101 |
Color Harmonies of #6CA6F4
Complementary color
Monochromatic Colors of #6CA6F4
Black with #6CA6F4
Text Example
Text Example
White with #6CA6F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA6F4; }
p { color: rgb(108,166,244); }
H1.HeaderClassName
{
color: #6CA6F4;
}
.AnyTagClassName
{
color: #6CA6F4;
}
</style>
background-color css
<style>
a { background-color: #6CA6F4; }
a { background-color: rgb(108,166,244); }
div.DivClassName
{
background-color: #6CA6F4;
}
.BgClassName
{
background-color: #6CA6F4;
}
</style>
border-color css
<style>
span { border-color: #6CA6F4; }
span { border-color: rgb(108,166,244); }
td.TdClassName
{
border-color: #6CA6F4;
}
.TagClassName
{
border-color: #6CA6F4;
}
</style>