Shades of Danube #6D90D2
Tints of Danube #6D90D2
RGB
CMYK
RGB Variations
Color information
#6D90D2 (or 0x6D90D2) is known color: Danube. HEX triplet: 6D, 90 and D2. RGB value is (109,144,210). Sum of RGB (Red+Green+Blue) = 109+144+210=463 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.54% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 210 - color contains mainly: blue. Hex color #6D90D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D90D2 is #926F2D. Grayscale: #8C8C8C. Windows color (decimal): -9596718 or 13799533. OLE color: 13799533.
HSL color Cylindrical-coordinate representation of color #6D90D2: hue angle of 219.21º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D90D2 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 144 | 210 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.18 |
| HSL | 219.21º | 0.53% | 0.63% | - |
| HSV(B) | 219.21º | 0.48% | 0.82% | - |
| XYZ | 27.91 | 27.85 | 64.88 | - |
| YUV | 141.06 | 166.9 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 144 | 210 | 0.48 | 0.31 | 0 | 0.18 | 219.21 | 0.53 | 0.63 |
| Hex | 6D | 90 | D2 | 30 | 1F | 0 | 12 | DB | 35 | 3F |
| Octal | 155 | 220 | 322 | 60 | 37 | 0 | 22 | 333 | 65 | 77 |
| Binary | 1101101 | 10010000 | 11010010 | 110000 | 11111 | 0 | 10010 | 11011011 | 110101 | 111111 |
Color Harmonies of #6D90D2
Complementary color
Monochromatic Colors of #6D90D2
Black with #6D90D2
Text Example
Text Example
White with #6D90D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D90D2; }
p { color: rgb(109,144,210); }
H1.HeaderClassName
{
color: #6D90D2;
}
.AnyTagClassName
{
color: #6D90D2;
}
</style>
background-color css
<style>
a { background-color: #6D90D2; }
a { background-color: rgb(109,144,210); }
div.DivClassName
{
background-color: #6D90D2;
}
.BgClassName
{
background-color: #6D90D2;
}
</style>
border-color css
<style>
span { border-color: #6D90D2; }
span { border-color: rgb(109,144,210); }
td.TdClassName
{
border-color: #6D90D2;
}
.TagClassName
{
border-color: #6D90D2;
}
</style>