Shades of Danube #698FBB
Tints of Danube #698FBB
RGB
CMYK
RGB Variations
Color information
#698FBB (or 0x698FBB) is known color: Danube. HEX triplet: 69, 8F and BB. RGB value is (105,143,187). Sum of RGB (Red+Green+Blue) = 105+143+187=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #698FBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698FBB is #967044. Grayscale: #888888. Windows color (decimal): -9859141 or 12291945. OLE color: 12291945.
HSL color Cylindrical-coordinate representation of color #698FBB: hue angle of 212.2º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #698FBB is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 143 | 187 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.27 |
| HSL | 212.2º | 0.38% | 0.57% | - |
| HSV(B) | 212.2º | 0.44% | 0.73% | - |
| XYZ | 24.62 | 26.24 | 50.78 | - |
| YUV | 136.65 | 156.41 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 143 | 187 | 0.44 | 0.24 | 0 | 0.27 | 212.2 | 0.38 | 0.57 |
| Hex | 69 | 8F | BB | 2C | 18 | 0 | 1B | D4 | 26 | 39 |
| Octal | 151 | 217 | 273 | 54 | 30 | 0 | 33 | 324 | 46 | 71 |
| Binary | 1101001 | 10001111 | 10111011 | 101100 | 11000 | 0 | 11011 | 11010100 | 100110 | 111001 |
Color Harmonies of #698FBB
Complementary color
Monochromatic Colors of #698FBB
Black with #698FBB
Text Example
Text Example
White with #698FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698FBB; }
p { color: rgb(105,143,187); }
H1.HeaderClassName
{
color: #698FBB;
}
.AnyTagClassName
{
color: #698FBB;
}
</style>
background-color css
<style>
a { background-color: #698FBB; }
a { background-color: rgb(105,143,187); }
div.DivClassName
{
background-color: #698FBB;
}
.BgClassName
{
background-color: #698FBB;
}
</style>
border-color css
<style>
span { border-color: #698FBB; }
span { border-color: rgb(105,143,187); }
td.TdClassName
{
border-color: #698FBB;
}
.TagClassName
{
border-color: #698FBB;
}
</style>