Shades of Danube #6593BE
Tints of Danube #6593BE
RGB
CMYK
RGB Variations
Color information
#6593BE (or 0x6593BE) is known color: Danube. HEX triplet: 65, 93 and BE. RGB value is (101,147,190). Sum of RGB (Red+Green+Blue) = 101+147+190=438 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.06% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #6593BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6593BE is #9A6C41. Grayscale: #898989. Windows color (decimal): -10120258 or 12489573. OLE color: 12489573.
HSL color Cylindrical-coordinate representation of color #6593BE: hue angle of 208.99º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6593BE is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 147 | 190 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.25 |
| HSL | 208.99º | 0.41% | 0.57% | - |
| HSV(B) | 208.99º | 0.47% | 0.75% | - |
| XYZ | 25.09 | 27.35 | 52.67 | - |
| YUV | 138.15 | 157.26 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 147 | 190 | 0.47 | 0.23 | 0 | 0.25 | 208.99 | 0.41 | 0.57 |
| Hex | 65 | 93 | BE | 2F | 17 | 0 | 19 | D1 | 29 | 39 |
| Octal | 145 | 223 | 276 | 57 | 27 | 0 | 31 | 321 | 51 | 71 |
| Binary | 1100101 | 10010011 | 10111110 | 101111 | 10111 | 0 | 11001 | 11010001 | 101001 | 111001 |
Color Harmonies of #6593BE
Complementary color
Monochromatic Colors of #6593BE
Black with #6593BE
Text Example
Text Example
White with #6593BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6593BE; }
p { color: rgb(101,147,190); }
H1.HeaderClassName
{
color: #6593BE;
}
.AnyTagClassName
{
color: #6593BE;
}
</style>
background-color css
<style>
a { background-color: #6593BE; }
a { background-color: rgb(101,147,190); }
div.DivClassName
{
background-color: #6593BE;
}
.BgClassName
{
background-color: #6593BE;
}
</style>
border-color css
<style>
span { border-color: #6593BE; }
span { border-color: rgb(101,147,190); }
td.TdClassName
{
border-color: #6593BE;
}
.TagClassName
{
border-color: #6593BE;
}
</style>