Shades of Danube #6591CB
Tints of Danube #6591CB
RGB
CMYK
RGB Variations
Color information
#6591CB (or 0x6591CB) is known color: Danube. HEX triplet: 65, 91 and CB. RGB value is (101,145,203). Sum of RGB (Red+Green+Blue) = 101+145+203=449 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.49% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #6591CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6591CB is #9A6E34. Grayscale: #8A8A8A. Windows color (decimal): -10120757 or 13341029. OLE color: 13341029.
HSL color Cylindrical-coordinate representation of color #6591CB: hue angle of 214.12º 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 #6591CB is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 145 | 203 | - |
| CMYK | 0.50 | 0.29 | 0 | 0.20 |
| HSL | 214.12º | 0.5% | 0.6% | - |
| HSV(B) | 214.12º | 0.5% | 0.8% | - |
| XYZ | 26.27 | 27.33 | 60.39 | - |
| YUV | 138.46 | 164.42 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 145 | 203 | 0.50 | 0.29 | 0 | 0.20 | 214.12 | 0.5 | 0.6 |
| Hex | 65 | 91 | CB | 32 | 1D | 0 | 14 | D6 | 32 | 3C |
| Octal | 145 | 221 | 313 | 62 | 35 | 0 | 24 | 326 | 62 | 74 |
| Binary | 1100101 | 10010001 | 11001011 | 110010 | 11101 | 0 | 10100 | 11010110 | 110010 | 111100 |
Color Harmonies of #6591CB
Complementary color
Monochromatic Colors of #6591CB
Black with #6591CB
Text Example
Text Example
White with #6591CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6591CB; }
p { color: rgb(101,145,203); }
H1.HeaderClassName
{
color: #6591CB;
}
.AnyTagClassName
{
color: #6591CB;
}
</style>
background-color css
<style>
a { background-color: #6591CB; }
a { background-color: rgb(101,145,203); }
div.DivClassName
{
background-color: #6591CB;
}
.BgClassName
{
background-color: #6591CB;
}
</style>
border-color css
<style>
span { border-color: #6591CB; }
span { border-color: rgb(101,145,203); }
td.TdClassName
{
border-color: #6591CB;
}
.TagClassName
{
border-color: #6591CB;
}
</style>