Shades of Danube #6090C1
Tints of Danube #6090C1
RGB
CMYK
RGB Variations
Color information
#6090C1 (or 0x6090C1) is known color: Danube. HEX triplet: 60, 90 and C1. RGB value is (96,144,193). Sum of RGB (Red+Green+Blue) = 96+144+193=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 193 - color contains mainly: blue. Hex color #6090C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6090C1 is #9F6F3E. Grayscale: #868686. Windows color (decimal): -10448703 or 12685408. OLE color: 12685408.
HSL color Cylindrical-coordinate representation of color #6090C1: hue angle of 210.31º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6090C1 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 144 | 193 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.24 |
| HSL | 210.31º | 0.44% | 0.57% | - |
| HSV(B) | 210.31º | 0.5% | 0.76% | - |
| XYZ | 24.42 | 26.28 | 54.24 | - |
| YUV | 135.23 | 160.6 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 144 | 193 | 0.50 | 0.25 | 0 | 0.24 | 210.31 | 0.44 | 0.57 |
| Hex | 60 | 90 | C1 | 32 | 19 | 0 | 18 | D2 | 2C | 39 |
| Octal | 140 | 220 | 301 | 62 | 31 | 0 | 30 | 322 | 54 | 71 |
| Binary | 1100000 | 10010000 | 11000001 | 110010 | 11001 | 0 | 11000 | 11010010 | 101100 | 111001 |
Color Harmonies of #6090C1
Complementary color
Monochromatic Colors of #6090C1
Black with #6090C1
Text Example
Text Example
White with #6090C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6090C1; }
p { color: rgb(96,144,193); }
H1.HeaderClassName
{
color: #6090C1;
}
.AnyTagClassName
{
color: #6090C1;
}
</style>
background-color css
<style>
a { background-color: #6090C1; }
a { background-color: rgb(96,144,193); }
div.DivClassName
{
background-color: #6090C1;
}
.BgClassName
{
background-color: #6090C1;
}
</style>
border-color css
<style>
span { border-color: #6090C1; }
span { border-color: rgb(96,144,193); }
td.TdClassName
{
border-color: #6090C1;
}
.TagClassName
{
border-color: #6090C1;
}
</style>