Shades of Cornflower Blue #609BE0
Tints of Cornflower Blue #609BE0
RGB
CMYK
RGB Variations
Color information
#609BE0 (or 0x609BE0) is known color: Cornflower Blue. HEX triplet: 60, 9B and E0. RGB value is (96,155,224). Sum of RGB (Red+Green+Blue) = 96+155+224=475 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.21% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 224 - color contains mainly: blue. Hex color #609BE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609BE0 is #9F641F. Grayscale: #909090. Windows color (decimal): -10445856 or 14719840. OLE color: 14719840.
HSL color Cylindrical-coordinate representation of color #609BE0: hue angle of 212.34º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #609BE0 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 155 | 224 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.12 |
| HSL | 212.34º | 0.67% | 0.63% | - |
| HSV(B) | 212.34º | 0.57% | 0.88% | - |
| XYZ | 30 | 31.31 | 74.98 | - |
| YUV | 145.23 | 172.45 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 155 | 224 | 0.57 | 0.31 | 0 | 0.12 | 212.34 | 0.67 | 0.63 |
| Hex | 60 | 9B | E0 | 39 | 1F | 0 | C | D4 | 43 | 3F |
| Octal | 140 | 233 | 340 | 71 | 37 | 0 | 14 | 324 | 103 | 77 |
| Binary | 1100000 | 10011011 | 11100000 | 111001 | 11111 | 0 | 1100 | 11010100 | 1000011 | 111111 |
Color Harmonies of #609BE0
Complementary color
Monochromatic Colors of #609BE0
Black with #609BE0
Text Example
Text Example
White with #609BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609BE0; }
p { color: rgb(96,155,224); }
H1.HeaderClassName
{
color: #609BE0;
}
.AnyTagClassName
{
color: #609BE0;
}
</style>
background-color css
<style>
a { background-color: #609BE0; }
a { background-color: rgb(96,155,224); }
div.DivClassName
{
background-color: #609BE0;
}
.BgClassName
{
background-color: #609BE0;
}
</style>
border-color css
<style>
span { border-color: #609BE0; }
span { border-color: rgb(96,155,224); }
td.TdClassName
{
border-color: #609BE0;
}
.TagClassName
{
border-color: #609BE0;
}
</style>