Shades of Cornflower Blue #609FEC
Tints of Cornflower Blue #609FEC
RGB
CMYK
RGB Variations
Color information
#609FEC (or 0x609FEC) is known color: Cornflower Blue. HEX triplet: 60, 9F and EC. RGB value is (96,159,236). Sum of RGB (Red+Green+Blue) = 96+159+236=491 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.55% from 491); Green value is 159 (62.5% from 255 or 32.38% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #609FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #609FEC is #9F6013. Grayscale: #949494. Windows color (decimal): -10444820 or 15507296. OLE color: 15507296.
HSL color Cylindrical-coordinate representation of color #609FEC: hue angle of 213º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #609FEC is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 159 | 236 | - |
| CMYK | 0.59 | 0.33 | 0 | 0.07 |
| HSL | 213º | 0.79% | 0.65% | - |
| HSV(B) | 213º | 0.59% | 0.93% | - |
| XYZ | 32.36 | 33.34 | 84.09 | - |
| YUV | 148.94 | 177.13 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 159 | 236 | 0.59 | 0.33 | 0 | 0.07 | 213 | 0.79 | 0.65 |
| Hex | 60 | 9F | EC | 3B | 21 | 0 | 7 | D5 | 4F | 41 |
| Octal | 140 | 237 | 354 | 73 | 41 | 0 | 7 | 325 | 117 | 101 |
| Binary | 1100000 | 10011111 | 11101100 | 111011 | 100001 | 0 | 111 | 11010101 | 1001111 | 1000001 |
Color Harmonies of #609FEC
Complementary color
Monochromatic Colors of #609FEC
Black with #609FEC
Text Example
Text Example
White with #609FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609FEC; }
p { color: rgb(96,159,236); }
H1.HeaderClassName
{
color: #609FEC;
}
.AnyTagClassName
{
color: #609FEC;
}
</style>
background-color css
<style>
a { background-color: #609FEC; }
a { background-color: rgb(96,159,236); }
div.DivClassName
{
background-color: #609FEC;
}
.BgClassName
{
background-color: #609FEC;
}
</style>
border-color css
<style>
span { border-color: #609FEC; }
span { border-color: rgb(96,159,236); }
td.TdClassName
{
border-color: #609FEC;
}
.TagClassName
{
border-color: #609FEC;
}
</style>