Shades of Danube #608BC6
Tints of Danube #608BC6
RGB
CMYK
RGB Variations
Color information
#608BC6 (or 0x608BC6) is known color: Danube. HEX triplet: 60, 8B and C6. RGB value is (96,139,198). Sum of RGB (Red+Green+Blue) = 96+139+198=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 198 (77.73% from 255 or 45.73% from 433); Max value from RGB is 198 - color contains mainly: blue. Hex color #608BC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608BC6 is #9F7439. Grayscale: #848484. Windows color (decimal): -10449978 or 13011808. OLE color: 13011808.
HSL color Cylindrical-coordinate representation of color #608BC6: hue angle of 214.71º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #608BC6 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 139 | 198 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.22 |
| HSL | 214.71º | 0.47% | 0.58% | - |
| HSV(B) | 214.71º | 0.52% | 0.78% | - |
| XYZ | 24.25 | 25.03 | 56.98 | - |
| YUV | 132.87 | 164.75 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 139 | 198 | 0.52 | 0.30 | 0 | 0.22 | 214.71 | 0.47 | 0.58 |
| Hex | 60 | 8B | C6 | 34 | 1E | 0 | 16 | D7 | 2F | 3A |
| Octal | 140 | 213 | 306 | 64 | 36 | 0 | 26 | 327 | 57 | 72 |
| Binary | 1100000 | 10001011 | 11000110 | 110100 | 11110 | 0 | 10110 | 11010111 | 101111 | 111010 |
Color Harmonies of #608BC6
Complementary color
Monochromatic Colors of #608BC6
Black with #608BC6
Text Example
Text Example
White with #608BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608BC6; }
p { color: rgb(96,139,198); }
H1.HeaderClassName
{
color: #608BC6;
}
.AnyTagClassName
{
color: #608BC6;
}
</style>
background-color css
<style>
a { background-color: #608BC6; }
a { background-color: rgb(96,139,198); }
div.DivClassName
{
background-color: #608BC6;
}
.BgClassName
{
background-color: #608BC6;
}
</style>
border-color css
<style>
span { border-color: #608BC6; }
span { border-color: rgb(96,139,198); }
td.TdClassName
{
border-color: #608BC6;
}
.TagClassName
{
border-color: #608BC6;
}
</style>