Shades of Cornflower Blue #608CEC
Tints of Cornflower Blue #608CEC
RGB
CMYK
RGB Variations
Color information
#608CEC (or 0x608CEC) is known color: Cornflower Blue. HEX triplet: 60, 8C and EC. RGB value is (96,140,236). Sum of RGB (Red+Green+Blue) = 96+140+236=472 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.34% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #608CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #608CEC is #9F7313. Grayscale: #898989. Windows color (decimal): -10449684 or 15502432. OLE color: 15502432.
HSL color Cylindrical-coordinate representation of color #608CEC: hue angle of 221.14º 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 #608CEC is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 140 | 236 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.07 |
| HSL | 221.14º | 0.79% | 0.65% | - |
| HSV(B) | 221.14º | 0.59% | 0.93% | - |
| XYZ | 29.34 | 27.3 | 83.08 | - |
| YUV | 137.79 | 183.42 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 140 | 236 | 0.59 | 0.41 | 0 | 0.07 | 221.14 | 0.79 | 0.65 |
| Hex | 60 | 8C | EC | 3B | 29 | 0 | 7 | DD | 4F | 41 |
| Octal | 140 | 214 | 354 | 73 | 51 | 0 | 7 | 335 | 117 | 101 |
| Binary | 1100000 | 10001100 | 11101100 | 111011 | 101001 | 0 | 111 | 11011101 | 1001111 | 1000001 |
Color Harmonies of #608CEC
Complementary color
Monochromatic Colors of #608CEC
Black with #608CEC
Text Example
Text Example
White with #608CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608CEC; }
p { color: rgb(96,140,236); }
H1.HeaderClassName
{
color: #608CEC;
}
.AnyTagClassName
{
color: #608CEC;
}
</style>
background-color css
<style>
a { background-color: #608CEC; }
a { background-color: rgb(96,140,236); }
div.DivClassName
{
background-color: #608CEC;
}
.BgClassName
{
background-color: #608CEC;
}
</style>
border-color css
<style>
span { border-color: #608CEC; }
span { border-color: rgb(96,140,236); }
td.TdClassName
{
border-color: #608CEC;
}
.TagClassName
{
border-color: #608CEC;
}
</style>