Shades of Danube #698DCD
Tints of Danube #698DCD
RGB
CMYK
RGB Variations
Color information
#698DCD (or 0x698DCD) is known color: Danube. HEX triplet: 69, 8D and CD. RGB value is (105,141,205). Sum of RGB (Red+Green+Blue) = 105+141+205=451 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.28% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #698DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698DCD is #967232. Grayscale: #898989. Windows color (decimal): -9859635 or 13471081. OLE color: 13471081.
HSL color Cylindrical-coordinate representation of color #698DCD: hue angle of 218.4º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #698DCD is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 141 | 205 | - |
| CMYK | 0.49 | 0.31 | 0 | 0.20 |
| HSL | 218.4º | 0.5% | 0.61% | - |
| HSV(B) | 218.4º | 0.49% | 0.8% | - |
| XYZ | 26.37 | 26.46 | 61.48 | - |
| YUV | 137.53 | 166.07 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 141 | 205 | 0.49 | 0.31 | 0 | 0.20 | 218.4 | 0.5 | 0.61 |
| Hex | 69 | 8D | CD | 31 | 1F | 0 | 14 | DA | 32 | 3D |
| Octal | 151 | 215 | 315 | 61 | 37 | 0 | 24 | 332 | 62 | 75 |
| Binary | 1101001 | 10001101 | 11001101 | 110001 | 11111 | 0 | 10100 | 11011010 | 110010 | 111101 |
Color Harmonies of #698DCD
Complementary color
Monochromatic Colors of #698DCD
Black with #698DCD
Text Example
Text Example
White with #698DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698DCD; }
p { color: rgb(105,141,205); }
H1.HeaderClassName
{
color: #698DCD;
}
.AnyTagClassName
{
color: #698DCD;
}
</style>
background-color css
<style>
a { background-color: #698DCD; }
a { background-color: rgb(105,141,205); }
div.DivClassName
{
background-color: #698DCD;
}
.BgClassName
{
background-color: #698DCD;
}
</style>
border-color css
<style>
span { border-color: #698DCD; }
span { border-color: rgb(105,141,205); }
td.TdClassName
{
border-color: #698DCD;
}
.TagClassName
{
border-color: #698DCD;
}
</style>