Shades of Danube #698ECD
Tints of Danube #698ECD
RGB
CMYK
RGB Variations
Color information
#698ECD (or 0x698ECD) is known color: Danube. HEX triplet: 69, 8E and CD. RGB value is (105,142,205). Sum of RGB (Red+Green+Blue) = 105+142+205=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #698ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698ECD is #967132. Grayscale: #898989. Windows color (decimal): -9859379 or 13471337. OLE color: 13471337.
HSL color Cylindrical-coordinate representation of color #698ECD: hue angle of 217.8º 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 #698ECD is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 142 | 205 | - |
| CMYK | 0.49 | 0.31 | 0 | 0.20 |
| HSL | 217.8º | 0.5% | 0.61% | - |
| HSV(B) | 217.8º | 0.49% | 0.8% | - |
| XYZ | 26.52 | 26.76 | 61.52 | - |
| YUV | 138.12 | 165.74 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 142 | 205 | 0.49 | 0.31 | 0 | 0.20 | 217.8 | 0.5 | 0.61 |
| Hex | 69 | 8E | CD | 31 | 1F | 0 | 14 | DA | 32 | 3D |
| Octal | 151 | 216 | 315 | 61 | 37 | 0 | 24 | 332 | 62 | 75 |
| Binary | 1101001 | 10001110 | 11001101 | 110001 | 11111 | 0 | 10100 | 11011010 | 110010 | 111101 |
Color Harmonies of #698ECD
Complementary color
Monochromatic Colors of #698ECD
Black with #698ECD
Text Example
Text Example
White with #698ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698ECD; }
p { color: rgb(105,142,205); }
H1.HeaderClassName
{
color: #698ECD;
}
.AnyTagClassName
{
color: #698ECD;
}
</style>
background-color css
<style>
a { background-color: #698ECD; }
a { background-color: rgb(105,142,205); }
div.DivClassName
{
background-color: #698ECD;
}
.BgClassName
{
background-color: #698ECD;
}
</style>
border-color css
<style>
span { border-color: #698ECD; }
span { border-color: rgb(105,142,205); }
td.TdClassName
{
border-color: #698ECD;
}
.TagClassName
{
border-color: #698ECD;
}
</style>