Shades of Danube #6090CF
Tints of Danube #6090CF
RGB
CMYK
RGB Variations
Color information
#6090CF (or 0x6090CF) is known color: Danube. HEX triplet: 60, 90 and CF. RGB value is (96,144,207). Sum of RGB (Red+Green+Blue) = 96+144+207=447 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.48% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #6090CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6090CF is #9F6F30. Grayscale: #888888. Windows color (decimal): -10448689 or 13602912. OLE color: 13602912.
HSL color Cylindrical-coordinate representation of color #6090CF: hue angle of 214.05º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6090CF is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 144 | 207 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.19 |
| HSL | 214.05º | 0.54% | 0.59% | - |
| HSV(B) | 214.05º | 0.54% | 0.81% | - |
| XYZ | 26.06 | 26.94 | 62.86 | - |
| YUV | 136.83 | 167.6 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 144 | 207 | 0.54 | 0.30 | 0 | 0.19 | 214.05 | 0.54 | 0.59 |
| Hex | 60 | 90 | CF | 36 | 1E | 0 | 13 | D6 | 36 | 3B |
| Octal | 140 | 220 | 317 | 66 | 36 | 0 | 23 | 326 | 66 | 73 |
| Binary | 1100000 | 10010000 | 11001111 | 110110 | 11110 | 0 | 10011 | 11010110 | 110110 | 111011 |
Color Harmonies of #6090CF
Complementary color
Monochromatic Colors of #6090CF
Black with #6090CF
Text Example
Text Example
White with #6090CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6090CF; }
p { color: rgb(96,144,207); }
H1.HeaderClassName
{
color: #6090CF;
}
.AnyTagClassName
{
color: #6090CF;
}
</style>
background-color css
<style>
a { background-color: #6090CF; }
a { background-color: rgb(96,144,207); }
div.DivClassName
{
background-color: #6090CF;
}
.BgClassName
{
background-color: #6090CF;
}
</style>
border-color css
<style>
span { border-color: #6090CF; }
span { border-color: rgb(96,144,207); }
td.TdClassName
{
border-color: #6090CF;
}
.TagClassName
{
border-color: #6090CF;
}
</style>