Shades of Danube #608EC3
Tints of Danube #608EC3
RGB
CMYK
RGB Variations
Color information
#608EC3 (or 0x608EC3) is known color: Danube. HEX triplet: 60, 8E and C3. RGB value is (96,142,195). Sum of RGB (Red+Green+Blue) = 96+142+195=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 195 (76.56% from 255 or 45.03% from 433); Max value from RGB is 195 - color contains mainly: blue. Hex color #608EC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608EC3 is #9F713C. Grayscale: #868686. Windows color (decimal): -10449213 or 12815968. OLE color: 12815968.
HSL color Cylindrical-coordinate representation of color #608EC3: hue angle of 212.12º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #608EC3 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 142 | 195 | - |
| CMYK | 0.51 | 0.27 | 0 | 0.24 |
| HSL | 212.12º | 0.45% | 0.57% | - |
| HSV(B) | 212.12º | 0.51% | 0.76% | - |
| XYZ | 24.35 | 25.77 | 55.32 | - |
| YUV | 134.29 | 162.26 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 142 | 195 | 0.51 | 0.27 | 0 | 0.24 | 212.12 | 0.45 | 0.57 |
| Hex | 60 | 8E | C3 | 33 | 1B | 0 | 18 | D4 | 2D | 39 |
| Octal | 140 | 216 | 303 | 63 | 33 | 0 | 30 | 324 | 55 | 71 |
| Binary | 1100000 | 10001110 | 11000011 | 110011 | 11011 | 0 | 11000 | 11010100 | 101101 | 111001 |
Color Harmonies of #608EC3
Complementary color
Monochromatic Colors of #608EC3
Black with #608EC3
Text Example
Text Example
White with #608EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608EC3; }
p { color: rgb(96,142,195); }
H1.HeaderClassName
{
color: #608EC3;
}
.AnyTagClassName
{
color: #608EC3;
}
</style>
background-color css
<style>
a { background-color: #608EC3; }
a { background-color: rgb(96,142,195); }
div.DivClassName
{
background-color: #608EC3;
}
.BgClassName
{
background-color: #608EC3;
}
</style>
border-color css
<style>
span { border-color: #608EC3; }
span { border-color: rgb(96,142,195); }
td.TdClassName
{
border-color: #608EC3;
}
.TagClassName
{
border-color: #608EC3;
}
</style>