Shades of Danube #6589BE
Tints of Danube #6589BE
RGB
CMYK
RGB Variations
Color information
#6589BE (or 0x6589BE) is known color: Danube. HEX triplet: 65, 89 and BE. RGB value is (101,137,190). Sum of RGB (Red+Green+Blue) = 101+137+190=428 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.60% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #6589BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6589BE is #9A7641. Grayscale: #848484. Windows color (decimal): -10122818 or 12487013. OLE color: 12487013.
HSL color Cylindrical-coordinate representation of color #6589BE: hue angle of 215.73º 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 #6589BE is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 137 | 190 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.25 |
| HSL | 215.73º | 0.41% | 0.57% | - |
| HSV(B) | 215.73º | 0.47% | 0.75% | - |
| XYZ | 23.61 | 24.38 | 52.18 | - |
| YUV | 132.28 | 160.57 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 137 | 190 | 0.47 | 0.28 | 0 | 0.25 | 215.73 | 0.41 | 0.57 |
| Hex | 65 | 89 | BE | 2F | 1C | 0 | 19 | D8 | 29 | 39 |
| Octal | 145 | 211 | 276 | 57 | 34 | 0 | 31 | 330 | 51 | 71 |
| Binary | 1100101 | 10001001 | 10111110 | 101111 | 11100 | 0 | 11001 | 11011000 | 101001 | 111001 |
Color Harmonies of #6589BE
Complementary color
Monochromatic Colors of #6589BE
Black with #6589BE
Text Example
Text Example
White with #6589BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6589BE; }
p { color: rgb(101,137,190); }
H1.HeaderClassName
{
color: #6589BE;
}
.AnyTagClassName
{
color: #6589BE;
}
</style>
background-color css
<style>
a { background-color: #6589BE; }
a { background-color: rgb(101,137,190); }
div.DivClassName
{
background-color: #6589BE;
}
.BgClassName
{
background-color: #6589BE;
}
</style>
border-color css
<style>
span { border-color: #6589BE; }
span { border-color: rgb(101,137,190); }
td.TdClassName
{
border-color: #6589BE;
}
.TagClassName
{
border-color: #6589BE;
}
</style>