Shades of Danube #6986BD
Tints of Danube #6986BD
RGB
CMYK
RGB Variations
Color information
#6986BD (or 0x6986BD) is known color: Danube. HEX triplet: 69, 86 and BD. RGB value is (105,134,189). Sum of RGB (Red+Green+Blue) = 105+134+189=428 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.53% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #6986BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6986BD is #967942. Grayscale: #838383. Windows color (decimal): -9861443 or 12420713. OLE color: 12420713.
HSL color Cylindrical-coordinate representation of color #6986BD: hue angle of 219.29º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6986BD is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 134 | 189 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.26 |
| HSL | 219.29º | 0.39% | 0.58% | - |
| HSV(B) | 219.29º | 0.44% | 0.74% | - |
| XYZ | 23.54 | 23.73 | 51.48 | - |
| YUV | 131.6 | 160.39 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 134 | 189 | 0.44 | 0.29 | 0 | 0.26 | 219.29 | 0.39 | 0.58 |
| Hex | 69 | 86 | BD | 2C | 1D | 0 | 1A | DB | 27 | 3A |
| Octal | 151 | 206 | 275 | 54 | 35 | 0 | 32 | 333 | 47 | 72 |
| Binary | 1101001 | 10000110 | 10111101 | 101100 | 11101 | 0 | 11010 | 11011011 | 100111 | 111010 |
Color Harmonies of #6986BD
Complementary color
Monochromatic Colors of #6986BD
Black with #6986BD
Text Example
Text Example
White with #6986BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6986BD; }
p { color: rgb(105,134,189); }
H1.HeaderClassName
{
color: #6986BD;
}
.AnyTagClassName
{
color: #6986BD;
}
</style>
background-color css
<style>
a { background-color: #6986BD; }
a { background-color: rgb(105,134,189); }
div.DivClassName
{
background-color: #6986BD;
}
.BgClassName
{
background-color: #6986BD;
}
</style>
border-color css
<style>
span { border-color: #6986BD; }
span { border-color: rgb(105,134,189); }
td.TdClassName
{
border-color: #6986BD;
}
.TagClassName
{
border-color: #6986BD;
}
</style>