Shades of Danube #608EC7
Tints of Danube #608EC7
RGB
CMYK
RGB Variations
Color information
#608EC7 (or 0x608EC7) is known color: Danube. HEX triplet: 60, 8E and C7. RGB value is (96,142,199). Sum of RGB (Red+Green+Blue) = 96+142+199=437 (57% of max value = 765). Red value is 96 (37.89% from 255 or 21.97% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 199 (78.12% from 255 or 45.54% from 437); Max value from RGB is 199 - color contains mainly: blue. Hex color #608EC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608EC7 is #9F7138. Grayscale: #868686. Windows color (decimal): -10449209 or 13078112. OLE color: 13078112.
HSL color Cylindrical-coordinate representation of color #608EC7: hue angle of 213.2º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #608EC7 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 142 | 199 | - |
| CMYK | 0.52 | 0.29 | 0 | 0.22 |
| HSL | 213.2º | 0.48% | 0.58% | - |
| HSV(B) | 213.2º | 0.52% | 0.78% | - |
| XYZ | 24.81 | 25.96 | 57.74 | - |
| YUV | 134.74 | 164.26 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 142 | 199 | 0.52 | 0.29 | 0 | 0.22 | 213.2 | 0.48 | 0.58 |
| Hex | 60 | 8E | C7 | 34 | 1D | 0 | 16 | D5 | 30 | 3A |
| Octal | 140 | 216 | 307 | 64 | 35 | 0 | 26 | 325 | 60 | 72 |
| Binary | 1100000 | 10001110 | 11000111 | 110100 | 11101 | 0 | 10110 | 11010101 | 110000 | 111010 |
Color Harmonies of #608EC7
Complementary color
Monochromatic Colors of #608EC7
Black with #608EC7
Text Example
Text Example
White with #608EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608EC7; }
p { color: rgb(96,142,199); }
H1.HeaderClassName
{
color: #608EC7;
}
.AnyTagClassName
{
color: #608EC7;
}
</style>
background-color css
<style>
a { background-color: #608EC7; }
a { background-color: rgb(96,142,199); }
div.DivClassName
{
background-color: #608EC7;
}
.BgClassName
{
background-color: #608EC7;
}
</style>
border-color css
<style>
span { border-color: #608EC7; }
span { border-color: rgb(96,142,199); }
td.TdClassName
{
border-color: #608EC7;
}
.TagClassName
{
border-color: #608EC7;
}
</style>