Shades of Danube #608DB5
Tints of Danube #608DB5
RGB
CMYK
RGB Variations
Color information
#608DB5 (or 0x608DB5) is known color: Danube. HEX triplet: 60, 8D and B5. RGB value is (96,141,181). Sum of RGB (Red+Green+Blue) = 96+141+181=418 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.97% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 181 - color contains mainly: blue. Hex color #608DB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608DB5 is #9F724A. Grayscale: #838383. Windows color (decimal): -10449483 or 11898208. OLE color: 11898208.
HSL color Cylindrical-coordinate representation of color #608DB5: hue angle of 208.24º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #608DB5 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 141 | 181 | - |
| CMYK | 0.47 | 0.22 | 0 | 0.29 |
| HSL | 208.24º | 0.36% | 0.54% | - |
| HSV(B) | 208.24º | 0.47% | 0.71% | - |
| XYZ | 22.69 | 24.87 | 47.32 | - |
| YUV | 132.11 | 155.59 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 141 | 181 | 0.47 | 0.22 | 0 | 0.29 | 208.24 | 0.36 | 0.54 |
| Hex | 60 | 8D | B5 | 2F | 16 | 0 | 1D | D0 | 24 | 36 |
| Octal | 140 | 215 | 265 | 57 | 26 | 0 | 35 | 320 | 44 | 66 |
| Binary | 1100000 | 10001101 | 10110101 | 101111 | 10110 | 0 | 11101 | 11010000 | 100100 | 110110 |
Color Harmonies of #608DB5
Complementary color
Monochromatic Colors of #608DB5
Black with #608DB5
Text Example
Text Example
White with #608DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608DB5; }
p { color: rgb(96,141,181); }
H1.HeaderClassName
{
color: #608DB5;
}
.AnyTagClassName
{
color: #608DB5;
}
</style>
background-color css
<style>
a { background-color: #608DB5; }
a { background-color: rgb(96,141,181); }
div.DivClassName
{
background-color: #608DB5;
}
.BgClassName
{
background-color: #608DB5;
}
</style>
border-color css
<style>
span { border-color: #608DB5; }
span { border-color: rgb(96,141,181); }
td.TdClassName
{
border-color: #608DB5;
}
.TagClassName
{
border-color: #608DB5;
}
</style>