Shades of Tradewind #6EA89B
Tints of Tradewind #6EA89B
RGB
CMYK
RGB Variations
Color information
#6EA89B (or 0x6EA89B) is known color: Tradewind. HEX triplet: 6E, A8 and 9B. RGB value is (110,168,155). Sum of RGB (Red+Green+Blue) = 110+168+155=433 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.40% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 168 - color contains mainly: green. Hex color #6EA89B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA89B is #915764. Grayscale: #959595. Windows color (decimal): -9525093 or 10201198. OLE color: 10201198.
HSL color Cylindrical-coordinate representation of color #6EA89B: hue angle of 166.55º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6EA89B is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 110 | 168 | 155 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.34 |
| HSL | 166.55º | 0.25% | 0.55% | - |
| HSV(B) | 166.55º | 0.35% | 0.66% | - |
| XYZ | 26.35 | 33.69 | 36.12 | - |
| YUV | 149.18 | 131.28 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 168 | 155 | 0.35 | 0 | 0.08 | 0.34 | 166.55 | 0.25 | 0.55 |
| Hex | 6E | A8 | 9B | 23 | 0 | 8 | 22 | A7 | 19 | 37 |
| Octal | 156 | 250 | 233 | 43 | 0 | 10 | 42 | 247 | 31 | 67 |
| Binary | 1101110 | 10101000 | 10011011 | 100011 | 0 | 1000 | 100010 | 10100111 | 11001 | 110111 |
Color Harmonies of #6EA89B
Complementary color
Monochromatic Colors of #6EA89B
Black with #6EA89B
Text Example
Text Example
White with #6EA89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA89B; }
p { color: rgb(110,168,155); }
H1.HeaderClassName
{
color: #6EA89B;
}
.AnyTagClassName
{
color: #6EA89B;
}
</style>
background-color css
<style>
a { background-color: #6EA89B; }
a { background-color: rgb(110,168,155); }
div.DivClassName
{
background-color: #6EA89B;
}
.BgClassName
{
background-color: #6EA89B;
}
</style>
border-color css
<style>
span { border-color: #6EA89B; }
span { border-color: rgb(110,168,155); }
td.TdClassName
{
border-color: #6EA89B;
}
.TagClassName
{
border-color: #6EA89B;
}
</style>