Shades of Tradewind #6EA29C
Tints of Tradewind #6EA29C
RGB
CMYK
RGB Variations
Color information
#6EA29C (or 0x6EA29C) is known color: Tradewind. HEX triplet: 6E, A2 and 9C. RGB value is (110,162,156). Sum of RGB (Red+Green+Blue) = 110+162+156=428 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.70% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 162 - color contains mainly: green. Hex color #6EA29C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA29C is #915D63. Grayscale: #919191. Windows color (decimal): -9526628 or 10265198. OLE color: 10265198.
HSL color Cylindrical-coordinate representation of color #6EA29C: hue angle of 173.08º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6EA29C is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 162 | 156 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.36 |
| HSL | 173.08º | 0.22% | 0.53% | - |
| HSV(B) | 173.08º | 0.32% | 0.64% | - |
| XYZ | 25.35 | 31.56 | 36.21 | - |
| YUV | 145.77 | 133.77 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 162 | 156 | 0.32 | 0 | 0.04 | 0.36 | 173.08 | 0.22 | 0.53 |
| Hex | 6E | A2 | 9C | 20 | 0 | 4 | 24 | AD | 16 | 35 |
| Octal | 156 | 242 | 234 | 40 | 0 | 4 | 44 | 255 | 26 | 65 |
| Binary | 1101110 | 10100010 | 10011100 | 100000 | 0 | 100 | 100100 | 10101101 | 10110 | 110101 |
Color Harmonies of #6EA29C
Complementary color
Monochromatic Colors of #6EA29C
Black with #6EA29C
Text Example
Text Example
White with #6EA29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA29C; }
p { color: rgb(110,162,156); }
H1.HeaderClassName
{
color: #6EA29C;
}
.AnyTagClassName
{
color: #6EA29C;
}
</style>
background-color css
<style>
a { background-color: #6EA29C; }
a { background-color: rgb(110,162,156); }
div.DivClassName
{
background-color: #6EA29C;
}
.BgClassName
{
background-color: #6EA29C;
}
</style>
border-color css
<style>
span { border-color: #6EA29C; }
span { border-color: rgb(110,162,156); }
td.TdClassName
{
border-color: #6EA29C;
}
.TagClassName
{
border-color: #6EA29C;
}
</style>