Shades of Danube #608DCB
Tints of Danube #608DCB
RGB
CMYK
RGB Variations
Color information
#608DCB (or 0x608DCB) is known color: Danube. HEX triplet: 60, 8D and CB. RGB value is (96,141,203). Sum of RGB (Red+Green+Blue) = 96+141+203=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #608DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608DCB is #9F7234. Grayscale: #868686. Windows color (decimal): -10449461 or 13340000. OLE color: 13340000.
HSL color Cylindrical-coordinate representation of color #608DCB: hue angle of 214.77º degrees, saturation: 0.51, 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 #608DCB is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 141 | 203 | - |
| CMYK | 0.53 | 0.31 | 0 | 0.20 |
| HSL | 214.77º | 0.51% | 0.59% | - |
| HSV(B) | 214.77º | 0.53% | 0.8% | - |
| XYZ | 25.13 | 25.85 | 60.16 | - |
| YUV | 134.61 | 166.59 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 141 | 203 | 0.53 | 0.31 | 0 | 0.20 | 214.77 | 0.51 | 0.59 |
| Hex | 60 | 8D | CB | 35 | 1F | 0 | 14 | D7 | 33 | 3B |
| Octal | 140 | 215 | 313 | 65 | 37 | 0 | 24 | 327 | 63 | 73 |
| Binary | 1100000 | 10001101 | 11001011 | 110101 | 11111 | 0 | 10100 | 11010111 | 110011 | 111011 |
Color Harmonies of #608DCB
Complementary color
Monochromatic Colors of #608DCB
Black with #608DCB
Text Example
Text Example
White with #608DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608DCB; }
p { color: rgb(96,141,203); }
H1.HeaderClassName
{
color: #608DCB;
}
.AnyTagClassName
{
color: #608DCB;
}
</style>
background-color css
<style>
a { background-color: #608DCB; }
a { background-color: rgb(96,141,203); }
div.DivClassName
{
background-color: #608DCB;
}
.BgClassName
{
background-color: #608DCB;
}
</style>
border-color css
<style>
span { border-color: #608DCB; }
span { border-color: rgb(96,141,203); }
td.TdClassName
{
border-color: #608DCB;
}
.TagClassName
{
border-color: #608DCB;
}
</style>