Shades of Danube #6087C0
Tints of Danube #6087C0
RGB
CMYK
RGB Variations
Color information
#6087C0 (or 0x6087C0) is known color: Danube. HEX triplet: 60, 87 and C0. RGB value is (96,135,192). Sum of RGB (Red+Green+Blue) = 96+135+192=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 192 - color contains mainly: blue. Hex color #6087C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6087C0 is #9F783F. Grayscale: #818181. Windows color (decimal): -10451008 or 12617568. OLE color: 12617568.
HSL color Cylindrical-coordinate representation of color #6087C0: hue angle of 215.62º 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 #6087C0 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 135 | 192 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.25 |
| HSL | 215.63º | 0.43% | 0.56% | - |
| HSV(B) | 215.63º | 0.5% | 0.75% | - |
| XYZ | 23 | 23.62 | 53.22 | - |
| YUV | 129.84 | 163.08 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 135 | 192 | 0.50 | 0.30 | 0 | 0.25 | 215.63 | 0.43 | 0.56 |
| Hex | 60 | 87 | C0 | 32 | 1E | 0 | 19 | D8 | 2B | 38 |
| Octal | 140 | 207 | 300 | 62 | 36 | 0 | 31 | 330 | 53 | 70 |
| Binary | 1100000 | 10000111 | 11000000 | 110010 | 11110 | 0 | 11001 | 11011000 | 101011 | 111000 |
Color Harmonies of #6087C0
Complementary color
Monochromatic Colors of #6087C0
Black with #6087C0
Text Example
Text Example
White with #6087C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6087C0; }
p { color: rgb(96,135,192); }
H1.HeaderClassName
{
color: #6087C0;
}
.AnyTagClassName
{
color: #6087C0;
}
</style>
background-color css
<style>
a { background-color: #6087C0; }
a { background-color: rgb(96,135,192); }
div.DivClassName
{
background-color: #6087C0;
}
.BgClassName
{
background-color: #6087C0;
}
</style>
border-color css
<style>
span { border-color: #6087C0; }
span { border-color: rgb(96,135,192); }
td.TdClassName
{
border-color: #6087C0;
}
.TagClassName
{
border-color: #6087C0;
}
</style>