Shades of Tradewind #6EA49E
Tints of Tradewind #6EA49E
RGB
CMYK
RGB Variations
Color information
#6EA49E (or 0x6EA49E) is known color: Tradewind. HEX triplet: 6E, A4 and 9E. RGB value is (110,164,158). Sum of RGB (Red+Green+Blue) = 110+164+158=432 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.46% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 164 - color contains mainly: green. Hex color #6EA49E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA49E is #915B61. Grayscale: #939393. Windows color (decimal): -9526114 or 10396782. OLE color: 10396782.
HSL color Cylindrical-coordinate representation of color #6EA49E: hue angle of 173.33º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6EA49E is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 164 | 158 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.36 |
| HSL | 173.33º | 0.23% | 0.54% | - |
| HSV(B) | 173.33º | 0.33% | 0.64% | - |
| XYZ | 25.88 | 32.33 | 37.23 | - |
| YUV | 147.17 | 134.11 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 164 | 158 | 0.33 | 0 | 0.04 | 0.36 | 173.33 | 0.23 | 0.54 |
| Hex | 6E | A4 | 9E | 21 | 0 | 4 | 24 | AD | 17 | 36 |
| Octal | 156 | 244 | 236 | 41 | 0 | 4 | 44 | 255 | 27 | 66 |
| Binary | 1101110 | 10100100 | 10011110 | 100001 | 0 | 100 | 100100 | 10101101 | 10111 | 110110 |
Color Harmonies of #6EA49E
Complementary color
Monochromatic Colors of #6EA49E
Black with #6EA49E
Text Example
Text Example
White with #6EA49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA49E; }
p { color: rgb(110,164,158); }
H1.HeaderClassName
{
color: #6EA49E;
}
.AnyTagClassName
{
color: #6EA49E;
}
</style>
background-color css
<style>
a { background-color: #6EA49E; }
a { background-color: rgb(110,164,158); }
div.DivClassName
{
background-color: #6EA49E;
}
.BgClassName
{
background-color: #6EA49E;
}
</style>
border-color css
<style>
span { border-color: #6EA49E; }
span { border-color: rgb(110,164,158); }
td.TdClassName
{
border-color: #6EA49E;
}
.TagClassName
{
border-color: #6EA49E;
}
</style>