Shades of Tradewind #6DA39F
Tints of Tradewind #6DA39F
RGB
CMYK
RGB Variations
Color information
#6DA39F (or 0x6DA39F) is known color: Tradewind. HEX triplet: 6D, A3 and 9F. RGB value is (109,163,159). Sum of RGB (Red+Green+Blue) = 109+163+159=431 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.29% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 163 - color contains mainly: green. Hex color #6DA39F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA39F is #925C60. Grayscale: #929292. Windows color (decimal): -9591905 or 10462061. OLE color: 10462061.
HSL color Cylindrical-coordinate representation of color #6DA39F: hue angle of 175.56º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6DA39F is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 163 | 159 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.36 |
| HSL | 175.56º | 0.23% | 0.53% | - |
| HSV(B) | 175.56º | 0.33% | 0.64% | - |
| XYZ | 25.66 | 31.95 | 37.62 | - |
| YUV | 146.4 | 135.11 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 163 | 159 | 0.33 | 0 | 0.02 | 0.36 | 175.56 | 0.23 | 0.53 |
| Hex | 6D | A3 | 9F | 21 | 0 | 2 | 24 | B0 | 17 | 35 |
| Octal | 155 | 243 | 237 | 41 | 0 | 2 | 44 | 260 | 27 | 65 |
| Binary | 1101101 | 10100011 | 10011111 | 100001 | 0 | 10 | 100100 | 10110000 | 10111 | 110101 |
Color Harmonies of #6DA39F
Complementary color
Monochromatic Colors of #6DA39F
Black with #6DA39F
Text Example
Text Example
White with #6DA39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA39F; }
p { color: rgb(109,163,159); }
H1.HeaderClassName
{
color: #6DA39F;
}
.AnyTagClassName
{
color: #6DA39F;
}
</style>
background-color css
<style>
a { background-color: #6DA39F; }
a { background-color: rgb(109,163,159); }
div.DivClassName
{
background-color: #6DA39F;
}
.BgClassName
{
background-color: #6DA39F;
}
</style>
border-color css
<style>
span { border-color: #6DA39F; }
span { border-color: rgb(109,163,159); }
td.TdClassName
{
border-color: #6DA39F;
}
.TagClassName
{
border-color: #6DA39F;
}
</style>