Shades of Danube #6890BA
Tints of Danube #6890BA
RGB
CMYK
RGB Variations
Color information
#6890BA (or 0x6890BA) is known color: Danube. HEX triplet: 68, 90 and BA. RGB value is (104,144,186). Sum of RGB (Red+Green+Blue) = 104+144+186=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #6890BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6890BA is #976F45. Grayscale: #888888. Windows color (decimal): -9924422 or 12226664. OLE color: 12226664.
HSL color Cylindrical-coordinate representation of color #6890BA: hue angle of 210.73º degrees, saturation: 0.37, 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 #6890BA is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 144 | 186 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.27 |
| HSL | 210.73º | 0.37% | 0.57% | - |
| HSV(B) | 210.73º | 0.44% | 0.73% | - |
| XYZ | 24.55 | 26.43 | 50.26 | - |
| YUV | 136.83 | 155.75 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 144 | 186 | 0.44 | 0.23 | 0 | 0.27 | 210.73 | 0.37 | 0.57 |
| Hex | 68 | 90 | BA | 2C | 17 | 0 | 1B | D3 | 25 | 39 |
| Octal | 150 | 220 | 272 | 54 | 27 | 0 | 33 | 323 | 45 | 71 |
| Binary | 1101000 | 10010000 | 10111010 | 101100 | 10111 | 0 | 11011 | 11010011 | 100101 | 111001 |
Color Harmonies of #6890BA
Complementary color
Monochromatic Colors of #6890BA
Black with #6890BA
Text Example
Text Example
White with #6890BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6890BA; }
p { color: rgb(104,144,186); }
H1.HeaderClassName
{
color: #6890BA;
}
.AnyTagClassName
{
color: #6890BA;
}
</style>
background-color css
<style>
a { background-color: #6890BA; }
a { background-color: rgb(104,144,186); }
div.DivClassName
{
background-color: #6890BA;
}
.BgClassName
{
background-color: #6890BA;
}
</style>
border-color css
<style>
span { border-color: #6890BA; }
span { border-color: rgb(104,144,186); }
td.TdClassName
{
border-color: #6890BA;
}
.TagClassName
{
border-color: #6890BA;
}
</style>