Shades of Tradewind #6EAEAB
Tints of Tradewind #6EAEAB
RGB
CMYK
RGB Variations
Color information
#6EAEAB (or 0x6EAEAB) is known color: Tradewind. HEX triplet: 6E, AE and AB. RGB value is (110,174,171). Sum of RGB (Red+Green+Blue) = 110+174+171=455 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.18% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 174 - color contains mainly: green. Hex color #6EAEAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAEAB is #915154. Grayscale: #9A9A9A. Windows color (decimal): -9523541 or 11251310. OLE color: 11251310.
HSL color Cylindrical-coordinate representation of color #6EAEAB: hue angle of 177.19º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6EAEAB is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 174 | 171 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.32 |
| HSL | 177.19º | 0.28% | 0.56% | - |
| HSV(B) | 177.19º | 0.37% | 0.68% | - |
| XYZ | 28.92 | 36.53 | 44.05 | - |
| YUV | 154.52 | 137.3 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 174 | 171 | 0.37 | 0 | 0.02 | 0.32 | 177.19 | 0.28 | 0.56 |
| Hex | 6E | AE | AB | 25 | 0 | 2 | 20 | B1 | 1C | 38 |
| Octal | 156 | 256 | 253 | 45 | 0 | 2 | 40 | 261 | 34 | 70 |
| Binary | 1101110 | 10101110 | 10101011 | 100101 | 0 | 10 | 100000 | 10110001 | 11100 | 111000 |
Color Harmonies of #6EAEAB
Complementary color
Monochromatic Colors of #6EAEAB
Black with #6EAEAB
Text Example
Text Example
White with #6EAEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAEAB; }
p { color: rgb(110,174,171); }
H1.HeaderClassName
{
color: #6EAEAB;
}
.AnyTagClassName
{
color: #6EAEAB;
}
</style>
background-color css
<style>
a { background-color: #6EAEAB; }
a { background-color: rgb(110,174,171); }
div.DivClassName
{
background-color: #6EAEAB;
}
.BgClassName
{
background-color: #6EAEAB;
}
</style>
border-color css
<style>
span { border-color: #6EAEAB; }
span { border-color: rgb(110,174,171); }
td.TdClassName
{
border-color: #6EAEAB;
}
.TagClassName
{
border-color: #6EAEAB;
}
</style>