Shades of Tradewind #6EAFA8
Tints of Tradewind #6EAFA8
RGB
CMYK
RGB Variations
Color information
#6EAFA8 (or 0x6EAFA8) is known color: Tradewind. HEX triplet: 6E, AF and A8. RGB value is (110,175,168). Sum of RGB (Red+Green+Blue) = 110+175+168=453 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.28% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAFA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAFA8 is #915057. Grayscale: #9A9A9A. Windows color (decimal): -9523288 or 11054958. OLE color: 11054958.
HSL color Cylindrical-coordinate representation of color #6EAFA8: hue angle of 173.54º 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 #6EAFA8 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 175 | 168 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.31 |
| HSL | 173.54º | 0.29% | 0.56% | - |
| HSV(B) | 173.54º | 0.37% | 0.69% | - |
| XYZ | 28.83 | 36.8 | 42.63 | - |
| YUV | 154.77 | 135.47 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 175 | 168 | 0.37 | 0 | 0.04 | 0.31 | 173.54 | 0.29 | 0.56 |
| Hex | 6E | AF | A8 | 25 | 0 | 4 | 1F | AE | 1D | 38 |
| Octal | 156 | 257 | 250 | 45 | 0 | 4 | 37 | 256 | 35 | 70 |
| Binary | 1101110 | 10101111 | 10101000 | 100101 | 0 | 100 | 11111 | 10101110 | 11101 | 111000 |
Color Harmonies of #6EAFA8
Complementary color
Monochromatic Colors of #6EAFA8
Black with #6EAFA8
Text Example
Text Example
White with #6EAFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAFA8; }
p { color: rgb(110,175,168); }
H1.HeaderClassName
{
color: #6EAFA8;
}
.AnyTagClassName
{
color: #6EAFA8;
}
</style>
background-color css
<style>
a { background-color: #6EAFA8; }
a { background-color: rgb(110,175,168); }
div.DivClassName
{
background-color: #6EAFA8;
}
.BgClassName
{
background-color: #6EAFA8;
}
</style>
border-color css
<style>
span { border-color: #6EAFA8; }
span { border-color: rgb(110,175,168); }
td.TdClassName
{
border-color: #6EAFA8;
}
.TagClassName
{
border-color: #6EAFA8;
}
</style>