Shades of Danube #698BD3
Tints of Danube #698BD3
RGB
CMYK
RGB Variations
Color information
#698BD3 (or 0x698BD3) is known color: Danube. HEX triplet: 69, 8B and D3. RGB value is (105,139,211). Sum of RGB (Red+Green+Blue) = 105+139+211=455 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.08% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 211 (82.81% from 255 or 46.37% from 455); Max value from RGB is 211 - color contains mainly: blue. Hex color #698BD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698BD3 is #96742C. Grayscale: #888888. Windows color (decimal): -9860141 or 13863785. OLE color: 13863785.
HSL color Cylindrical-coordinate representation of color #698BD3: hue angle of 220.75º 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 #698BD3 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 105 | 139 | 211 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.17 |
| HSL | 220.75º | 0.55% | 0.62% | - |
| HSV(B) | 220.75º | 0.5% | 0.83% | - |
| XYZ | 26.82 | 26.17 | 65.27 | - |
| YUV | 137.04 | 169.74 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 211 | 0.50 | 0.34 | 0 | 0.17 | 220.75 | 0.55 | 0.62 |
| Hex | 69 | 8B | D3 | 32 | 22 | 0 | 11 | DD | 37 | 3E |
| Octal | 151 | 213 | 323 | 62 | 42 | 0 | 21 | 335 | 67 | 76 |
| Binary | 1101001 | 10001011 | 11010011 | 110010 | 100010 | 0 | 10001 | 11011101 | 110111 | 111110 |
Color Harmonies of #698BD3
Complementary color
Monochromatic Colors of #698BD3
Black with #698BD3
Text Example
Text Example
White with #698BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698BD3; }
p { color: rgb(105,139,211); }
H1.HeaderClassName
{
color: #698BD3;
}
.AnyTagClassName
{
color: #698BD3;
}
</style>
background-color css
<style>
a { background-color: #698BD3; }
a { background-color: rgb(105,139,211); }
div.DivClassName
{
background-color: #698BD3;
}
.BgClassName
{
background-color: #698BD3;
}
</style>
border-color css
<style>
span { border-color: #698BD3; }
span { border-color: rgb(105,139,211); }
td.TdClassName
{
border-color: #698BD3;
}
.TagClassName
{
border-color: #698BD3;
}
</style>