Shades of Danube #6086C0
Tints of Danube #6086C0
RGB
CMYK
RGB Variations
Color information
#6086C0 (or 0x6086C0) is known color: Danube. HEX triplet: 60, 86 and C0. RGB value is (96,134,192). Sum of RGB (Red+Green+Blue) = 96+134+192=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 192 - color contains mainly: blue. Hex color #6086C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6086C0 is #9F793F. Grayscale: #808080. Windows color (decimal): -10451264 or 12617312. OLE color: 12617312.
HSL color Cylindrical-coordinate representation of color #6086C0: hue angle of 216.25º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6086C0 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 134 | 192 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.25 |
| HSL | 216.25º | 0.43% | 0.56% | - |
| HSV(B) | 216.25º | 0.5% | 0.75% | - |
| XYZ | 22.86 | 23.34 | 53.17 | - |
| YUV | 129.25 | 163.41 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 134 | 192 | 0.50 | 0.30 | 0 | 0.25 | 216.25 | 0.43 | 0.56 |
| Hex | 60 | 86 | C0 | 32 | 1E | 0 | 19 | D8 | 2B | 38 |
| Octal | 140 | 206 | 300 | 62 | 36 | 0 | 31 | 330 | 53 | 70 |
| Binary | 1100000 | 10000110 | 11000000 | 110010 | 11110 | 0 | 11001 | 11011000 | 101011 | 111000 |
Color Harmonies of #6086C0
Complementary color
Monochromatic Colors of #6086C0
Black with #6086C0
Text Example
Text Example
White with #6086C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6086C0; }
p { color: rgb(96,134,192); }
H1.HeaderClassName
{
color: #6086C0;
}
.AnyTagClassName
{
color: #6086C0;
}
</style>
background-color css
<style>
a { background-color: #6086C0; }
a { background-color: rgb(96,134,192); }
div.DivClassName
{
background-color: #6086C0;
}
.BgClassName
{
background-color: #6086C0;
}
</style>
border-color css
<style>
span { border-color: #6086C0; }
span { border-color: rgb(96,134,192); }
td.TdClassName
{
border-color: #6086C0;
}
.TagClassName
{
border-color: #6086C0;
}
</style>