Shades of Danube #698AD1
Tints of Danube #698AD1
RGB
CMYK
RGB Variations
Color information
#698AD1 (or 0x698AD1) is known color: Danube. HEX triplet: 69, 8A and D1. RGB value is (105,138,209). Sum of RGB (Red+Green+Blue) = 105+138+209=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 209 (82.03% from 255 or 46.24% from 452); Max value from RGB is 209 - color contains mainly: blue. Hex color #698AD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698AD1 is #96752E. Grayscale: #878787. Windows color (decimal): -9860399 or 13732457. OLE color: 13732457.
HSL color Cylindrical-coordinate representation of color #698AD1: hue angle of 220.96º 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 #698AD1 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 138 | 209 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.18 |
| HSL | 220.96º | 0.53% | 0.62% | - |
| HSV(B) | 220.96º | 0.5% | 0.82% | - |
| XYZ | 26.42 | 25.78 | 63.91 | - |
| YUV | 136.23 | 169.07 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 138 | 209 | 0.50 | 0.34 | 0 | 0.18 | 220.96 | 0.53 | 0.62 |
| Hex | 69 | 8A | D1 | 32 | 22 | 0 | 12 | DD | 35 | 3E |
| Octal | 151 | 212 | 321 | 62 | 42 | 0 | 22 | 335 | 65 | 76 |
| Binary | 1101001 | 10001010 | 11010001 | 110010 | 100010 | 0 | 10010 | 11011101 | 110101 | 111110 |
Color Harmonies of #698AD1
Complementary color
Monochromatic Colors of #698AD1
Black with #698AD1
Text Example
Text Example
White with #698AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698AD1; }
p { color: rgb(105,138,209); }
H1.HeaderClassName
{
color: #698AD1;
}
.AnyTagClassName
{
color: #698AD1;
}
</style>
background-color css
<style>
a { background-color: #698AD1; }
a { background-color: rgb(105,138,209); }
div.DivClassName
{
background-color: #698AD1;
}
.BgClassName
{
background-color: #698AD1;
}
</style>
border-color css
<style>
span { border-color: #698AD1; }
span { border-color: rgb(105,138,209); }
td.TdClassName
{
border-color: #698AD1;
}
.TagClassName
{
border-color: #698AD1;
}
</style>