Shades of Danube #6588C1
Tints of Danube #6588C1
RGB
CMYK
RGB Variations
Color information
#6588C1 (or 0x6588C1) is known color: Danube. HEX triplet: 65, 88 and C1. RGB value is (101,136,193). Sum of RGB (Red+Green+Blue) = 101+136+193=430 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.49% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 193 - color contains mainly: blue. Hex color #6588C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6588C1 is #9A773E. Grayscale: #838383. Windows color (decimal): -10123071 or 12683365. OLE color: 12683365.
HSL color Cylindrical-coordinate representation of color #6588C1: hue angle of 217.17º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6588C1 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 136 | 193 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.24 |
| HSL | 217.17º | 0.43% | 0.58% | - |
| HSV(B) | 217.17º | 0.48% | 0.76% | - |
| XYZ | 23.8 | 24.23 | 53.87 | - |
| YUV | 132.03 | 162.4 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 136 | 193 | 0.48 | 0.30 | 0 | 0.24 | 217.17 | 0.43 | 0.58 |
| Hex | 65 | 88 | C1 | 30 | 1E | 0 | 18 | D9 | 2B | 3A |
| Octal | 145 | 210 | 301 | 60 | 36 | 0 | 30 | 331 | 53 | 72 |
| Binary | 1100101 | 10001000 | 11000001 | 110000 | 11110 | 0 | 11000 | 11011001 | 101011 | 111010 |
Color Harmonies of #6588C1
Complementary color
Monochromatic Colors of #6588C1
Black with #6588C1
Text Example
Text Example
White with #6588C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6588C1; }
p { color: rgb(101,136,193); }
H1.HeaderClassName
{
color: #6588C1;
}
.AnyTagClassName
{
color: #6588C1;
}
</style>
background-color css
<style>
a { background-color: #6588C1; }
a { background-color: rgb(101,136,193); }
div.DivClassName
{
background-color: #6588C1;
}
.BgClassName
{
background-color: #6588C1;
}
</style>
border-color css
<style>
span { border-color: #6588C1; }
span { border-color: rgb(101,136,193); }
td.TdClassName
{
border-color: #6588C1;
}
.TagClassName
{
border-color: #6588C1;
}
</style>