Shades of Danube #698FBF
Tints of Danube #698FBF
RGB
CMYK
RGB Variations
Color information
#698FBF (or 0x698FBF) is known color: Danube. HEX triplet: 69, 8F and BF. RGB value is (105,143,191). Sum of RGB (Red+Green+Blue) = 105+143+191=439 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.92% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #698FBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698FBF is #967040. Grayscale: #888888. Windows color (decimal): -9859137 or 12554089. OLE color: 12554089.
HSL color Cylindrical-coordinate representation of color #698FBF: hue angle of 213.49º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #698FBF is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 143 | 191 | - |
| CMYK | 0.45 | 0.25 | 0 | 0.25 |
| HSL | 213.49º | 0.4% | 0.58% | - |
| HSV(B) | 213.49º | 0.45% | 0.75% | - |
| XYZ | 25.05 | 26.41 | 53.07 | - |
| YUV | 137.11 | 158.41 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 143 | 191 | 0.45 | 0.25 | 0 | 0.25 | 213.49 | 0.4 | 0.58 |
| Hex | 69 | 8F | BF | 2D | 19 | 0 | 19 | D5 | 28 | 3A |
| Octal | 151 | 217 | 277 | 55 | 31 | 0 | 31 | 325 | 50 | 72 |
| Binary | 1101001 | 10001111 | 10111111 | 101101 | 11001 | 0 | 11001 | 11010101 | 101000 | 111010 |
Color Harmonies of #698FBF
Complementary color
Monochromatic Colors of #698FBF
Black with #698FBF
Text Example
Text Example
White with #698FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698FBF; }
p { color: rgb(105,143,191); }
H1.HeaderClassName
{
color: #698FBF;
}
.AnyTagClassName
{
color: #698FBF;
}
</style>
background-color css
<style>
a { background-color: #698FBF; }
a { background-color: rgb(105,143,191); }
div.DivClassName
{
background-color: #698FBF;
}
.BgClassName
{
background-color: #698FBF;
}
</style>
border-color css
<style>
span { border-color: #698FBF; }
span { border-color: rgb(105,143,191); }
td.TdClassName
{
border-color: #698FBF;
}
.TagClassName
{
border-color: #698FBF;
}
</style>