Shades of Tradewind #6EAFA4
Tints of Tradewind #6EAFA4
RGB
CMYK
RGB Variations
Color information
#6EAFA4 (or 0x6EAFA4) is known color: Tradewind. HEX triplet: 6E, AF and A4. RGB value is (110,175,164). Sum of RGB (Red+Green+Blue) = 110+175+164=449 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.50% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAFA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAFA4 is #91505B. Grayscale: #9A9A9A. Windows color (decimal): -9523292 or 10792814. OLE color: 10792814.
HSL color Cylindrical-coordinate representation of color #6EAFA4: hue angle of 169.85º 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 #6EAFA4 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 175 | 164 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.31 |
| HSL | 169.85º | 0.29% | 0.56% | - |
| HSV(B) | 169.85º | 0.37% | 0.69% | - |
| XYZ | 28.46 | 36.66 | 40.7 | - |
| YUV | 154.31 | 133.47 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 175 | 164 | 0.37 | 0 | 0.06 | 0.31 | 169.85 | 0.29 | 0.56 |
| Hex | 6E | AF | A4 | 25 | 0 | 6 | 1F | AA | 1D | 38 |
| Octal | 156 | 257 | 244 | 45 | 0 | 6 | 37 | 252 | 35 | 70 |
| Binary | 1101110 | 10101111 | 10100100 | 100101 | 0 | 110 | 11111 | 10101010 | 11101 | 111000 |
Color Harmonies of #6EAFA4
Complementary color
Monochromatic Colors of #6EAFA4
Black with #6EAFA4
Text Example
Text Example
White with #6EAFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAFA4; }
p { color: rgb(110,175,164); }
H1.HeaderClassName
{
color: #6EAFA4;
}
.AnyTagClassName
{
color: #6EAFA4;
}
</style>
background-color css
<style>
a { background-color: #6EAFA4; }
a { background-color: rgb(110,175,164); }
div.DivClassName
{
background-color: #6EAFA4;
}
.BgClassName
{
background-color: #6EAFA4;
}
</style>
border-color css
<style>
span { border-color: #6EAFA4; }
span { border-color: rgb(110,175,164); }
td.TdClassName
{
border-color: #6EAFA4;
}
.TagClassName
{
border-color: #6EAFA4;
}
</style>