Shades of Danube #698DBD
Tints of Danube #698DBD
RGB
CMYK
RGB Variations
Color information
#698DBD (or 0x698DBD) is known color: Danube. HEX triplet: 69, 8D and BD. RGB value is (105,141,189). Sum of RGB (Red+Green+Blue) = 105+141+189=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #698DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698DBD is #967242. Grayscale: #878787. Windows color (decimal): -9859651 or 12422505. OLE color: 12422505.
HSL color Cylindrical-coordinate representation of color #698DBD: hue angle of 214.29º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #698DBD is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 105 | 141 | 189 | - |
CMYK | 0.44 | 0.25 | 0 | 0.26 |
HSL | 214.29º | 0.39% | 0.58% | - |
HSV(B) | 214.29º | 0.44% | 0.74% | - |
XYZ | 24.54 | 25.73 | 51.82 | - |
YUV | 135.71 | 158.07 | 106.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 105 | 141 | 189 | 0.44 | 0.25 | 0 | 0.26 | 214.29 | 0.39 | 0.58 |
Hex | 69 | 8D | BD | 2C | 19 | 0 | 1A | D6 | 27 | 3A |
Octal | 151 | 215 | 275 | 54 | 31 | 0 | 32 | 326 | 47 | 72 |
Binary | 1101001 | 10001101 | 10111101 | 101100 | 11001 | 0 | 11010 | 11010110 | 100111 | 111010 |
Color Harmonies of #698DBD
Complementary color
Monochromatic Colors of #698DBD
Black with #698DBD
Text Example
Text Example
White with #698DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698DBD; }
p { color: rgb(105,141,189); }
H1.HeaderClassName
{
color: #698DBD;
}
.AnyTagClassName
{
color: #698DBD;
}
</style>
background-color css
<style>
a { background-color: #698DBD; }
a { background-color: rgb(105,141,189); }
div.DivClassName
{
background-color: #698DBD;
}
.BgClassName
{
background-color: #698DBD;
}
</style>
border-color css
<style>
span { border-color: #698DBD; }
span { border-color: rgb(105,141,189); }
td.TdClassName
{
border-color: #698DBD;
}
.TagClassName
{
border-color: #698DBD;
}
</style>