Shades of Tradewind #6EA3A1
Tints of Tradewind #6EA3A1
RGB
CMYK
RGB Variations
Color information
#6EA3A1 (or 0x6EA3A1) is known color: Tradewind. HEX triplet: 6E, A3 and A1. RGB value is (110,163,161). Sum of RGB (Red+Green+Blue) = 110+163+161=434 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.35% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 163 - color contains mainly: green. Hex color #6EA3A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA3A1 is #915C5E. Grayscale: #929292. Windows color (decimal): -9526367 or 10593134. OLE color: 10593134.
HSL color Cylindrical-coordinate representation of color #6EA3A1: hue angle of 177.74º 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 #6EA3A1 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 163 | 161 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.36 |
| HSL | 177.74º | 0.22% | 0.54% | - |
| HSV(B) | 177.74º | 0.33% | 0.64% | - |
| XYZ | 25.96 | 32.08 | 38.54 | - |
| YUV | 146.93 | 135.94 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 163 | 161 | 0.33 | 0 | 0.01 | 0.36 | 177.74 | 0.22 | 0.54 |
| Hex | 6E | A3 | A1 | 21 | 0 | 1 | 24 | B2 | 16 | 36 |
| Octal | 156 | 243 | 241 | 41 | 0 | 1 | 44 | 262 | 26 | 66 |
| Binary | 1101110 | 10100011 | 10100001 | 100001 | 0 | 1 | 100100 | 10110010 | 10110 | 110110 |
Color Harmonies of #6EA3A1
Complementary color
Monochromatic Colors of #6EA3A1
Black with #6EA3A1
Text Example
Text Example
White with #6EA3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA3A1; }
p { color: rgb(110,163,161); }
H1.HeaderClassName
{
color: #6EA3A1;
}
.AnyTagClassName
{
color: #6EA3A1;
}
</style>
background-color css
<style>
a { background-color: #6EA3A1; }
a { background-color: rgb(110,163,161); }
div.DivClassName
{
background-color: #6EA3A1;
}
.BgClassName
{
background-color: #6EA3A1;
}
</style>
border-color css
<style>
span { border-color: #6EA3A1; }
span { border-color: rgb(110,163,161); }
td.TdClassName
{
border-color: #6EA3A1;
}
.TagClassName
{
border-color: #6EA3A1;
}
</style>