Shades of Danube #6588CE
Tints of Danube #6588CE
RGB
CMYK
RGB Variations
Color information
#6588CE (or 0x6588CE) is known color: Danube. HEX triplet: 65, 88 and CE. RGB value is (101,136,206). Sum of RGB (Red+Green+Blue) = 101+136+206=443 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.80% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #6588CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6588CE is #9A7731. Grayscale: #858585. Windows color (decimal): -10123058 or 13535333. OLE color: 13535333.
HSL color Cylindrical-coordinate representation of color #6588CE: hue angle of 220º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6588CE is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 136 | 206 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.19 |
| HSL | 220º | 0.52% | 0.6% | - |
| HSV(B) | 220º | 0.51% | 0.81% | - |
| XYZ | 25.31 | 24.83 | 61.85 | - |
| YUV | 133.52 | 168.9 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 136 | 206 | 0.51 | 0.34 | 0 | 0.19 | 220 | 0.52 | 0.6 |
| Hex | 65 | 88 | CE | 33 | 22 | 0 | 13 | DC | 34 | 3C |
| Octal | 145 | 210 | 316 | 63 | 42 | 0 | 23 | 334 | 64 | 74 |
| Binary | 1100101 | 10001000 | 11001110 | 110011 | 100010 | 0 | 10011 | 11011100 | 110100 | 111100 |
Color Harmonies of #6588CE
Complementary color
Monochromatic Colors of #6588CE
Black with #6588CE
Text Example
Text Example
White with #6588CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6588CE; }
p { color: rgb(101,136,206); }
H1.HeaderClassName
{
color: #6588CE;
}
.AnyTagClassName
{
color: #6588CE;
}
</style>
background-color css
<style>
a { background-color: #6588CE; }
a { background-color: rgb(101,136,206); }
div.DivClassName
{
background-color: #6588CE;
}
.BgClassName
{
background-color: #6588CE;
}
</style>
border-color css
<style>
span { border-color: #6588CE; }
span { border-color: rgb(101,136,206); }
td.TdClassName
{
border-color: #6588CE;
}
.TagClassName
{
border-color: #6588CE;
}
</style>