Shades of Danube #608BC9
Tints of Danube #608BC9
RGB
CMYK
RGB Variations
Color information
#608BC9 (or 0x608BC9) is known color: Danube. HEX triplet: 60, 8B and C9. RGB value is (96,139,201). Sum of RGB (Red+Green+Blue) = 96+139+201=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 201 (78.91% from 255 or 46.10% from 436); Max value from RGB is 201 - color contains mainly: blue. Hex color #608BC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608BC9 is #9F7436. Grayscale: #848484. Windows color (decimal): -10449975 or 13208416. OLE color: 13208416.
HSL color Cylindrical-coordinate representation of color #608BC9: hue angle of 215.43º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #608BC9 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 139 | 201 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.21 |
| HSL | 215.43º | 0.49% | 0.58% | - |
| HSV(B) | 215.43º | 0.52% | 0.79% | - |
| XYZ | 24.6 | 25.17 | 58.82 | - |
| YUV | 133.21 | 166.25 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 139 | 201 | 0.52 | 0.31 | 0 | 0.21 | 215.43 | 0.49 | 0.58 |
| Hex | 60 | 8B | C9 | 34 | 1F | 0 | 15 | D7 | 31 | 3A |
| Octal | 140 | 213 | 311 | 64 | 37 | 0 | 25 | 327 | 61 | 72 |
| Binary | 1100000 | 10001011 | 11001001 | 110100 | 11111 | 0 | 10101 | 11010111 | 110001 | 111010 |
Color Harmonies of #608BC9
Complementary color
Monochromatic Colors of #608BC9
Black with #608BC9
Text Example
Text Example
White with #608BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608BC9; }
p { color: rgb(96,139,201); }
H1.HeaderClassName
{
color: #608BC9;
}
.AnyTagClassName
{
color: #608BC9;
}
</style>
background-color css
<style>
a { background-color: #608BC9; }
a { background-color: rgb(96,139,201); }
div.DivClassName
{
background-color: #608BC9;
}
.BgClassName
{
background-color: #608BC9;
}
</style>
border-color css
<style>
span { border-color: #608BC9; }
span { border-color: rgb(96,139,201); }
td.TdClassName
{
border-color: #608BC9;
}
.TagClassName
{
border-color: #608BC9;
}
</style>