Shades of Cornflower Blue #6CA2EB
Tints of Cornflower Blue #6CA2EB
RGB
CMYK
RGB Variations
Color information
#6CA2EB (or 0x6CA2EB) is known color: Cornflower Blue. HEX triplet: 6C, A2 and EB. RGB value is (108,162,235). Sum of RGB (Red+Green+Blue) = 108+162+235=505 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.39% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #6CA2EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CA2EB is #935D14. Grayscale: #999999. Windows color (decimal): -9657621 or 15442540. OLE color: 15442540.
HSL color Cylindrical-coordinate representation of color #6CA2EB: hue angle of 214.49º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CA2EB is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 162 | 235 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.08 |
| HSL | 214.49º | 0.76% | 0.67% | - |
| HSV(B) | 214.49º | 0.54% | 0.92% | - |
| XYZ | 34.1 | 35.03 | 83.56 | - |
| YUV | 154.18 | 173.61 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 162 | 235 | 0.54 | 0.31 | 0 | 0.08 | 214.49 | 0.76 | 0.67 |
| Hex | 6C | A2 | EB | 36 | 1F | 0 | 8 | D6 | 4C | 43 |
| Octal | 154 | 242 | 353 | 66 | 37 | 0 | 10 | 326 | 114 | 103 |
| Binary | 1101100 | 10100010 | 11101011 | 110110 | 11111 | 0 | 1000 | 11010110 | 1001100 | 1000011 |
Color Harmonies of #6CA2EB
Complementary color
Monochromatic Colors of #6CA2EB
Black with #6CA2EB
Text Example
Text Example
White with #6CA2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA2EB; }
p { color: rgb(108,162,235); }
H1.HeaderClassName
{
color: #6CA2EB;
}
.AnyTagClassName
{
color: #6CA2EB;
}
</style>
background-color css
<style>
a { background-color: #6CA2EB; }
a { background-color: rgb(108,162,235); }
div.DivClassName
{
background-color: #6CA2EB;
}
.BgClassName
{
background-color: #6CA2EB;
}
</style>
border-color css
<style>
span { border-color: #6CA2EB; }
span { border-color: rgb(108,162,235); }
td.TdClassName
{
border-color: #6CA2EB;
}
.TagClassName
{
border-color: #6CA2EB;
}
</style>