Shades of Danube #6985BA
Tints of Danube #6985BA
RGB
CMYK
RGB Variations
Color information
#6985BA (or 0x6985BA) is known color: Danube. HEX triplet: 69, 85 and BA. RGB value is (105,133,186). Sum of RGB (Red+Green+Blue) = 105+133+186=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #6985BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6985BA is #967A45. Grayscale: #828282. Windows color (decimal): -9861702 or 12223849. OLE color: 12223849.
HSL color Cylindrical-coordinate representation of color #6985BA: hue angle of 219.26º 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 #6985BA is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 133 | 186 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.27 |
| HSL | 219.26º | 0.37% | 0.57% | - |
| HSV(B) | 219.26º | 0.44% | 0.73% | - |
| XYZ | 23.08 | 23.32 | 49.74 | - |
| YUV | 130.67 | 159.22 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 133 | 186 | 0.44 | 0.28 | 0 | 0.27 | 219.26 | 0.37 | 0.57 |
| Hex | 69 | 85 | BA | 2C | 1C | 0 | 1B | DB | 25 | 39 |
| Octal | 151 | 205 | 272 | 54 | 34 | 0 | 33 | 333 | 45 | 71 |
| Binary | 1101001 | 10000101 | 10111010 | 101100 | 11100 | 0 | 11011 | 11011011 | 100101 | 111001 |
Color Harmonies of #6985BA
Complementary color
Monochromatic Colors of #6985BA
Black with #6985BA
Text Example
Text Example
White with #6985BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6985BA; }
p { color: rgb(105,133,186); }
H1.HeaderClassName
{
color: #6985BA;
}
.AnyTagClassName
{
color: #6985BA;
}
</style>
background-color css
<style>
a { background-color: #6985BA; }
a { background-color: rgb(105,133,186); }
div.DivClassName
{
background-color: #6985BA;
}
.BgClassName
{
background-color: #6985BA;
}
</style>
border-color css
<style>
span { border-color: #6985BA; }
span { border-color: rgb(105,133,186); }
td.TdClassName
{
border-color: #6985BA;
}
.TagClassName
{
border-color: #6985BA;
}
</style>