Shades of Danube #6584BD
Tints of Danube #6584BD
RGB
CMYK
RGB Variations
Color information
#6584BD (or 0x6584BD) is known color: Danube. HEX triplet: 65, 84 and BD. RGB value is (101,132,189). Sum of RGB (Red+Green+Blue) = 101+132+189=422 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.93% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #6584BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6584BD is #9A7B42. Grayscale: #808080. Windows color (decimal): -10124099 or 12420197. OLE color: 12420197.
HSL color Cylindrical-coordinate representation of color #6584BD: hue angle of 218.86º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6584BD is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 132 | 189 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.26 |
| HSL | 218.86º | 0.4% | 0.57% | - |
| HSV(B) | 218.86º | 0.47% | 0.74% | - |
| XYZ | 22.8 | 22.94 | 51.37 | - |
| YUV | 129.23 | 161.73 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 132 | 189 | 0.47 | 0.30 | 0 | 0.26 | 218.86 | 0.4 | 0.57 |
| Hex | 65 | 84 | BD | 2F | 1E | 0 | 1A | DB | 28 | 39 |
| Octal | 145 | 204 | 275 | 57 | 36 | 0 | 32 | 333 | 50 | 71 |
| Binary | 1100101 | 10000100 | 10111101 | 101111 | 11110 | 0 | 11010 | 11011011 | 101000 | 111001 |
Color Harmonies of #6584BD
Complementary color
Monochromatic Colors of #6584BD
Black with #6584BD
Text Example
Text Example
White with #6584BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6584BD; }
p { color: rgb(101,132,189); }
H1.HeaderClassName
{
color: #6584BD;
}
.AnyTagClassName
{
color: #6584BD;
}
</style>
background-color css
<style>
a { background-color: #6584BD; }
a { background-color: rgb(101,132,189); }
div.DivClassName
{
background-color: #6584BD;
}
.BgClassName
{
background-color: #6584BD;
}
</style>
border-color css
<style>
span { border-color: #6584BD; }
span { border-color: rgb(101,132,189); }
td.TdClassName
{
border-color: #6584BD;
}
.TagClassName
{
border-color: #6584BD;
}
</style>