Shades of Danube #6091C0
Tints of Danube #6091C0
RGB
CMYK
RGB Variations
Color information
#6091C0 (or 0x6091C0) is known color: Danube. HEX triplet: 60, 91 and C0. RGB value is (96,145,192). Sum of RGB (Red+Green+Blue) = 96+145+192=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #6091C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6091C0 is #9F6E3F. Grayscale: #878787. Windows color (decimal): -10448448 or 12620128. OLE color: 12620128.
HSL color Cylindrical-coordinate representation of color #6091C0: hue angle of 209.38º 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 #6091C0 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 145 | 192 | - |
| CMYK | 0.50 | 0.24 | 0 | 0.25 |
| HSL | 209.38º | 0.43% | 0.56% | - |
| HSV(B) | 209.38º | 0.5% | 0.75% | - |
| XYZ | 24.46 | 26.54 | 53.7 | - |
| YUV | 135.71 | 159.77 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 145 | 192 | 0.50 | 0.24 | 0 | 0.25 | 209.38 | 0.43 | 0.56 |
| Hex | 60 | 91 | C0 | 32 | 18 | 0 | 19 | D1 | 2B | 38 |
| Octal | 140 | 221 | 300 | 62 | 30 | 0 | 31 | 321 | 53 | 70 |
| Binary | 1100000 | 10010001 | 11000000 | 110010 | 11000 | 0 | 11001 | 11010001 | 101011 | 111000 |
Color Harmonies of #6091C0
Complementary color
Monochromatic Colors of #6091C0
Black with #6091C0
Text Example
Text Example
White with #6091C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6091C0; }
p { color: rgb(96,145,192); }
H1.HeaderClassName
{
color: #6091C0;
}
.AnyTagClassName
{
color: #6091C0;
}
</style>
background-color css
<style>
a { background-color: #6091C0; }
a { background-color: rgb(96,145,192); }
div.DivClassName
{
background-color: #6091C0;
}
.BgClassName
{
background-color: #6091C0;
}
</style>
border-color css
<style>
span { border-color: #6091C0; }
span { border-color: rgb(96,145,192); }
td.TdClassName
{
border-color: #6091C0;
}
.TagClassName
{
border-color: #6091C0;
}
</style>