Shades of Tradewind #6DA49E
Tints of Tradewind #6DA49E
RGB
CMYK
RGB Variations
Color information
#6DA49E (or 0x6DA49E) is known color: Tradewind. HEX triplet: 6D, A4 and 9E. RGB value is (109,164,158). Sum of RGB (Red+Green+Blue) = 109+164+158=431 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.29% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 164 - color contains mainly: green. Hex color #6DA49E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA49E is #925B61. Grayscale: #929292. Windows color (decimal): -9591650 or 10396781. OLE color: 10396781.
HSL color Cylindrical-coordinate representation of color #6DA49E: hue angle of 173.45º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6DA49E is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 164 | 158 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.36 |
| HSL | 173.45º | 0.23% | 0.54% | - |
| HSV(B) | 173.45º | 0.34% | 0.64% | - |
| XYZ | 25.75 | 32.27 | 37.22 | - |
| YUV | 146.87 | 134.28 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 164 | 158 | 0.34 | 0 | 0.04 | 0.36 | 173.45 | 0.23 | 0.54 |
| Hex | 6D | A4 | 9E | 22 | 0 | 4 | 24 | AD | 17 | 36 |
| Octal | 155 | 244 | 236 | 42 | 0 | 4 | 44 | 255 | 27 | 66 |
| Binary | 1101101 | 10100100 | 10011110 | 100010 | 0 | 100 | 100100 | 10101101 | 10111 | 110110 |
Color Harmonies of #6DA49E
Complementary color
Monochromatic Colors of #6DA49E
Black with #6DA49E
Text Example
Text Example
White with #6DA49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA49E; }
p { color: rgb(109,164,158); }
H1.HeaderClassName
{
color: #6DA49E;
}
.AnyTagClassName
{
color: #6DA49E;
}
</style>
background-color css
<style>
a { background-color: #6DA49E; }
a { background-color: rgb(109,164,158); }
div.DivClassName
{
background-color: #6DA49E;
}
.BgClassName
{
background-color: #6DA49E;
}
</style>
border-color css
<style>
span { border-color: #6DA49E; }
span { border-color: rgb(109,164,158); }
td.TdClassName
{
border-color: #6DA49E;
}
.TagClassName
{
border-color: #6DA49E;
}
</style>