Shades of Danube #698BC1
Tints of Danube #698BC1
RGB
CMYK
RGB Variations
Color information
#698BC1 (or 0x698BC1) is known color: Danube. HEX triplet: 69, 8B and C1. RGB value is (105,139,193). Sum of RGB (Red+Green+Blue) = 105+139+193=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 193 - color contains mainly: blue. Hex color #698BC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698BC1 is #96743E. Grayscale: #868686. Windows color (decimal): -9860159 or 12684137. OLE color: 12684137.
HSL color Cylindrical-coordinate representation of color #698BC1: hue angle of 216.82º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #698BC1 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 139 | 193 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.24 |
| HSL | 216.82º | 0.42% | 0.58% | - |
| HSV(B) | 216.82º | 0.46% | 0.76% | - |
| XYZ | 24.68 | 25.32 | 54.04 | - |
| YUV | 134.99 | 160.74 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 193 | 0.46 | 0.28 | 0 | 0.24 | 216.82 | 0.42 | 0.58 |
| Hex | 69 | 8B | C1 | 2E | 1C | 0 | 18 | D9 | 2A | 3A |
| Octal | 151 | 213 | 301 | 56 | 34 | 0 | 30 | 331 | 52 | 72 |
| Binary | 1101001 | 10001011 | 11000001 | 101110 | 11100 | 0 | 11000 | 11011001 | 101010 | 111010 |
Color Harmonies of #698BC1
Complementary color
Monochromatic Colors of #698BC1
Black with #698BC1
Text Example
Text Example
White with #698BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698BC1; }
p { color: rgb(105,139,193); }
H1.HeaderClassName
{
color: #698BC1;
}
.AnyTagClassName
{
color: #698BC1;
}
</style>
background-color css
<style>
a { background-color: #698BC1; }
a { background-color: rgb(105,139,193); }
div.DivClassName
{
background-color: #698BC1;
}
.BgClassName
{
background-color: #698BC1;
}
</style>
border-color css
<style>
span { border-color: #698BC1; }
span { border-color: rgb(105,139,193); }
td.TdClassName
{
border-color: #698BC1;
}
.TagClassName
{
border-color: #698BC1;
}
</style>