Shades of Danube #698EBA
Tints of Danube #698EBA
RGB
CMYK
RGB Variations
Color information
#698EBA (or 0x698EBA) is known color: Danube. HEX triplet: 69, 8E and BA. RGB value is (105,142,186). Sum of RGB (Red+Green+Blue) = 105+142+186=433 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.25% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #698EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698EBA is #967145. Grayscale: #878787. Windows color (decimal): -9859398 or 12226153. OLE color: 12226153.
HSL color Cylindrical-coordinate representation of color #698EBA: hue angle of 212.59º 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 #698EBA is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 142 | 186 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.27 |
| HSL | 212.59º | 0.37% | 0.57% | - |
| HSV(B) | 212.59º | 0.44% | 0.73% | - |
| XYZ | 24.36 | 25.89 | 50.17 | - |
| YUV | 135.95 | 156.24 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 142 | 186 | 0.44 | 0.24 | 0 | 0.27 | 212.59 | 0.37 | 0.57 |
| Hex | 69 | 8E | BA | 2C | 18 | 0 | 1B | D5 | 25 | 39 |
| Octal | 151 | 216 | 272 | 54 | 30 | 0 | 33 | 325 | 45 | 71 |
| Binary | 1101001 | 10001110 | 10111010 | 101100 | 11000 | 0 | 11011 | 11010101 | 100101 | 111001 |
Color Harmonies of #698EBA
Complementary color
Monochromatic Colors of #698EBA
Black with #698EBA
Text Example
Text Example
White with #698EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698EBA; }
p { color: rgb(105,142,186); }
H1.HeaderClassName
{
color: #698EBA;
}
.AnyTagClassName
{
color: #698EBA;
}
</style>
background-color css
<style>
a { background-color: #698EBA; }
a { background-color: rgb(105,142,186); }
div.DivClassName
{
background-color: #698EBA;
}
.BgClassName
{
background-color: #698EBA;
}
</style>
border-color css
<style>
span { border-color: #698EBA; }
span { border-color: rgb(105,142,186); }
td.TdClassName
{
border-color: #698EBA;
}
.TagClassName
{
border-color: #698EBA;
}
</style>