Shades of Danube #698DB5
Tints of Danube #698DB5
RGB
CMYK
RGB Variations
Color information
#698DB5 (or 0x698DB5) is known color: Danube. HEX triplet: 69, 8D and B5. RGB value is (105,141,181). Sum of RGB (Red+Green+Blue) = 105+141+181=427 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.59% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 181 (71.09% from 255 or 42.39% from 427); Max value from RGB is 181 - color contains mainly: blue. Hex color #698DB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698DB5 is #96724A. Grayscale: #868686. Windows color (decimal): -9859659 or 11898217. OLE color: 11898217.
HSL color Cylindrical-coordinate representation of color #698DB5: hue angle of 211.58º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #698DB5 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 141 | 181 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.29 |
| HSL | 211.58º | 0.34% | 0.56% | - |
| HSV(B) | 211.58º | 0.42% | 0.71% | - |
| XYZ | 23.69 | 25.39 | 47.37 | - |
| YUV | 134.8 | 154.07 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 141 | 181 | 0.42 | 0.22 | 0 | 0.29 | 211.58 | 0.34 | 0.56 |
| Hex | 69 | 8D | B5 | 2A | 16 | 0 | 1D | D4 | 22 | 38 |
| Octal | 151 | 215 | 265 | 52 | 26 | 0 | 35 | 324 | 42 | 70 |
| Binary | 1101001 | 10001101 | 10110101 | 101010 | 10110 | 0 | 11101 | 11010100 | 100010 | 111000 |
Color Harmonies of #698DB5
Complementary color
Monochromatic Colors of #698DB5
Black with #698DB5
Text Example
Text Example
White with #698DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698DB5; }
p { color: rgb(105,141,181); }
H1.HeaderClassName
{
color: #698DB5;
}
.AnyTagClassName
{
color: #698DB5;
}
</style>
background-color css
<style>
a { background-color: #698DB5; }
a { background-color: rgb(105,141,181); }
div.DivClassName
{
background-color: #698DB5;
}
.BgClassName
{
background-color: #698DB5;
}
</style>
border-color css
<style>
span { border-color: #698DB5; }
span { border-color: rgb(105,141,181); }
td.TdClassName
{
border-color: #698DB5;
}
.TagClassName
{
border-color: #698DB5;
}
</style>