Shades of Danube #6986C3
Tints of Danube #6986C3
RGB
CMYK
RGB Variations
Color information
#6986C3 (or 0x6986C3) is known color: Danube. HEX triplet: 69, 86 and C3. RGB value is (105,134,195). Sum of RGB (Red+Green+Blue) = 105+134+195=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 195 (76.56% from 255 or 44.93% from 434); Max value from RGB is 195 - color contains mainly: blue. Hex color #6986C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6986C3 is #96793C. Grayscale: #848484. Windows color (decimal): -9861437 or 12813929. OLE color: 12813929.
HSL color Cylindrical-coordinate representation of color #6986C3: hue angle of 220.67º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6986C3 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 134 | 195 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.24 |
| HSL | 220.67º | 0.43% | 0.59% | - |
| HSV(B) | 220.67º | 0.46% | 0.76% | - |
| XYZ | 24.2 | 23.99 | 54.99 | - |
| YUV | 132.28 | 163.39 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 134 | 195 | 0.46 | 0.31 | 0 | 0.24 | 220.67 | 0.43 | 0.59 |
| Hex | 69 | 86 | C3 | 2E | 1F | 0 | 18 | DD | 2B | 3B |
| Octal | 151 | 206 | 303 | 56 | 37 | 0 | 30 | 335 | 53 | 73 |
| Binary | 1101001 | 10000110 | 11000011 | 101110 | 11111 | 0 | 11000 | 11011101 | 101011 | 111011 |
Color Harmonies of #6986C3
Complementary color
Monochromatic Colors of #6986C3
Black with #6986C3
Text Example
Text Example
White with #6986C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6986C3; }
p { color: rgb(105,134,195); }
H1.HeaderClassName
{
color: #6986C3;
}
.AnyTagClassName
{
color: #6986C3;
}
</style>
background-color css
<style>
a { background-color: #6986C3; }
a { background-color: rgb(105,134,195); }
div.DivClassName
{
background-color: #6986C3;
}
.BgClassName
{
background-color: #6986C3;
}
</style>
border-color css
<style>
span { border-color: #6986C3; }
span { border-color: rgb(105,134,195); }
td.TdClassName
{
border-color: #6986C3;
}
.TagClassName
{
border-color: #6986C3;
}
</style>