Shades of Tradewind #6EA7A3
Tints of Tradewind #6EA7A3
RGB
CMYK
RGB Variations
Color information
#6EA7A3 (or 0x6EA7A3) is known color: Tradewind. HEX triplet: 6E, A7 and A3. RGB value is (110,167,163). Sum of RGB (Red+Green+Blue) = 110+167+163=440 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 167 - color contains mainly: green. Hex color #6EA7A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA7A3 is #91585C. Grayscale: #959595. Windows color (decimal): -9525341 or 10725230. OLE color: 10725230.
HSL color Cylindrical-coordinate representation of color #6EA7A3: hue angle of 175.79º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6EA7A3 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 110 | 167 | 163 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.35 |
| HSL | 175.79º | 0.24% | 0.54% | - |
| HSV(B) | 175.79º | 0.34% | 0.65% | - |
| XYZ | 26.86 | 33.6 | 39.72 | - |
| YUV | 149.5 | 135.62 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 167 | 163 | 0.34 | 0 | 0.02 | 0.35 | 175.79 | 0.24 | 0.54 |
| Hex | 6E | A7 | A3 | 22 | 0 | 2 | 23 | B0 | 18 | 36 |
| Octal | 156 | 247 | 243 | 42 | 0 | 2 | 43 | 260 | 30 | 66 |
| Binary | 1101110 | 10100111 | 10100011 | 100010 | 0 | 10 | 100011 | 10110000 | 11000 | 110110 |
Color Harmonies of #6EA7A3
Complementary color
Monochromatic Colors of #6EA7A3
Black with #6EA7A3
Text Example
Text Example
White with #6EA7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA7A3; }
p { color: rgb(110,167,163); }
H1.HeaderClassName
{
color: #6EA7A3;
}
.AnyTagClassName
{
color: #6EA7A3;
}
</style>
background-color css
<style>
a { background-color: #6EA7A3; }
a { background-color: rgb(110,167,163); }
div.DivClassName
{
background-color: #6EA7A3;
}
.BgClassName
{
background-color: #6EA7A3;
}
</style>
border-color css
<style>
span { border-color: #6EA7A3; }
span { border-color: rgb(110,167,163); }
td.TdClassName
{
border-color: #6EA7A3;
}
.TagClassName
{
border-color: #6EA7A3;
}
</style>