Shades of Danube #6884BB
Tints of Danube #6884BB
RGB
CMYK
RGB Variations
Color information
#6884BB (or 0x6884BB) is known color: Danube. HEX triplet: 68, 84 and BB. RGB value is (104,132,187). Sum of RGB (Red+Green+Blue) = 104+132+187=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #6884BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6884BB is #977B44. Grayscale: #818181. Windows color (decimal): -9927493 or 12289128. OLE color: 12289128.
HSL color Cylindrical-coordinate representation of color #6884BB: hue angle of 219.76º degrees, saturation: 0.38, 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 #6884BB is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 132 | 187 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.27 |
| HSL | 219.76º | 0.38% | 0.57% | - |
| HSV(B) | 219.76º | 0.44% | 0.73% | - |
| XYZ | 22.93 | 23.03 | 50.25 | - |
| YUV | 129.9 | 160.22 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 132 | 187 | 0.44 | 0.29 | 0 | 0.27 | 219.76 | 0.38 | 0.57 |
| Hex | 68 | 84 | BB | 2C | 1D | 0 | 1B | DC | 26 | 39 |
| Octal | 150 | 204 | 273 | 54 | 35 | 0 | 33 | 334 | 46 | 71 |
| Binary | 1101000 | 10000100 | 10111011 | 101100 | 11101 | 0 | 11011 | 11011100 | 100110 | 111001 |
Color Harmonies of #6884BB
Complementary color
Monochromatic Colors of #6884BB
Black with #6884BB
Text Example
Text Example
White with #6884BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6884BB; }
p { color: rgb(104,132,187); }
H1.HeaderClassName
{
color: #6884BB;
}
.AnyTagClassName
{
color: #6884BB;
}
</style>
background-color css
<style>
a { background-color: #6884BB; }
a { background-color: rgb(104,132,187); }
div.DivClassName
{
background-color: #6884BB;
}
.BgClassName
{
background-color: #6884BB;
}
</style>
border-color css
<style>
span { border-color: #6884BB; }
span { border-color: rgb(104,132,187); }
td.TdClassName
{
border-color: #6884BB;
}
.TagClassName
{
border-color: #6884BB;
}
</style>