Shades of Danube #698BC2
Tints of Danube #698BC2
RGB
CMYK
RGB Variations
Color information
#698BC2 (or 0x698BC2) is known color: Danube. HEX triplet: 69, 8B and C2. RGB value is (105,139,194). Sum of RGB (Red+Green+Blue) = 105+139+194=438 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.97% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 194 - color contains mainly: blue. Hex color #698BC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698BC2 is #96743D. Grayscale: #868686. Windows color (decimal): -9860158 or 12749673. OLE color: 12749673.
HSL color Cylindrical-coordinate representation of color #698BC2: hue angle of 217.08º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #698BC2 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 139 | 194 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.24 |
| HSL | 217.08º | 0.42% | 0.59% | - |
| HSV(B) | 217.08º | 0.46% | 0.76% | - |
| XYZ | 24.8 | 25.36 | 54.63 | - |
| YUV | 135.1 | 161.24 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 194 | 0.46 | 0.28 | 0 | 0.24 | 217.08 | 0.42 | 0.59 |
| Hex | 69 | 8B | C2 | 2E | 1C | 0 | 18 | D9 | 2A | 3B |
| Octal | 151 | 213 | 302 | 56 | 34 | 0 | 30 | 331 | 52 | 73 |
| Binary | 1101001 | 10001011 | 11000010 | 101110 | 11100 | 0 | 11000 | 11011001 | 101010 | 111011 |
Color Harmonies of #698BC2
Complementary color
Monochromatic Colors of #698BC2
Black with #698BC2
Text Example
Text Example
White with #698BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698BC2; }
p { color: rgb(105,139,194); }
H1.HeaderClassName
{
color: #698BC2;
}
.AnyTagClassName
{
color: #698BC2;
}
</style>
background-color css
<style>
a { background-color: #698BC2; }
a { background-color: rgb(105,139,194); }
div.DivClassName
{
background-color: #698BC2;
}
.BgClassName
{
background-color: #698BC2;
}
</style>
border-color css
<style>
span { border-color: #698BC2; }
span { border-color: rgb(105,139,194); }
td.TdClassName
{
border-color: #698BC2;
}
.TagClassName
{
border-color: #698BC2;
}
</style>