Shades of Danube #608DBB
Tints of Danube #608DBB
RGB
CMYK
RGB Variations
Color information
#608DBB (or 0x608DBB) is known color: Danube. HEX triplet: 60, 8D and BB. RGB value is (96,141,187). Sum of RGB (Red+Green+Blue) = 96+141+187=424 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.64% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #608DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608DBB is #9F7244. Grayscale: #848484. Windows color (decimal): -10449477 or 12291424. OLE color: 12291424.
HSL color Cylindrical-coordinate representation of color #608DBB: hue angle of 210.33º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #608DBB is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 141 | 187 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.27 |
| HSL | 210.33º | 0.4% | 0.55% | - |
| HSV(B) | 210.33º | 0.49% | 0.73% | - |
| XYZ | 23.32 | 25.12 | 50.63 | - |
| YUV | 132.79 | 158.59 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 141 | 187 | 0.49 | 0.25 | 0 | 0.27 | 210.33 | 0.4 | 0.55 |
| Hex | 60 | 8D | BB | 31 | 19 | 0 | 1B | D2 | 28 | 37 |
| Octal | 140 | 215 | 273 | 61 | 31 | 0 | 33 | 322 | 50 | 67 |
| Binary | 1100000 | 10001101 | 10111011 | 110001 | 11001 | 0 | 11011 | 11010010 | 101000 | 110111 |
Color Harmonies of #608DBB
Complementary color
Monochromatic Colors of #608DBB
Black with #608DBB
Text Example
Text Example
White with #608DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608DBB; }
p { color: rgb(96,141,187); }
H1.HeaderClassName
{
color: #608DBB;
}
.AnyTagClassName
{
color: #608DBB;
}
</style>
background-color css
<style>
a { background-color: #608DBB; }
a { background-color: rgb(96,141,187); }
div.DivClassName
{
background-color: #608DBB;
}
.BgClassName
{
background-color: #608DBB;
}
</style>
border-color css
<style>
span { border-color: #608DBB; }
span { border-color: rgb(96,141,187); }
td.TdClassName
{
border-color: #608DBB;
}
.TagClassName
{
border-color: #608DBB;
}
</style>