Shades of Danube #6090B9
Tints of Danube #6090B9
RGB
CMYK
RGB Variations
Color information
#6090B9 (or 0x6090B9) is known color: Danube. HEX triplet: 60, 90 and B9. RGB value is (96,144,185). Sum of RGB (Red+Green+Blue) = 96+144+185=425 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.59% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 185 (72.66% from 255 or 43.53% from 425); Max value from RGB is 185 - color contains mainly: blue. Hex color #6090B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6090B9 is #9F6F46. Grayscale: #868686. Windows color (decimal): -10448711 or 12161120. OLE color: 12161120.
HSL color Cylindrical-coordinate representation of color #6090B9: hue angle of 207.64º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6090B9 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 144 | 185 | - |
| CMYK | 0.48 | 0.22 | 0 | 0.27 |
| HSL | 207.64º | 0.39% | 0.55% | - |
| HSV(B) | 207.64º | 0.48% | 0.73% | - |
| XYZ | 23.55 | 25.94 | 49.66 | - |
| YUV | 134.32 | 156.6 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 144 | 185 | 0.48 | 0.22 | 0 | 0.27 | 207.64 | 0.39 | 0.55 |
| Hex | 60 | 90 | B9 | 30 | 16 | 0 | 1B | D0 | 27 | 37 |
| Octal | 140 | 220 | 271 | 60 | 26 | 0 | 33 | 320 | 47 | 67 |
| Binary | 1100000 | 10010000 | 10111001 | 110000 | 10110 | 0 | 11011 | 11010000 | 100111 | 110111 |
Color Harmonies of #6090B9
Complementary color
Monochromatic Colors of #6090B9
Black with #6090B9
Text Example
Text Example
White with #6090B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6090B9; }
p { color: rgb(96,144,185); }
H1.HeaderClassName
{
color: #6090B9;
}
.AnyTagClassName
{
color: #6090B9;
}
</style>
background-color css
<style>
a { background-color: #6090B9; }
a { background-color: rgb(96,144,185); }
div.DivClassName
{
background-color: #6090B9;
}
.BgClassName
{
background-color: #6090B9;
}
</style>
border-color css
<style>
span { border-color: #6090B9; }
span { border-color: rgb(96,144,185); }
td.TdClassName
{
border-color: #6090B9;
}
.TagClassName
{
border-color: #6090B9;
}
</style>