Shades of Danube #6589CA
Tints of Danube #6589CA
RGB
CMYK
RGB Variations
Color information
#6589CA (or 0x6589CA) is known color: Danube. HEX triplet: 65, 89 and CA. RGB value is (101,137,202). Sum of RGB (Red+Green+Blue) = 101+137+202=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #6589CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6589CA is #9A7635. Grayscale: #858585. Windows color (decimal): -10122806 or 13273445. OLE color: 13273445.
HSL color Cylindrical-coordinate representation of color #6589CA: hue angle of 218.61º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6589CA is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 137 | 202 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.21 |
| HSL | 218.61º | 0.49% | 0.59% | - |
| HSV(B) | 218.61º | 0.5% | 0.79% | - |
| XYZ | 24.97 | 24.92 | 59.37 | - |
| YUV | 133.65 | 166.57 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 137 | 202 | 0.50 | 0.32 | 0 | 0.21 | 218.61 | 0.49 | 0.59 |
| Hex | 65 | 89 | CA | 32 | 20 | 0 | 15 | DB | 31 | 3B |
| Octal | 145 | 211 | 312 | 62 | 40 | 0 | 25 | 333 | 61 | 73 |
| Binary | 1100101 | 10001001 | 11001010 | 110010 | 100000 | 0 | 10101 | 11011011 | 110001 | 111011 |
Color Harmonies of #6589CA
Complementary color
Monochromatic Colors of #6589CA
Black with #6589CA
Text Example
Text Example
White with #6589CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6589CA; }
p { color: rgb(101,137,202); }
H1.HeaderClassName
{
color: #6589CA;
}
.AnyTagClassName
{
color: #6589CA;
}
</style>
background-color css
<style>
a { background-color: #6589CA; }
a { background-color: rgb(101,137,202); }
div.DivClassName
{
background-color: #6589CA;
}
.BgClassName
{
background-color: #6589CA;
}
</style>
border-color css
<style>
span { border-color: #6589CA; }
span { border-color: rgb(101,137,202); }
td.TdClassName
{
border-color: #6589CA;
}
.TagClassName
{
border-color: #6589CA;
}
</style>