Shades of Danube #6085C0
Tints of Danube #6085C0
RGB
CMYK
RGB Variations
Color information
#6085C0 (or 0x6085C0) is known color: Danube. HEX triplet: 60, 85 and C0. RGB value is (96,133,192). Sum of RGB (Red+Green+Blue) = 96+133+192=421 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.80% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 192 - color contains mainly: blue. Hex color #6085C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6085C0 is #9F7A3F. Grayscale: #808080. Windows color (decimal): -10451520 or 12617056. OLE color: 12617056.
HSL color Cylindrical-coordinate representation of color #6085C0: hue angle of 216.88º 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 #6085C0 is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 133 | 192 | - |
| CMYK | 0.50 | 0.31 | 0 | 0.25 |
| HSL | 216.88º | 0.43% | 0.56% | - |
| HSV(B) | 216.88º | 0.5% | 0.75% | - |
| XYZ | 22.73 | 23.07 | 53.12 | - |
| YUV | 128.66 | 163.74 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 133 | 192 | 0.50 | 0.31 | 0 | 0.25 | 216.88 | 0.43 | 0.56 |
| Hex | 60 | 85 | C0 | 32 | 1F | 0 | 19 | D9 | 2B | 38 |
| Octal | 140 | 205 | 300 | 62 | 37 | 0 | 31 | 331 | 53 | 70 |
| Binary | 1100000 | 10000101 | 11000000 | 110010 | 11111 | 0 | 11001 | 11011001 | 101011 | 111000 |
Color Harmonies of #6085C0
Complementary color
Monochromatic Colors of #6085C0
Black with #6085C0
Text Example
Text Example
White with #6085C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6085C0; }
p { color: rgb(96,133,192); }
H1.HeaderClassName
{
color: #6085C0;
}
.AnyTagClassName
{
color: #6085C0;
}
</style>
background-color css
<style>
a { background-color: #6085C0; }
a { background-color: rgb(96,133,192); }
div.DivClassName
{
background-color: #6085C0;
}
.BgClassName
{
background-color: #6085C0;
}
</style>
border-color css
<style>
span { border-color: #6085C0; }
span { border-color: rgb(96,133,192); }
td.TdClassName
{
border-color: #6085C0;
}
.TagClassName
{
border-color: #6085C0;
}
</style>