Shades of Danube #6591CA
Tints of Danube #6591CA
RGB
CMYK
RGB Variations
Color information
#6591CA (or 0x6591CA) is known color: Danube. HEX triplet: 65, 91 and CA. RGB value is (101,145,202). Sum of RGB (Red+Green+Blue) = 101+145+202=448 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.54% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #6591CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6591CA is #9A6E35. Grayscale: #8A8A8A. Windows color (decimal): -10120758 or 13275493. OLE color: 13275493.
HSL color Cylindrical-coordinate representation of color #6591CA: hue angle of 213.86º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6591CA is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 145 | 202 | - |
| CMYK | 0.50 | 0.28 | 0 | 0.21 |
| HSL | 213.86º | 0.49% | 0.59% | - |
| HSV(B) | 213.86º | 0.5% | 0.79% | - |
| XYZ | 26.15 | 27.28 | 59.76 | - |
| YUV | 138.34 | 163.92 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 145 | 202 | 0.50 | 0.28 | 0 | 0.21 | 213.86 | 0.49 | 0.59 |
| Hex | 65 | 91 | CA | 32 | 1C | 0 | 15 | D6 | 31 | 3B |
| Octal | 145 | 221 | 312 | 62 | 34 | 0 | 25 | 326 | 61 | 73 |
| Binary | 1100101 | 10010001 | 11001010 | 110010 | 11100 | 0 | 10101 | 11010110 | 110001 | 111011 |
Color Harmonies of #6591CA
Complementary color
Monochromatic Colors of #6591CA
Black with #6591CA
Text Example
Text Example
White with #6591CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6591CA; }
p { color: rgb(101,145,202); }
H1.HeaderClassName
{
color: #6591CA;
}
.AnyTagClassName
{
color: #6591CA;
}
</style>
background-color css
<style>
a { background-color: #6591CA; }
a { background-color: rgb(101,145,202); }
div.DivClassName
{
background-color: #6591CA;
}
.BgClassName
{
background-color: #6591CA;
}
</style>
border-color css
<style>
span { border-color: #6591CA; }
span { border-color: rgb(101,145,202); }
td.TdClassName
{
border-color: #6591CA;
}
.TagClassName
{
border-color: #6591CA;
}
</style>