Shades of Cornflower Blue #609CE0
Tints of Cornflower Blue #609CE0
RGB
CMYK
RGB Variations
Color information
#609CE0 (or 0x609CE0) is known color: Cornflower Blue. HEX triplet: 60, 9C and E0. RGB value is (96,156,224). Sum of RGB (Red+Green+Blue) = 96+156+224=476 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.17% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 224 - color contains mainly: blue. Hex color #609CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609CE0 is #9F631F. Grayscale: #919191. Windows color (decimal): -10445600 or 14720096. OLE color: 14720096.
HSL color Cylindrical-coordinate representation of color #609CE0: hue angle of 211.88º 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 #609CE0 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 156 | 224 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.12 |
| HSL | 211.88º | 0.67% | 0.63% | - |
| HSV(B) | 211.88º | 0.57% | 0.88% | - |
| XYZ | 30.17 | 31.65 | 75.04 | - |
| YUV | 145.81 | 172.12 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 156 | 224 | 0.57 | 0.30 | 0 | 0.12 | 211.88 | 0.67 | 0.63 |
| Hex | 60 | 9C | E0 | 39 | 1E | 0 | C | D4 | 43 | 3F |
| Octal | 140 | 234 | 340 | 71 | 36 | 0 | 14 | 324 | 103 | 77 |
| Binary | 1100000 | 10011100 | 11100000 | 111001 | 11110 | 0 | 1100 | 11010100 | 1000011 | 111111 |
Color Harmonies of #609CE0
Complementary color
Monochromatic Colors of #609CE0
Black with #609CE0
Text Example
Text Example
White with #609CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609CE0; }
p { color: rgb(96,156,224); }
H1.HeaderClassName
{
color: #609CE0;
}
.AnyTagClassName
{
color: #609CE0;
}
</style>
background-color css
<style>
a { background-color: #609CE0; }
a { background-color: rgb(96,156,224); }
div.DivClassName
{
background-color: #609CE0;
}
.BgClassName
{
background-color: #609CE0;
}
</style>
border-color css
<style>
span { border-color: #609CE0; }
span { border-color: rgb(96,156,224); }
td.TdClassName
{
border-color: #609CE0;
}
.TagClassName
{
border-color: #609CE0;
}
</style>