Shades of Danube #6986D1
Tints of Danube #6986D1
RGB
CMYK
RGB Variations
Color information
#6986D1 (or 0x6986D1) is known color: Danube. HEX triplet: 69, 86 and D1. RGB value is (105,134,209). Sum of RGB (Red+Green+Blue) = 105+134+209=448 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.44% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 209 - color contains mainly: blue. Hex color #6986D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6986D1 is #96792E. Grayscale: #858585. Windows color (decimal): -9861423 or 13731433. OLE color: 13731433.
HSL color Cylindrical-coordinate representation of color #6986D1: hue angle of 223.27º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6986D1 is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 134 | 209 | - |
| CMYK | 0.50 | 0.36 | 0 | 0.18 |
| HSL | 223.27º | 0.53% | 0.62% | - |
| HSV(B) | 223.27º | 0.5% | 0.82% | - |
| XYZ | 25.86 | 24.66 | 63.72 | - |
| YUV | 133.88 | 170.39 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 134 | 209 | 0.50 | 0.36 | 0 | 0.18 | 223.27 | 0.53 | 0.62 |
| Hex | 69 | 86 | D1 | 32 | 24 | 0 | 12 | DF | 35 | 3E |
| Octal | 151 | 206 | 321 | 62 | 44 | 0 | 22 | 337 | 65 | 76 |
| Binary | 1101001 | 10000110 | 11010001 | 110010 | 100100 | 0 | 10010 | 11011111 | 110101 | 111110 |
Color Harmonies of #6986D1
Complementary color
Monochromatic Colors of #6986D1
Black with #6986D1
Text Example
Text Example
White with #6986D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6986D1; }
p { color: rgb(105,134,209); }
H1.HeaderClassName
{
color: #6986D1;
}
.AnyTagClassName
{
color: #6986D1;
}
</style>
background-color css
<style>
a { background-color: #6986D1; }
a { background-color: rgb(105,134,209); }
div.DivClassName
{
background-color: #6986D1;
}
.BgClassName
{
background-color: #6986D1;
}
</style>
border-color css
<style>
span { border-color: #6986D1; }
span { border-color: rgb(105,134,209); }
td.TdClassName
{
border-color: #6986D1;
}
.TagClassName
{
border-color: #6986D1;
}
</style>