Shades of Danube #6090CE
Tints of Danube #6090CE
RGB
CMYK
RGB Variations
Color information
#6090CE (or 0x6090CE) is known color: Danube. HEX triplet: 60, 90 and CE. RGB value is (96,144,206). Sum of RGB (Red+Green+Blue) = 96+144+206=446 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.52% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #6090CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6090CE is #9F6F31. Grayscale: #888888. Windows color (decimal): -10448690 or 13537376. OLE color: 13537376.
HSL color Cylindrical-coordinate representation of color #6090CE: hue angle of 213.82º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6090CE is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 144 | 206 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.19 |
| HSL | 213.82º | 0.53% | 0.59% | - |
| HSV(B) | 213.82º | 0.53% | 0.81% | - |
| XYZ | 25.94 | 26.89 | 62.22 | - |
| YUV | 136.72 | 167.1 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 144 | 206 | 0.53 | 0.30 | 0 | 0.19 | 213.82 | 0.53 | 0.59 |
| Hex | 60 | 90 | CE | 35 | 1E | 0 | 13 | D6 | 35 | 3B |
| Octal | 140 | 220 | 316 | 65 | 36 | 0 | 23 | 326 | 65 | 73 |
| Binary | 1100000 | 10010000 | 11001110 | 110101 | 11110 | 0 | 10011 | 11010110 | 110101 | 111011 |
Color Harmonies of #6090CE
Complementary color
Monochromatic Colors of #6090CE
Black with #6090CE
Text Example
Text Example
White with #6090CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6090CE; }
p { color: rgb(96,144,206); }
H1.HeaderClassName
{
color: #6090CE;
}
.AnyTagClassName
{
color: #6090CE;
}
</style>
background-color css
<style>
a { background-color: #6090CE; }
a { background-color: rgb(96,144,206); }
div.DivClassName
{
background-color: #6090CE;
}
.BgClassName
{
background-color: #6090CE;
}
</style>
border-color css
<style>
span { border-color: #6090CE; }
span { border-color: rgb(96,144,206); }
td.TdClassName
{
border-color: #6090CE;
}
.TagClassName
{
border-color: #6090CE;
}
</style>