Shades of Tradewind #6ABAAB
Tints of Tradewind #6ABAAB
RGB
CMYK
RGB Variations
Color information
#6ABAAB (or 0x6ABAAB) is known color: Tradewind. HEX triplet: 6A, BA and AB. RGB value is (106,186,171). Sum of RGB (Red+Green+Blue) = 106+186+171=463 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.89% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABAAB is #954554. Grayscale: #A0A0A0. Windows color (decimal): -9782613 or 11254378. OLE color: 11254378.
HSL color Cylindrical-coordinate representation of color #6ABAAB: hue angle of 168.75º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6ABAAB is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 186 | 171 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.27 |
| HSL | 168.75º | 0.37% | 0.57% | - |
| HSV(B) | 168.75º | 0.43% | 0.73% | - |
| XYZ | 30.85 | 41.12 | 44.84 | - |
| YUV | 160.37 | 134 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 186 | 171 | 0.43 | 0 | 0.08 | 0.27 | 168.75 | 0.37 | 0.57 |
| Hex | 6A | BA | AB | 2B | 0 | 8 | 1B | A9 | 25 | 39 |
| Octal | 152 | 272 | 253 | 53 | 0 | 10 | 33 | 251 | 45 | 71 |
| Binary | 1101010 | 10111010 | 10101011 | 101011 | 0 | 1000 | 11011 | 10101001 | 100101 | 111001 |
Color Harmonies of #6ABAAB
Complementary color
Monochromatic Colors of #6ABAAB
Black with #6ABAAB
Text Example
Text Example
White with #6ABAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABAAB; }
p { color: rgb(106,186,171); }
H1.HeaderClassName
{
color: #6ABAAB;
}
.AnyTagClassName
{
color: #6ABAAB;
}
</style>
background-color css
<style>
a { background-color: #6ABAAB; }
a { background-color: rgb(106,186,171); }
div.DivClassName
{
background-color: #6ABAAB;
}
.BgClassName
{
background-color: #6ABAAB;
}
</style>
border-color css
<style>
span { border-color: #6ABAAB; }
span { border-color: rgb(106,186,171); }
td.TdClassName
{
border-color: #6ABAAB;
}
.TagClassName
{
border-color: #6ABAAB;
}
</style>