Shades of Danube #6586BB
Tints of Danube #6586BB
RGB
CMYK
RGB Variations
Color information
#6586BB (or 0x6586BB) is known color: Danube. HEX triplet: 65, 86 and BB. RGB value is (101,134,187). Sum of RGB (Red+Green+Blue) = 101+134+187=422 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.93% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #6586BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6586BB is #9A7944. Grayscale: #818181. Windows color (decimal): -10123589 or 12289637. OLE color: 12289637.
HSL color Cylindrical-coordinate representation of color #6586BB: hue angle of 216.98º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6586BB is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 134 | 187 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.27 |
| HSL | 216.98º | 0.39% | 0.56% | - |
| HSV(B) | 216.98º | 0.46% | 0.73% | - |
| XYZ | 22.86 | 23.4 | 50.33 | - |
| YUV | 130.18 | 160.07 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 134 | 187 | 0.46 | 0.28 | 0 | 0.27 | 216.98 | 0.39 | 0.56 |
| Hex | 65 | 86 | BB | 2E | 1C | 0 | 1B | D9 | 27 | 38 |
| Octal | 145 | 206 | 273 | 56 | 34 | 0 | 33 | 331 | 47 | 70 |
| Binary | 1100101 | 10000110 | 10111011 | 101110 | 11100 | 0 | 11011 | 11011001 | 100111 | 111000 |
Color Harmonies of #6586BB
Complementary color
Monochromatic Colors of #6586BB
Black with #6586BB
Text Example
Text Example
White with #6586BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6586BB; }
p { color: rgb(101,134,187); }
H1.HeaderClassName
{
color: #6586BB;
}
.AnyTagClassName
{
color: #6586BB;
}
</style>
background-color css
<style>
a { background-color: #6586BB; }
a { background-color: rgb(101,134,187); }
div.DivClassName
{
background-color: #6586BB;
}
.BgClassName
{
background-color: #6586BB;
}
</style>
border-color css
<style>
span { border-color: #6586BB; }
span { border-color: rgb(101,134,187); }
td.TdClassName
{
border-color: #6586BB;
}
.TagClassName
{
border-color: #6586BB;
}
</style>