Shades of Danube #6991BA
Tints of Danube #6991BA
RGB
CMYK
RGB Variations
Color information
#6991BA (or 0x6991BA) is known color: Danube. HEX triplet: 69, 91 and BA. RGB value is (105,145,186). Sum of RGB (Red+Green+Blue) = 105+145+186=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #6991BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6991BA is #966E45. Grayscale: #898989. Windows color (decimal): -9858630 or 12226921. OLE color: 12226921.
HSL color Cylindrical-coordinate representation of color #6991BA: hue angle of 210.37º 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 #6991BA is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 145 | 186 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.27 |
| HSL | 210.37º | 0.37% | 0.57% | - |
| HSV(B) | 210.37º | 0.44% | 0.73% | - |
| XYZ | 24.81 | 26.8 | 50.32 | - |
| YUV | 137.71 | 155.25 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 145 | 186 | 0.44 | 0.22 | 0 | 0.27 | 210.37 | 0.37 | 0.57 |
| Hex | 69 | 91 | BA | 2C | 16 | 0 | 1B | D2 | 25 | 39 |
| Octal | 151 | 221 | 272 | 54 | 26 | 0 | 33 | 322 | 45 | 71 |
| Binary | 1101001 | 10010001 | 10111010 | 101100 | 10110 | 0 | 11011 | 11010010 | 100101 | 111001 |
Color Harmonies of #6991BA
Complementary color
Monochromatic Colors of #6991BA
Black with #6991BA
Text Example
Text Example
White with #6991BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6991BA; }
p { color: rgb(105,145,186); }
H1.HeaderClassName
{
color: #6991BA;
}
.AnyTagClassName
{
color: #6991BA;
}
</style>
background-color css
<style>
a { background-color: #6991BA; }
a { background-color: rgb(105,145,186); }
div.DivClassName
{
background-color: #6991BA;
}
.BgClassName
{
background-color: #6991BA;
}
</style>
border-color css
<style>
span { border-color: #6991BA; }
span { border-color: rgb(105,145,186); }
td.TdClassName
{
border-color: #6991BA;
}
.TagClassName
{
border-color: #6991BA;
}
</style>