Shades of Danube #698CBE
Tints of Danube #698CBE
RGB
CMYK
RGB Variations
Color information
#698CBE (or 0x698CBE) is known color: Danube. HEX triplet: 69, 8C and BE. RGB value is (105,140,190). Sum of RGB (Red+Green+Blue) = 105+140+190=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #698CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698CBE is #967341. Grayscale: #878787. Windows color (decimal): -9859906 or 12487785. OLE color: 12487785.
HSL color Cylindrical-coordinate representation of color #698CBE: hue angle of 215.29º 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 #698CBE is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 140 | 190 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.25 |
| HSL | 215.29º | 0.4% | 0.58% | - |
| HSV(B) | 215.29º | 0.45% | 0.75% | - |
| XYZ | 24.5 | 25.48 | 52.34 | - |
| YUV | 135.24 | 158.9 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 140 | 190 | 0.45 | 0.26 | 0 | 0.25 | 215.29 | 0.4 | 0.58 |
| Hex | 69 | 8C | BE | 2D | 1A | 0 | 19 | D7 | 28 | 3A |
| Octal | 151 | 214 | 276 | 55 | 32 | 0 | 31 | 327 | 50 | 72 |
| Binary | 1101001 | 10001100 | 10111110 | 101101 | 11010 | 0 | 11001 | 11010111 | 101000 | 111010 |
Color Harmonies of #698CBE
Complementary color
Monochromatic Colors of #698CBE
Black with #698CBE
Text Example
Text Example
White with #698CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698CBE; }
p { color: rgb(105,140,190); }
H1.HeaderClassName
{
color: #698CBE;
}
.AnyTagClassName
{
color: #698CBE;
}
</style>
background-color css
<style>
a { background-color: #698CBE; }
a { background-color: rgb(105,140,190); }
div.DivClassName
{
background-color: #698CBE;
}
.BgClassName
{
background-color: #698CBE;
}
</style>
border-color css
<style>
span { border-color: #698CBE; }
span { border-color: rgb(105,140,190); }
td.TdClassName
{
border-color: #698CBE;
}
.TagClassName
{
border-color: #698CBE;
}
</style>