Shades of Danube #608ECD
Tints of Danube #608ECD
RGB
CMYK
RGB Variations
Color information
#608ECD (or 0x608ECD) is known color: Danube. HEX triplet: 60, 8E and CD. RGB value is (96,142,205). Sum of RGB (Red+Green+Blue) = 96+142+205=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #608ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608ECD is #9F7132. Grayscale: #878787. Windows color (decimal): -10449203 or 13471328. OLE color: 13471328.
HSL color Cylindrical-coordinate representation of color #608ECD: hue angle of 214.68º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #608ECD is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 142 | 205 | - |
| CMYK | 0.53 | 0.31 | 0 | 0.20 |
| HSL | 214.68º | 0.52% | 0.59% | - |
| HSV(B) | 214.68º | 0.53% | 0.8% | - |
| XYZ | 25.52 | 26.24 | 61.48 | - |
| YUV | 135.43 | 167.26 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 142 | 205 | 0.53 | 0.31 | 0 | 0.20 | 214.68 | 0.52 | 0.59 |
| Hex | 60 | 8E | CD | 35 | 1F | 0 | 14 | D7 | 34 | 3B |
| Octal | 140 | 216 | 315 | 65 | 37 | 0 | 24 | 327 | 64 | 73 |
| Binary | 1100000 | 10001110 | 11001101 | 110101 | 11111 | 0 | 10100 | 11010111 | 110100 | 111011 |
Color Harmonies of #608ECD
Complementary color
Monochromatic Colors of #608ECD
Black with #608ECD
Text Example
Text Example
White with #608ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608ECD; }
p { color: rgb(96,142,205); }
H1.HeaderClassName
{
color: #608ECD;
}
.AnyTagClassName
{
color: #608ECD;
}
</style>
background-color css
<style>
a { background-color: #608ECD; }
a { background-color: rgb(96,142,205); }
div.DivClassName
{
background-color: #608ECD;
}
.BgClassName
{
background-color: #608ECD;
}
</style>
border-color css
<style>
span { border-color: #608ECD; }
span { border-color: rgb(96,142,205); }
td.TdClassName
{
border-color: #608ECD;
}
.TagClassName
{
border-color: #608ECD;
}
</style>