Shades of Danube #6582BA
Tints of Danube #6582BA
RGB
CMYK
RGB Variations
Color information
#6582BA (or 0x6582BA) is known color: Danube. HEX triplet: 65, 82 and BA. RGB value is (101,130,186). Sum of RGB (Red+Green+Blue) = 101+130+186=417 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.22% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #6582BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6582BA is #9A7D45. Grayscale: #7F7F7F. Windows color (decimal): -10124614 or 12223077. OLE color: 12223077.
HSL color Cylindrical-coordinate representation of color #6582BA: hue angle of 219.53º degrees, saturation: 0.38, 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 #6582BA is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 130 | 186 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.27 |
| HSL | 219.53º | 0.38% | 0.56% | - |
| HSV(B) | 219.53º | 0.46% | 0.73% | - |
| XYZ | 22.21 | 22.28 | 49.58 | - |
| YUV | 127.71 | 160.89 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 130 | 186 | 0.46 | 0.30 | 0 | 0.27 | 219.53 | 0.38 | 0.56 |
| Hex | 65 | 82 | BA | 2E | 1E | 0 | 1B | DC | 26 | 38 |
| Octal | 145 | 202 | 272 | 56 | 36 | 0 | 33 | 334 | 46 | 70 |
| Binary | 1100101 | 10000010 | 10111010 | 101110 | 11110 | 0 | 11011 | 11011100 | 100110 | 111000 |
Color Harmonies of #6582BA
Complementary color
Monochromatic Colors of #6582BA
Black with #6582BA
Text Example
Text Example
White with #6582BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6582BA; }
p { color: rgb(101,130,186); }
H1.HeaderClassName
{
color: #6582BA;
}
.AnyTagClassName
{
color: #6582BA;
}
</style>
background-color css
<style>
a { background-color: #6582BA; }
a { background-color: rgb(101,130,186); }
div.DivClassName
{
background-color: #6582BA;
}
.BgClassName
{
background-color: #6582BA;
}
</style>
border-color css
<style>
span { border-color: #6582BA; }
span { border-color: rgb(101,130,186); }
td.TdClassName
{
border-color: #6582BA;
}
.TagClassName
{
border-color: #6582BA;
}
</style>