Shades of Danube #6D90D0
Tints of Danube #6D90D0
RGB
CMYK
RGB Variations
Color information
#6D90D0 (or 0x6D90D0) is known color: Danube. HEX triplet: 6D, 90 and D0. RGB value is (109,144,208). Sum of RGB (Red+Green+Blue) = 109+144+208=461 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.64% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #6D90D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D90D0 is #926F2F. Grayscale: #8C8C8C. Windows color (decimal): -9596720 or 13668461. OLE color: 13668461.
HSL color Cylindrical-coordinate representation of color #6D90D0: hue angle of 218.79º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D90D0 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 144 | 208 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.18 |
| HSL | 218.79º | 0.51% | 0.62% | - |
| HSV(B) | 218.79º | 0.48% | 0.82% | - |
| XYZ | 27.67 | 27.75 | 63.57 | - |
| YUV | 140.83 | 165.9 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 144 | 208 | 0.48 | 0.31 | 0 | 0.18 | 218.79 | 0.51 | 0.62 |
| Hex | 6D | 90 | D0 | 30 | 1F | 0 | 12 | DB | 33 | 3E |
| Octal | 155 | 220 | 320 | 60 | 37 | 0 | 22 | 333 | 63 | 76 |
| Binary | 1101101 | 10010000 | 11010000 | 110000 | 11111 | 0 | 10010 | 11011011 | 110011 | 111110 |
Color Harmonies of #6D90D0
Complementary color
Monochromatic Colors of #6D90D0
Black with #6D90D0
Text Example
Text Example
White with #6D90D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D90D0; }
p { color: rgb(109,144,208); }
H1.HeaderClassName
{
color: #6D90D0;
}
.AnyTagClassName
{
color: #6D90D0;
}
</style>
background-color css
<style>
a { background-color: #6D90D0; }
a { background-color: rgb(109,144,208); }
div.DivClassName
{
background-color: #6D90D0;
}
.BgClassName
{
background-color: #6D90D0;
}
</style>
border-color css
<style>
span { border-color: #6D90D0; }
span { border-color: rgb(109,144,208); }
td.TdClassName
{
border-color: #6D90D0;
}
.TagClassName
{
border-color: #6D90D0;
}
</style>