Shades of Cornflower Blue #608FE6
Tints of Cornflower Blue #608FE6
RGB
CMYK
RGB Variations
Color information
#608FE6 (or 0x608FE6) is known color: Cornflower Blue. HEX triplet: 60, 8F and E6. RGB value is (96,143,230). Sum of RGB (Red+Green+Blue) = 96+143+230=469 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.47% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 230 (90.23% from 255 or 49.04% from 469); Max value from RGB is 230 - color contains mainly: blue. Hex color #608FE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #608FE6 is #9F7019. Grayscale: #8A8A8A. Windows color (decimal): -10448922 or 15109984. OLE color: 15109984.
HSL color Cylindrical-coordinate representation of color #608FE6: hue angle of 218.96º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #608FE6 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 143 | 230 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.10 |
| HSL | 218.96º | 0.73% | 0.64% | - |
| HSV(B) | 218.96º | 0.58% | 0.9% | - |
| XYZ | 28.93 | 27.84 | 78.71 | - |
| YUV | 138.87 | 179.43 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 143 | 230 | 0.58 | 0.38 | 0 | 0.10 | 218.96 | 0.73 | 0.64 |
| Hex | 60 | 8F | E6 | 3A | 26 | 0 | A | DB | 49 | 40 |
| Octal | 140 | 217 | 346 | 72 | 46 | 0 | 12 | 333 | 111 | 100 |
| Binary | 1100000 | 10001111 | 11100110 | 111010 | 100110 | 0 | 1010 | 11011011 | 1001001 | 1000000 |
Color Harmonies of #608FE6
Complementary color
Monochromatic Colors of #608FE6
Black with #608FE6
Text Example
Text Example
White with #608FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608FE6; }
p { color: rgb(96,143,230); }
H1.HeaderClassName
{
color: #608FE6;
}
.AnyTagClassName
{
color: #608FE6;
}
</style>
background-color css
<style>
a { background-color: #608FE6; }
a { background-color: rgb(96,143,230); }
div.DivClassName
{
background-color: #608FE6;
}
.BgClassName
{
background-color: #608FE6;
}
</style>
border-color css
<style>
span { border-color: #608FE6; }
span { border-color: rgb(96,143,230); }
td.TdClassName
{
border-color: #608FE6;
}
.TagClassName
{
border-color: #608FE6;
}
</style>