Shades of Danube #6986CA
Tints of Danube #6986CA
RGB
CMYK
RGB Variations
Color information
#6986CA (or 0x6986CA) is known color: Danube. HEX triplet: 69, 86 and CA. RGB value is (105,134,202). Sum of RGB (Red+Green+Blue) = 105+134+202=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #6986CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6986CA is #967935. Grayscale: #848484. Windows color (decimal): -9861430 or 13272681. OLE color: 13272681.
HSL color Cylindrical-coordinate representation of color #6986CA: hue angle of 222.06º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6986CA is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 105 | 134 | 202 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.21 |
| HSL | 222.06º | 0.48% | 0.6% | - |
| HSV(B) | 222.06º | 0.48% | 0.79% | - |
| XYZ | 25.01 | 24.32 | 59.25 | - |
| YUV | 133.08 | 166.89 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 134 | 202 | 0.48 | 0.34 | 0 | 0.21 | 222.06 | 0.48 | 0.6 |
| Hex | 69 | 86 | CA | 30 | 22 | 0 | 15 | DE | 30 | 3C |
| Octal | 151 | 206 | 312 | 60 | 42 | 0 | 25 | 336 | 60 | 74 |
| Binary | 1101001 | 10000110 | 11001010 | 110000 | 100010 | 0 | 10101 | 11011110 | 110000 | 111100 |
Color Harmonies of #6986CA
Complementary color
Monochromatic Colors of #6986CA
Black with #6986CA
Text Example
Text Example
White with #6986CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6986CA; }
p { color: rgb(105,134,202); }
H1.HeaderClassName
{
color: #6986CA;
}
.AnyTagClassName
{
color: #6986CA;
}
</style>
background-color css
<style>
a { background-color: #6986CA; }
a { background-color: rgb(105,134,202); }
div.DivClassName
{
background-color: #6986CA;
}
.BgClassName
{
background-color: #6986CA;
}
</style>
border-color css
<style>
span { border-color: #6986CA; }
span { border-color: rgb(105,134,202); }
td.TdClassName
{
border-color: #6986CA;
}
.TagClassName
{
border-color: #6986CA;
}
</style>