Shades of Tradewind #6EAFA3
Tints of Tradewind #6EAFA3
RGB
CMYK
RGB Variations
Color information
#6EAFA3 (or 0x6EAFA3) is known color: Tradewind. HEX triplet: 6E, AF and A3. RGB value is (110,175,163). Sum of RGB (Red+Green+Blue) = 110+175+163=448 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.55% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 163 (64.06% from 255 or 36.38% from 448); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAFA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAFA3 is #91505C. Grayscale: #9A9A9A. Windows color (decimal): -9523293 or 10727278. OLE color: 10727278.
HSL color Cylindrical-coordinate representation of color #6EAFA3: hue angle of 168.92º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6EAFA3 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 175 | 163 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.31 |
| HSL | 168.92º | 0.29% | 0.56% | - |
| HSV(B) | 168.92º | 0.37% | 0.69% | - |
| XYZ | 28.37 | 36.62 | 40.22 | - |
| YUV | 154.2 | 132.97 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 175 | 163 | 0.37 | 0 | 0.07 | 0.31 | 168.92 | 0.29 | 0.56 |
| Hex | 6E | AF | A3 | 25 | 0 | 7 | 1F | A9 | 1D | 38 |
| Octal | 156 | 257 | 243 | 45 | 0 | 7 | 37 | 251 | 35 | 70 |
| Binary | 1101110 | 10101111 | 10100011 | 100101 | 0 | 111 | 11111 | 10101001 | 11101 | 111000 |
Color Harmonies of #6EAFA3
Complementary color
Monochromatic Colors of #6EAFA3
Black with #6EAFA3
Text Example
Text Example
White with #6EAFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAFA3; }
p { color: rgb(110,175,163); }
H1.HeaderClassName
{
color: #6EAFA3;
}
.AnyTagClassName
{
color: #6EAFA3;
}
</style>
background-color css
<style>
a { background-color: #6EAFA3; }
a { background-color: rgb(110,175,163); }
div.DivClassName
{
background-color: #6EAFA3;
}
.BgClassName
{
background-color: #6EAFA3;
}
</style>
border-color css
<style>
span { border-color: #6EAFA3; }
span { border-color: rgb(110,175,163); }
td.TdClassName
{
border-color: #6EAFA3;
}
.TagClassName
{
border-color: #6EAFA3;
}
</style>