Shades of Danube #698ED3
Tints of Danube #698ED3
RGB
CMYK
RGB Variations
Color information
#698ED3 (or 0x698ED3) is known color: Danube. HEX triplet: 69, 8E and D3. RGB value is (105,142,211). Sum of RGB (Red+Green+Blue) = 105+142+211=458 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.93% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 211 (82.81% from 255 or 46.07% from 458); Max value from RGB is 211 - color contains mainly: blue. Hex color #698ED3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698ED3 is #96712C. Grayscale: #8A8A8A. Windows color (decimal): -9859373 or 13864553. OLE color: 13864553.
HSL color Cylindrical-coordinate representation of color #698ED3: hue angle of 219.06º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #698ED3 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 105 | 142 | 211 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.17 |
| HSL | 219.06º | 0.55% | 0.62% | - |
| HSV(B) | 219.06º | 0.5% | 0.83% | - |
| XYZ | 27.26 | 27.05 | 65.41 | - |
| YUV | 138.8 | 168.74 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 142 | 211 | 0.50 | 0.33 | 0 | 0.17 | 219.06 | 0.55 | 0.62 |
| Hex | 69 | 8E | D3 | 32 | 21 | 0 | 11 | DB | 37 | 3E |
| Octal | 151 | 216 | 323 | 62 | 41 | 0 | 21 | 333 | 67 | 76 |
| Binary | 1101001 | 10001110 | 11010011 | 110010 | 100001 | 0 | 10001 | 11011011 | 110111 | 111110 |
Color Harmonies of #698ED3
Complementary color
Monochromatic Colors of #698ED3
Black with #698ED3
Text Example
Text Example
White with #698ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698ED3; }
p { color: rgb(105,142,211); }
H1.HeaderClassName
{
color: #698ED3;
}
.AnyTagClassName
{
color: #698ED3;
}
</style>
background-color css
<style>
a { background-color: #698ED3; }
a { background-color: rgb(105,142,211); }
div.DivClassName
{
background-color: #698ED3;
}
.BgClassName
{
background-color: #698ED3;
}
</style>
border-color css
<style>
span { border-color: #698ED3; }
span { border-color: rgb(105,142,211); }
td.TdClassName
{
border-color: #698ED3;
}
.TagClassName
{
border-color: #698ED3;
}
</style>