Shades of Danube #6584B6
Tints of Danube #6584B6
RGB
CMYK
RGB Variations
Color information
#6584B6 (or 0x6584B6) is known color: Danube. HEX triplet: 65, 84 and B6. RGB value is (101,132,182). Sum of RGB (Red+Green+Blue) = 101+132+182=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 182 (71.48% from 255 or 43.86% from 415); Max value from RGB is 182 - color contains mainly: blue. Hex color #6584B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6584B6 is #9A7B49. Grayscale: #808080. Windows color (decimal): -10124106 or 11961445. OLE color: 11961445.
HSL color Cylindrical-coordinate representation of color #6584B6: hue angle of 217.04º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6584B6 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 132 | 182 | - |
| CMYK | 0.45 | 0.27 | 0 | 0.29 |
| HSL | 217.04º | 0.36% | 0.55% | - |
| HSV(B) | 217.04º | 0.45% | 0.71% | - |
| XYZ | 22.06 | 22.65 | 47.46 | - |
| YUV | 128.43 | 158.23 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 132 | 182 | 0.45 | 0.27 | 0 | 0.29 | 217.04 | 0.36 | 0.55 |
| Hex | 65 | 84 | B6 | 2D | 1B | 0 | 1D | D9 | 24 | 37 |
| Octal | 145 | 204 | 266 | 55 | 33 | 0 | 35 | 331 | 44 | 67 |
| Binary | 1100101 | 10000100 | 10110110 | 101101 | 11011 | 0 | 11101 | 11011001 | 100100 | 110111 |
Color Harmonies of #6584B6
Complementary color
Monochromatic Colors of #6584B6
Black with #6584B6
Text Example
Text Example
White with #6584B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6584B6; }
p { color: rgb(101,132,182); }
H1.HeaderClassName
{
color: #6584B6;
}
.AnyTagClassName
{
color: #6584B6;
}
</style>
background-color css
<style>
a { background-color: #6584B6; }
a { background-color: rgb(101,132,182); }
div.DivClassName
{
background-color: #6584B6;
}
.BgClassName
{
background-color: #6584B6;
}
</style>
border-color css
<style>
span { border-color: #6584B6; }
span { border-color: rgb(101,132,182); }
td.TdClassName
{
border-color: #6584B6;
}
.TagClassName
{
border-color: #6584B6;
}
</style>