Shades of Danube #6883BB
Tints of Danube #6883BB
RGB
CMYK
RGB Variations
Color information
#6883BB (or 0x6883BB) is known color: Danube. HEX triplet: 68, 83 and BB. RGB value is (104,131,187). Sum of RGB (Red+Green+Blue) = 104+131+187=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 131 (51.56% from 255 or 31.04% 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 #6883BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6883BB is #977C44. Grayscale: #818181. Windows color (decimal): -9927749 or 12288872. OLE color: 12288872.
HSL color Cylindrical-coordinate representation of color #6883BB: hue angle of 220.48º 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 #6883BB is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 131 | 187 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.27 |
| HSL | 220.48º | 0.38% | 0.57% | - |
| HSV(B) | 220.48º | 0.44% | 0.73% | - |
| XYZ | 22.79 | 22.76 | 50.21 | - |
| YUV | 129.31 | 160.55 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 131 | 187 | 0.44 | 0.30 | 0 | 0.27 | 220.48 | 0.38 | 0.57 |
| Hex | 68 | 83 | BB | 2C | 1E | 0 | 1B | DC | 26 | 39 |
| Octal | 150 | 203 | 273 | 54 | 36 | 0 | 33 | 334 | 46 | 71 |
| Binary | 1101000 | 10000011 | 10111011 | 101100 | 11110 | 0 | 11011 | 11011100 | 100110 | 111001 |
Color Harmonies of #6883BB
Complementary color
Monochromatic Colors of #6883BB
Black with #6883BB
Text Example
Text Example
White with #6883BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6883BB; }
p { color: rgb(104,131,187); }
H1.HeaderClassName
{
color: #6883BB;
}
.AnyTagClassName
{
color: #6883BB;
}
</style>
background-color css
<style>
a { background-color: #6883BB; }
a { background-color: rgb(104,131,187); }
div.DivClassName
{
background-color: #6883BB;
}
.BgClassName
{
background-color: #6883BB;
}
</style>
border-color css
<style>
span { border-color: #6883BB; }
span { border-color: rgb(104,131,187); }
td.TdClassName
{
border-color: #6883BB;
}
.TagClassName
{
border-color: #6883BB;
}
</style>