Shades of Danube #6090C0
Tints of Danube #6090C0
RGB
CMYK
RGB Variations
Color information
#6090C0 (or 0x6090C0) is known color: Danube. HEX triplet: 60, 90 and C0. RGB value is (96,144,192). Sum of RGB (Red+Green+Blue) = 96+144+192=432 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.22% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 192 - color contains mainly: blue. Hex color #6090C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6090C0 is #9F6F3F. Grayscale: #868686. Windows color (decimal): -10448704 or 12619872. OLE color: 12619872.
HSL color Cylindrical-coordinate representation of color #6090C0: hue angle of 210º 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 #6090C0 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 144 | 192 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.25 |
| HSL | 210º | 0.43% | 0.56% | - |
| HSV(B) | 210º | 0.5% | 0.75% | - |
| XYZ | 24.31 | 26.24 | 53.65 | - |
| YUV | 135.12 | 160.1 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 144 | 192 | 0.50 | 0.25 | 0 | 0.25 | 210 | 0.43 | 0.56 |
| Hex | 60 | 90 | C0 | 32 | 19 | 0 | 19 | D2 | 2B | 38 |
| Octal | 140 | 220 | 300 | 62 | 31 | 0 | 31 | 322 | 53 | 70 |
| Binary | 1100000 | 10010000 | 11000000 | 110010 | 11001 | 0 | 11001 | 11010010 | 101011 | 111000 |
Color Harmonies of #6090C0
Complementary color
Monochromatic Colors of #6090C0
Black with #6090C0
Text Example
Text Example
White with #6090C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6090C0; }
p { color: rgb(96,144,192); }
H1.HeaderClassName
{
color: #6090C0;
}
.AnyTagClassName
{
color: #6090C0;
}
</style>
background-color css
<style>
a { background-color: #6090C0; }
a { background-color: rgb(96,144,192); }
div.DivClassName
{
background-color: #6090C0;
}
.BgClassName
{
background-color: #6090C0;
}
</style>
border-color css
<style>
span { border-color: #6090C0; }
span { border-color: rgb(96,144,192); }
td.TdClassName
{
border-color: #6090C0;
}
.TagClassName
{
border-color: #6090C0;
}
</style>