Shades of Danube #6591BA
Tints of Danube #6591BA
RGB
CMYK
RGB Variations
Color information
#6591BA (or 0x6591BA) is known color: Danube. HEX triplet: 65, 91 and BA. RGB value is (101,145,186). Sum of RGB (Red+Green+Blue) = 101+145+186=432 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.38% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #6591BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6591BA is #9A6E45. Grayscale: #888888. Windows color (decimal): -10120774 or 12226917. OLE color: 12226917.
HSL color Cylindrical-coordinate representation of color #6591BA: hue angle of 208.94º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6591BA is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 145 | 186 | - |
| CMYK | 0.46 | 0.22 | 0 | 0.27 |
| HSL | 208.94º | 0.38% | 0.56% | - |
| HSV(B) | 208.94º | 0.46% | 0.73% | - |
| XYZ | 24.36 | 26.56 | 50.3 | - |
| YUV | 136.52 | 155.92 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 145 | 186 | 0.46 | 0.22 | 0 | 0.27 | 208.94 | 0.38 | 0.56 |
| Hex | 65 | 91 | BA | 2E | 16 | 0 | 1B | D1 | 26 | 38 |
| Octal | 145 | 221 | 272 | 56 | 26 | 0 | 33 | 321 | 46 | 70 |
| Binary | 1100101 | 10010001 | 10111010 | 101110 | 10110 | 0 | 11011 | 11010001 | 100110 | 111000 |
Color Harmonies of #6591BA
Complementary color
Monochromatic Colors of #6591BA
Black with #6591BA
Text Example
Text Example
White with #6591BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6591BA; }
p { color: rgb(101,145,186); }
H1.HeaderClassName
{
color: #6591BA;
}
.AnyTagClassName
{
color: #6591BA;
}
</style>
background-color css
<style>
a { background-color: #6591BA; }
a { background-color: rgb(101,145,186); }
div.DivClassName
{
background-color: #6591BA;
}
.BgClassName
{
background-color: #6591BA;
}
</style>
border-color css
<style>
span { border-color: #6591BA; }
span { border-color: rgb(101,145,186); }
td.TdClassName
{
border-color: #6591BA;
}
.TagClassName
{
border-color: #6591BA;
}
</style>