Shades of Danube #6D90BB
Tints of Danube #6D90BB
RGB
CMYK
RGB Variations
Color information
#6D90BB (or 0x6D90BB) is known color: Danube. HEX triplet: 6D, 90 and BB. RGB value is (109,144,187). Sum of RGB (Red+Green+Blue) = 109+144+187=440 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.77% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D90BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D90BB is #926F44. Grayscale: #8A8A8A. Windows color (decimal): -9596741 or 12292205. OLE color: 12292205.
HSL color Cylindrical-coordinate representation of color #6D90BB: hue angle of 213.08º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D90BB is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 144 | 187 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.27 |
| HSL | 213.08º | 0.36% | 0.58% | - |
| HSV(B) | 213.08º | 0.42% | 0.73% | - |
| XYZ | 25.25 | 26.79 | 50.85 | - |
| YUV | 138.44 | 155.4 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 144 | 187 | 0.42 | 0.23 | 0 | 0.27 | 213.08 | 0.36 | 0.58 |
| Hex | 6D | 90 | BB | 2A | 17 | 0 | 1B | D5 | 24 | 3A |
| Octal | 155 | 220 | 273 | 52 | 27 | 0 | 33 | 325 | 44 | 72 |
| Binary | 1101101 | 10010000 | 10111011 | 101010 | 10111 | 0 | 11011 | 11010101 | 100100 | 111010 |
Color Harmonies of #6D90BB
Complementary color
Monochromatic Colors of #6D90BB
Black with #6D90BB
Text Example
Text Example
White with #6D90BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D90BB; }
p { color: rgb(109,144,187); }
H1.HeaderClassName
{
color: #6D90BB;
}
.AnyTagClassName
{
color: #6D90BB;
}
</style>
background-color css
<style>
a { background-color: #6D90BB; }
a { background-color: rgb(109,144,187); }
div.DivClassName
{
background-color: #6D90BB;
}
.BgClassName
{
background-color: #6D90BB;
}
</style>
border-color css
<style>
span { border-color: #6D90BB; }
span { border-color: rgb(109,144,187); }
td.TdClassName
{
border-color: #6D90BB;
}
.TagClassName
{
border-color: #6D90BB;
}
</style>