Shades of Danube #6588CC
Tints of Danube #6588CC
RGB
CMYK
RGB Variations
Color information
#6588CC (or 0x6588CC) is known color: Danube. HEX triplet: 65, 88 and CC. RGB value is (101,136,204). Sum of RGB (Red+Green+Blue) = 101+136+204=441 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.90% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #6588CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6588CC is #9A7733. Grayscale: #848484. Windows color (decimal): -10123060 or 13404261. OLE color: 13404261.
HSL color Cylindrical-coordinate representation of color #6588CC: hue angle of 219.61º 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 #6588CC is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 136 | 204 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.2 |
| HSL | 219.61º | 0.5% | 0.6% | - |
| HSV(B) | 219.61º | 0.5% | 0.8% | - |
| XYZ | 25.07 | 24.73 | 60.58 | - |
| YUV | 133.29 | 167.9 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 136 | 204 | 0.50 | 0.33 | 0 | 0.2 | 219.61 | 0.5 | 0.6 |
| Hex | 65 | 88 | CC | 32 | 21 | 0 | 14 | DC | 32 | 3C |
| Octal | 145 | 210 | 314 | 62 | 41 | 0 | 24 | 334 | 62 | 74 |
| Binary | 1100101 | 10001000 | 11001100 | 110010 | 100001 | 0 | 10100 | 11011100 | 110010 | 111100 |
Color Harmonies of #6588CC
Complementary color
Monochromatic Colors of #6588CC
Black with #6588CC
Text Example
Text Example
White with #6588CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6588CC; }
p { color: rgb(101,136,204); }
H1.HeaderClassName
{
color: #6588CC;
}
.AnyTagClassName
{
color: #6588CC;
}
</style>
background-color css
<style>
a { background-color: #6588CC; }
a { background-color: rgb(101,136,204); }
div.DivClassName
{
background-color: #6588CC;
}
.BgClassName
{
background-color: #6588CC;
}
</style>
border-color css
<style>
span { border-color: #6588CC; }
span { border-color: rgb(101,136,204); }
td.TdClassName
{
border-color: #6588CC;
}
.TagClassName
{
border-color: #6588CC;
}
</style>