Shades of Tradewind #6EAFAB
Tints of Tradewind #6EAFAB
RGB
CMYK
RGB Variations
Color information
#6EAFAB (or 0x6EAFAB) is known color: Tradewind. HEX triplet: 6E, AF and AB. RGB value is (110,175,171). Sum of RGB (Red+Green+Blue) = 110+175+171=456 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.12% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAFAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAFAB is #915054. Grayscale: #9B9B9B. Windows color (decimal): -9523285 or 11251566. OLE color: 11251566.
HSL color Cylindrical-coordinate representation of color #6EAFAB: hue angle of 176.31º 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 #6EAFAB is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 175 | 171 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.31 |
| HSL | 176.31º | 0.29% | 0.56% | - |
| HSV(B) | 176.31º | 0.37% | 0.69% | - |
| XYZ | 29.11 | 36.92 | 44.12 | - |
| YUV | 155.11 | 136.97 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 175 | 171 | 0.37 | 0 | 0.02 | 0.31 | 176.31 | 0.29 | 0.56 |
| Hex | 6E | AF | AB | 25 | 0 | 2 | 1F | B0 | 1D | 38 |
| Octal | 156 | 257 | 253 | 45 | 0 | 2 | 37 | 260 | 35 | 70 |
| Binary | 1101110 | 10101111 | 10101011 | 100101 | 0 | 10 | 11111 | 10110000 | 11101 | 111000 |
Color Harmonies of #6EAFAB
Complementary color
Monochromatic Colors of #6EAFAB
Black with #6EAFAB
Text Example
Text Example
White with #6EAFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAFAB; }
p { color: rgb(110,175,171); }
H1.HeaderClassName
{
color: #6EAFAB;
}
.AnyTagClassName
{
color: #6EAFAB;
}
</style>
background-color css
<style>
a { background-color: #6EAFAB; }
a { background-color: rgb(110,175,171); }
div.DivClassName
{
background-color: #6EAFAB;
}
.BgClassName
{
background-color: #6EAFAB;
}
</style>
border-color css
<style>
span { border-color: #6EAFAB; }
span { border-color: rgb(110,175,171); }
td.TdClassName
{
border-color: #6EAFAB;
}
.TagClassName
{
border-color: #6EAFAB;
}
</style>