Shades of Tradewind #6EA39A
Tints of Tradewind #6EA39A
RGB
CMYK
RGB Variations
Color information
#6EA39A (or 0x6EA39A) is known color: Tradewind. HEX triplet: 6E, A3 and 9A. RGB value is (110,163,154). Sum of RGB (Red+Green+Blue) = 110+163+154=427 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.76% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 163 - color contains mainly: green. Hex color #6EA39A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA39A is #915C65. Grayscale: #929292. Windows color (decimal): -9526374 or 10134382. OLE color: 10134382.
HSL color Cylindrical-coordinate representation of color #6EA39A: hue angle of 169.81º degrees, saturation: 0.22, 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 #6EA39A is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 163 | 154 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.36 |
| HSL | 169.81º | 0.22% | 0.54% | - |
| HSV(B) | 169.81º | 0.33% | 0.64% | - |
| XYZ | 25.36 | 31.84 | 35.38 | - |
| YUV | 146.13 | 132.44 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 163 | 154 | 0.33 | 0 | 0.06 | 0.36 | 169.81 | 0.22 | 0.54 |
| Hex | 6E | A3 | 9A | 21 | 0 | 6 | 24 | AA | 16 | 36 |
| Octal | 156 | 243 | 232 | 41 | 0 | 6 | 44 | 252 | 26 | 66 |
| Binary | 1101110 | 10100011 | 10011010 | 100001 | 0 | 110 | 100100 | 10101010 | 10110 | 110110 |
Color Harmonies of #6EA39A
Complementary color
Monochromatic Colors of #6EA39A
Black with #6EA39A
Text Example
Text Example
White with #6EA39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA39A; }
p { color: rgb(110,163,154); }
H1.HeaderClassName
{
color: #6EA39A;
}
.AnyTagClassName
{
color: #6EA39A;
}
</style>
background-color css
<style>
a { background-color: #6EA39A; }
a { background-color: rgb(110,163,154); }
div.DivClassName
{
background-color: #6EA39A;
}
.BgClassName
{
background-color: #6EA39A;
}
</style>
border-color css
<style>
span { border-color: #6EA39A; }
span { border-color: rgb(110,163,154); }
td.TdClassName
{
border-color: #6EA39A;
}
.TagClassName
{
border-color: #6EA39A;
}
</style>