Shades of Cornflower Blue #609FEA
Tints of Cornflower Blue #609FEA
RGB
CMYK
RGB Variations
Color information
#609FEA (or 0x609FEA) is known color: Cornflower Blue. HEX triplet: 60, 9F and EA. RGB value is (96,159,234). Sum of RGB (Red+Green+Blue) = 96+159+234=489 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.63% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #609FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #609FEA is #9F6015. Grayscale: #949494. Windows color (decimal): -10444822 or 15376224. OLE color: 15376224.
HSL color Cylindrical-coordinate representation of color #609FEA: hue angle of 212.61º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #609FEA is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 159 | 234 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.08 |
| HSL | 212.61º | 0.77% | 0.65% | - |
| HSV(B) | 212.61º | 0.59% | 0.92% | - |
| XYZ | 32.07 | 33.22 | 82.56 | - |
| YUV | 148.71 | 176.13 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 159 | 234 | 0.59 | 0.32 | 0 | 0.08 | 212.61 | 0.77 | 0.65 |
| Hex | 60 | 9F | EA | 3B | 20 | 0 | 8 | D5 | 4D | 41 |
| Octal | 140 | 237 | 352 | 73 | 40 | 0 | 10 | 325 | 115 | 101 |
| Binary | 1100000 | 10011111 | 11101010 | 111011 | 100000 | 0 | 1000 | 11010101 | 1001101 | 1000001 |
Color Harmonies of #609FEA
Complementary color
Monochromatic Colors of #609FEA
Black with #609FEA
Text Example
Text Example
White with #609FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609FEA; }
p { color: rgb(96,159,234); }
H1.HeaderClassName
{
color: #609FEA;
}
.AnyTagClassName
{
color: #609FEA;
}
</style>
background-color css
<style>
a { background-color: #609FEA; }
a { background-color: rgb(96,159,234); }
div.DivClassName
{
background-color: #609FEA;
}
.BgClassName
{
background-color: #609FEA;
}
</style>
border-color css
<style>
span { border-color: #609FEA; }
span { border-color: rgb(96,159,234); }
td.TdClassName
{
border-color: #609FEA;
}
.TagClassName
{
border-color: #609FEA;
}
</style>