Shades of Danube #6589CC
Tints of Danube #6589CC
RGB
CMYK
RGB Variations
Color information
#6589CC (or 0x6589CC) is known color: Danube. HEX triplet: 65, 89 and CC. RGB value is (101,137,204). Sum of RGB (Red+Green+Blue) = 101+137+204=442 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.85% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #6589CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6589CC is #9A7633. Grayscale: #858585. Windows color (decimal): -10122804 or 13404517. OLE color: 13404517.
HSL color Cylindrical-coordinate representation of color #6589CC: hue angle of 219.03º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6589CC is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 137 | 204 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.2 |
| HSL | 219.03º | 0.5% | 0.6% | - |
| HSV(B) | 219.03º | 0.5% | 0.8% | - |
| XYZ | 25.21 | 25.02 | 60.63 | - |
| YUV | 133.87 | 167.57 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 137 | 204 | 0.50 | 0.33 | 0 | 0.2 | 219.03 | 0.5 | 0.6 |
| Hex | 65 | 89 | CC | 32 | 21 | 0 | 14 | DB | 32 | 3C |
| Octal | 145 | 211 | 314 | 62 | 41 | 0 | 24 | 333 | 62 | 74 |
| Binary | 1100101 | 10001001 | 11001100 | 110010 | 100001 | 0 | 10100 | 11011011 | 110010 | 111100 |
Color Harmonies of #6589CC
Complementary color
Monochromatic Colors of #6589CC
Black with #6589CC
Text Example
Text Example
White with #6589CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6589CC; }
p { color: rgb(101,137,204); }
H1.HeaderClassName
{
color: #6589CC;
}
.AnyTagClassName
{
color: #6589CC;
}
</style>
background-color css
<style>
a { background-color: #6589CC; }
a { background-color: rgb(101,137,204); }
div.DivClassName
{
background-color: #6589CC;
}
.BgClassName
{
background-color: #6589CC;
}
</style>
border-color css
<style>
span { border-color: #6589CC; }
span { border-color: rgb(101,137,204); }
td.TdClassName
{
border-color: #6589CC;
}
.TagClassName
{
border-color: #6589CC;
}
</style>