Shades of Danube #698DB9
Tints of Danube #698DB9
RGB
CMYK
RGB Variations
Color information
#698DB9 (or 0x698DB9) is known color: Danube. HEX triplet: 69, 8D and B9. RGB value is (105,141,185). Sum of RGB (Red+Green+Blue) = 105+141+185=431 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.36% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 185 (72.66% from 255 or 42.92% from 431); Max value from RGB is 185 - color contains mainly: blue. Hex color #698DB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698DB9 is #967246. Grayscale: #878787. Windows color (decimal): -9859655 or 12160361. OLE color: 12160361.
HSL color Cylindrical-coordinate representation of color #698DB9: hue angle of 213º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #698DB9 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 141 | 185 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.27 |
| HSL | 213º | 0.36% | 0.57% | - |
| HSV(B) | 213º | 0.43% | 0.73% | - |
| XYZ | 24.11 | 25.56 | 49.56 | - |
| YUV | 135.25 | 156.07 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 141 | 185 | 0.43 | 0.24 | 0 | 0.27 | 213 | 0.36 | 0.57 |
| Hex | 69 | 8D | B9 | 2B | 18 | 0 | 1B | D5 | 24 | 39 |
| Octal | 151 | 215 | 271 | 53 | 30 | 0 | 33 | 325 | 44 | 71 |
| Binary | 1101001 | 10001101 | 10111001 | 101011 | 11000 | 0 | 11011 | 11010101 | 100100 | 111001 |
Color Harmonies of #698DB9
Complementary color
Monochromatic Colors of #698DB9
Black with #698DB9
Text Example
Text Example
White with #698DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698DB9; }
p { color: rgb(105,141,185); }
H1.HeaderClassName
{
color: #698DB9;
}
.AnyTagClassName
{
color: #698DB9;
}
</style>
background-color css
<style>
a { background-color: #698DB9; }
a { background-color: rgb(105,141,185); }
div.DivClassName
{
background-color: #698DB9;
}
.BgClassName
{
background-color: #698DB9;
}
</style>
border-color css
<style>
span { border-color: #698DB9; }
span { border-color: rgb(105,141,185); }
td.TdClassName
{
border-color: #698DB9;
}
.TagClassName
{
border-color: #698DB9;
}
</style>