Shades of Danube #6091CE
Tints of Danube #6091CE
RGB
CMYK
RGB Variations
Color information
#6091CE (or 0x6091CE) is known color: Danube. HEX triplet: 60, 91 and CE. RGB value is (96,145,206). Sum of RGB (Red+Green+Blue) = 96+145+206=447 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.48% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #6091CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6091CE is #9F6E31. Grayscale: #898989. Windows color (decimal): -10448434 or 13537632. OLE color: 13537632.
HSL color Cylindrical-coordinate representation of color #6091CE: hue angle of 213.27º 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 #6091CE is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 145 | 206 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.19 |
| HSL | 213.27º | 0.53% | 0.59% | - |
| HSV(B) | 213.27º | 0.53% | 0.81% | - |
| XYZ | 26.09 | 27.19 | 62.27 | - |
| YUV | 137.3 | 166.77 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 145 | 206 | 0.53 | 0.30 | 0 | 0.19 | 213.27 | 0.53 | 0.59 |
| Hex | 60 | 91 | CE | 35 | 1E | 0 | 13 | D5 | 35 | 3B |
| Octal | 140 | 221 | 316 | 65 | 36 | 0 | 23 | 325 | 65 | 73 |
| Binary | 1100000 | 10010001 | 11001110 | 110101 | 11110 | 0 | 10011 | 11010101 | 110101 | 111011 |
Color Harmonies of #6091CE
Complementary color
Monochromatic Colors of #6091CE
Black with #6091CE
Text Example
Text Example
White with #6091CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6091CE; }
p { color: rgb(96,145,206); }
H1.HeaderClassName
{
color: #6091CE;
}
.AnyTagClassName
{
color: #6091CE;
}
</style>
background-color css
<style>
a { background-color: #6091CE; }
a { background-color: rgb(96,145,206); }
div.DivClassName
{
background-color: #6091CE;
}
.BgClassName
{
background-color: #6091CE;
}
</style>
border-color css
<style>
span { border-color: #6091CE; }
span { border-color: rgb(96,145,206); }
td.TdClassName
{
border-color: #6091CE;
}
.TagClassName
{
border-color: #6091CE;
}
</style>