Shades of Danube #698ED1
Tints of Danube #698ED1
RGB
CMYK
RGB Variations
Color information
#698ED1 (or 0x698ED1) is known color: Danube. HEX triplet: 69, 8E and D1. RGB value is (105,142,209). Sum of RGB (Red+Green+Blue) = 105+142+209=456 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.03% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 209 (82.03% from 255 or 45.83% from 456); Max value from RGB is 209 - color contains mainly: blue. Hex color #698ED1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698ED1 is #96712E. Grayscale: #8A8A8A. Windows color (decimal): -9859375 or 13733481. OLE color: 13733481.
HSL color Cylindrical-coordinate representation of color #698ED1: hue angle of 218.65º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #698ED1 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 142 | 209 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.18 |
| HSL | 218.65º | 0.53% | 0.62% | - |
| HSV(B) | 218.65º | 0.5% | 0.82% | - |
| XYZ | 27.01 | 26.95 | 64.1 | - |
| YUV | 138.58 | 167.74 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 142 | 209 | 0.50 | 0.32 | 0 | 0.18 | 218.65 | 0.53 | 0.62 |
| Hex | 69 | 8E | D1 | 32 | 20 | 0 | 12 | DB | 35 | 3E |
| Octal | 151 | 216 | 321 | 62 | 40 | 0 | 22 | 333 | 65 | 76 |
| Binary | 1101001 | 10001110 | 11010001 | 110010 | 100000 | 0 | 10010 | 11011011 | 110101 | 111110 |
Color Harmonies of #698ED1
Complementary color
Monochromatic Colors of #698ED1
Black with #698ED1
Text Example
Text Example
White with #698ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698ED1; }
p { color: rgb(105,142,209); }
H1.HeaderClassName
{
color: #698ED1;
}
.AnyTagClassName
{
color: #698ED1;
}
</style>
background-color css
<style>
a { background-color: #698ED1; }
a { background-color: rgb(105,142,209); }
div.DivClassName
{
background-color: #698ED1;
}
.BgClassName
{
background-color: #698ED1;
}
</style>
border-color css
<style>
span { border-color: #698ED1; }
span { border-color: rgb(105,142,209); }
td.TdClassName
{
border-color: #698ED1;
}
.TagClassName
{
border-color: #698ED1;
}
</style>