Shades of Danube #6882BA
Tints of Danube #6882BA
RGB
CMYK
RGB Variations
Color information
#6882BA (or 0x6882BA) is known color: Danube. HEX triplet: 68, 82 and BA. RGB value is (104,130,186). Sum of RGB (Red+Green+Blue) = 104+130+186=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #6882BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6882BA is #977D45. Grayscale: #808080. Windows color (decimal): -9928006 or 12223080. OLE color: 12223080.
HSL color Cylindrical-coordinate representation of color #6882BA: hue angle of 220.98º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6882BA is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 130 | 186 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.27 |
| HSL | 220.98º | 0.37% | 0.57% | - |
| HSV(B) | 220.98º | 0.44% | 0.73% | - |
| XYZ | 22.55 | 22.45 | 49.6 | - |
| YUV | 128.61 | 160.39 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 186 | 0.44 | 0.30 | 0 | 0.27 | 220.98 | 0.37 | 0.57 |
| Hex | 68 | 82 | BA | 2C | 1E | 0 | 1B | DD | 25 | 39 |
| Octal | 150 | 202 | 272 | 54 | 36 | 0 | 33 | 335 | 45 | 71 |
| Binary | 1101000 | 10000010 | 10111010 | 101100 | 11110 | 0 | 11011 | 11011101 | 100101 | 111001 |
Color Harmonies of #6882BA
Complementary color
Monochromatic Colors of #6882BA
Black with #6882BA
Text Example
Text Example
White with #6882BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6882BA; }
p { color: rgb(104,130,186); }
H1.HeaderClassName
{
color: #6882BA;
}
.AnyTagClassName
{
color: #6882BA;
}
</style>
background-color css
<style>
a { background-color: #6882BA; }
a { background-color: rgb(104,130,186); }
div.DivClassName
{
background-color: #6882BA;
}
.BgClassName
{
background-color: #6882BA;
}
</style>
border-color css
<style>
span { border-color: #6882BA; }
span { border-color: rgb(104,130,186); }
td.TdClassName
{
border-color: #6882BA;
}
.TagClassName
{
border-color: #6882BA;
}
</style>