Shades of Tradewind #6EAFAA
Tints of Tradewind #6EAFAA
RGB
CMYK
RGB Variations
Color information
#6EAFAA (or 0x6EAFAA) is known color: Tradewind. HEX triplet: 6E, AF and AA. RGB value is (110,175,170). Sum of RGB (Red+Green+Blue) = 110+175+170=455 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.18% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAFAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAFAA is #915055. Grayscale: #9A9A9A. Windows color (decimal): -9523286 or 11186030. OLE color: 11186030.
HSL color Cylindrical-coordinate representation of color #6EAFAA: hue angle of 175.38º 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 #6EAFAA is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 175 | 170 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.31 |
| HSL | 175.38º | 0.29% | 0.56% | - |
| HSV(B) | 175.38º | 0.37% | 0.69% | - |
| XYZ | 29.02 | 36.88 | 43.62 | - |
| YUV | 155 | 136.47 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 175 | 170 | 0.37 | 0 | 0.03 | 0.31 | 175.38 | 0.29 | 0.56 |
| Hex | 6E | AF | AA | 25 | 0 | 3 | 1F | AF | 1D | 38 |
| Octal | 156 | 257 | 252 | 45 | 0 | 3 | 37 | 257 | 35 | 70 |
| Binary | 1101110 | 10101111 | 10101010 | 100101 | 0 | 11 | 11111 | 10101111 | 11101 | 111000 |
Color Harmonies of #6EAFAA
Complementary color
Monochromatic Colors of #6EAFAA
Black with #6EAFAA
Text Example
Text Example
White with #6EAFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAFAA; }
p { color: rgb(110,175,170); }
H1.HeaderClassName
{
color: #6EAFAA;
}
.AnyTagClassName
{
color: #6EAFAA;
}
</style>
background-color css
<style>
a { background-color: #6EAFAA; }
a { background-color: rgb(110,175,170); }
div.DivClassName
{
background-color: #6EAFAA;
}
.BgClassName
{
background-color: #6EAFAA;
}
</style>
border-color css
<style>
span { border-color: #6EAFAA; }
span { border-color: rgb(110,175,170); }
td.TdClassName
{
border-color: #6EAFAA;
}
.TagClassName
{
border-color: #6EAFAA;
}
</style>