Shades of Danube #6E90BD
Tints of Danube #6E90BD
RGB
CMYK
RGB Variations
Color information
#6E90BD (or 0x6E90BD) is known color: Danube. HEX triplet: 6E, 90 and BD. RGB value is (110,144,189). Sum of RGB (Red+Green+Blue) = 110+144+189=443 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.83% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E90BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E90BD is #916F42. Grayscale: #8A8A8A. Windows color (decimal): -9531203 or 12423278. OLE color: 12423278.
HSL color Cylindrical-coordinate representation of color #6E90BD: hue angle of 214.18º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E90BD is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 144 | 189 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.26 |
| HSL | 214.18º | 0.37% | 0.59% | - |
| HSV(B) | 214.18º | 0.42% | 0.74% | - |
| XYZ | 25.59 | 26.94 | 51.99 | - |
| YUV | 138.96 | 156.24 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 144 | 189 | 0.42 | 0.24 | 0 | 0.26 | 214.18 | 0.37 | 0.59 |
| Hex | 6E | 90 | BD | 2A | 18 | 0 | 1A | D6 | 25 | 3B |
| Octal | 156 | 220 | 275 | 52 | 30 | 0 | 32 | 326 | 45 | 73 |
| Binary | 1101110 | 10010000 | 10111101 | 101010 | 11000 | 0 | 11010 | 11010110 | 100101 | 111011 |
Color Harmonies of #6E90BD
Complementary color
Monochromatic Colors of #6E90BD
Black with #6E90BD
Text Example
Text Example
White with #6E90BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E90BD; }
p { color: rgb(110,144,189); }
H1.HeaderClassName
{
color: #6E90BD;
}
.AnyTagClassName
{
color: #6E90BD;
}
</style>
background-color css
<style>
a { background-color: #6E90BD; }
a { background-color: rgb(110,144,189); }
div.DivClassName
{
background-color: #6E90BD;
}
.BgClassName
{
background-color: #6E90BD;
}
</style>
border-color css
<style>
span { border-color: #6E90BD; }
span { border-color: rgb(110,144,189); }
td.TdClassName
{
border-color: #6E90BD;
}
.TagClassName
{
border-color: #6E90BD;
}
</style>