Shades of Cornflower Blue #608FEC
Tints of Cornflower Blue #608FEC
RGB
CMYK
RGB Variations
Color information
#608FEC (or 0x608FEC) is known color: Cornflower Blue. HEX triplet: 60, 8F and EC. RGB value is (96,143,236). Sum of RGB (Red+Green+Blue) = 96+143+236=475 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.21% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #608FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #608FEC is #9F7013. Grayscale: #8B8B8B. Windows color (decimal): -10448916 or 15503200. OLE color: 15503200.
HSL color Cylindrical-coordinate representation of color #608FEC: hue angle of 219.86º 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 #608FEC is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 143 | 236 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.07 |
| HSL | 219.86º | 0.79% | 0.65% | - |
| HSV(B) | 219.86º | 0.59% | 0.93% | - |
| XYZ | 29.79 | 28.19 | 83.23 | - |
| YUV | 139.55 | 182.43 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 143 | 236 | 0.59 | 0.39 | 0 | 0.07 | 219.86 | 0.79 | 0.65 |
| Hex | 60 | 8F | EC | 3B | 27 | 0 | 7 | DC | 4F | 41 |
| Octal | 140 | 217 | 354 | 73 | 47 | 0 | 7 | 334 | 117 | 101 |
| Binary | 1100000 | 10001111 | 11101100 | 111011 | 100111 | 0 | 111 | 11011100 | 1001111 | 1000001 |
Color Harmonies of #608FEC
Complementary color
Monochromatic Colors of #608FEC
Black with #608FEC
Text Example
Text Example
White with #608FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608FEC; }
p { color: rgb(96,143,236); }
H1.HeaderClassName
{
color: #608FEC;
}
.AnyTagClassName
{
color: #608FEC;
}
</style>
background-color css
<style>
a { background-color: #608FEC; }
a { background-color: rgb(96,143,236); }
div.DivClassName
{
background-color: #608FEC;
}
.BgClassName
{
background-color: #608FEC;
}
</style>
border-color css
<style>
span { border-color: #608FEC; }
span { border-color: rgb(96,143,236); }
td.TdClassName
{
border-color: #608FEC;
}
.TagClassName
{
border-color: #608FEC;
}
</style>