Shades of Cornflower Blue #608CE6
Tints of Cornflower Blue #608CE6
RGB
CMYK
RGB Variations
Color information
#608CE6 (or 0x608CE6) is known color: Cornflower Blue. HEX triplet: 60, 8C and E6. RGB value is (96,140,230). Sum of RGB (Red+Green+Blue) = 96+140+230=466 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.60% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 230 (90.23% from 255 or 49.36% from 466); Max value from RGB is 230 - color contains mainly: blue. Hex color #608CE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #608CE6 is #9F7319. Grayscale: #888888. Windows color (decimal): -10449690 or 15109216. OLE color: 15109216.
HSL color Cylindrical-coordinate representation of color #608CE6: hue angle of 220.3º 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 #608CE6 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 140 | 230 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.10 |
| HSL | 220.3º | 0.73% | 0.64% | - |
| HSV(B) | 220.3º | 0.58% | 0.9% | - |
| XYZ | 28.48 | 26.96 | 78.56 | - |
| YUV | 137.1 | 180.42 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 140 | 230 | 0.58 | 0.39 | 0 | 0.10 | 220.3 | 0.73 | 0.64 |
| Hex | 60 | 8C | E6 | 3A | 27 | 0 | A | DC | 49 | 40 |
| Octal | 140 | 214 | 346 | 72 | 47 | 0 | 12 | 334 | 111 | 100 |
| Binary | 1100000 | 10001100 | 11100110 | 111010 | 100111 | 0 | 1010 | 11011100 | 1001001 | 1000000 |
Color Harmonies of #608CE6
Complementary color
Monochromatic Colors of #608CE6
Black with #608CE6
Text Example
Text Example
White with #608CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608CE6; }
p { color: rgb(96,140,230); }
H1.HeaderClassName
{
color: #608CE6;
}
.AnyTagClassName
{
color: #608CE6;
}
</style>
background-color css
<style>
a { background-color: #608CE6; }
a { background-color: rgb(96,140,230); }
div.DivClassName
{
background-color: #608CE6;
}
.BgClassName
{
background-color: #608CE6;
}
</style>
border-color css
<style>
span { border-color: #608CE6; }
span { border-color: rgb(96,140,230); }
td.TdClassName
{
border-color: #608CE6;
}
.TagClassName
{
border-color: #608CE6;
}
</style>