Shades of Cornflower Blue #608CE0
Tints of Cornflower Blue #608CE0
RGB
CMYK
RGB Variations
Color information
#608CE0 (or 0x608CE0) is known color: Cornflower Blue. HEX triplet: 60, 8C and E0. RGB value is (96,140,224). Sum of RGB (Red+Green+Blue) = 96+140+224=460 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.87% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #608CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608CE0 is #9F731F. Grayscale: #888888. Windows color (decimal): -10449696 or 14716000. OLE color: 14716000.
HSL color Cylindrical-coordinate representation of color #608CE0: hue angle of 219.38º 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 #608CE0 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 140 | 224 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.12 |
| HSL | 219.38º | 0.67% | 0.63% | - |
| HSV(B) | 219.38º | 0.57% | 0.88% | - |
| XYZ | 27.66 | 26.62 | 74.2 | - |
| YUV | 136.42 | 177.42 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 140 | 224 | 0.57 | 0.38 | 0 | 0.12 | 219.38 | 0.67 | 0.63 |
| Hex | 60 | 8C | E0 | 39 | 26 | 0 | C | DB | 43 | 3F |
| Octal | 140 | 214 | 340 | 71 | 46 | 0 | 14 | 333 | 103 | 77 |
| Binary | 1100000 | 10001100 | 11100000 | 111001 | 100110 | 0 | 1100 | 11011011 | 1000011 | 111111 |
Color Harmonies of #608CE0
Complementary color
Monochromatic Colors of #608CE0
Black with #608CE0
Text Example
Text Example
White with #608CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608CE0; }
p { color: rgb(96,140,224); }
H1.HeaderClassName
{
color: #608CE0;
}
.AnyTagClassName
{
color: #608CE0;
}
</style>
background-color css
<style>
a { background-color: #608CE0; }
a { background-color: rgb(96,140,224); }
div.DivClassName
{
background-color: #608CE0;
}
.BgClassName
{
background-color: #608CE0;
}
</style>
border-color css
<style>
span { border-color: #608CE0; }
span { border-color: rgb(96,140,224); }
td.TdClassName
{
border-color: #608CE0;
}
.TagClassName
{
border-color: #608CE0;
}
</style>