Shades of Tradewind #6AB1A0
Tints of Tradewind #6AB1A0
RGB
CMYK
RGB Variations
Color information
#6AB1A0 (or 0x6AB1A0) is known color: Tradewind. HEX triplet: 6A, B1 and A0. RGB value is (106,177,160). Sum of RGB (Red+Green+Blue) = 106+177+160=443 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.93% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 177 - color contains mainly: green. Hex color #6AB1A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AB1A0 is #954E5F. Grayscale: #999999. Windows color (decimal): -9784928 or 10531178. OLE color: 10531178.
HSL color Cylindrical-coordinate representation of color #6AB1A0: hue angle of 165.63º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6AB1A0 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 177 | 160 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.31 |
| HSL | 165.63º | 0.31% | 0.55% | - |
| HSV(B) | 165.63º | 0.4% | 0.69% | - |
| XYZ | 28.01 | 37.05 | 38.93 | - |
| YUV | 153.83 | 131.48 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 177 | 160 | 0.40 | 0 | 0.10 | 0.31 | 165.63 | 0.31 | 0.55 |
| Hex | 6A | B1 | A0 | 28 | 0 | A | 1F | A6 | 1F | 37 |
| Octal | 152 | 261 | 240 | 50 | 0 | 12 | 37 | 246 | 37 | 67 |
| Binary | 1101010 | 10110001 | 10100000 | 101000 | 0 | 1010 | 11111 | 10100110 | 11111 | 110111 |
Color Harmonies of #6AB1A0
Complementary color
Monochromatic Colors of #6AB1A0
Black with #6AB1A0
Text Example
Text Example
White with #6AB1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB1A0; }
p { color: rgb(106,177,160); }
H1.HeaderClassName
{
color: #6AB1A0;
}
.AnyTagClassName
{
color: #6AB1A0;
}
</style>
background-color css
<style>
a { background-color: #6AB1A0; }
a { background-color: rgb(106,177,160); }
div.DivClassName
{
background-color: #6AB1A0;
}
.BgClassName
{
background-color: #6AB1A0;
}
</style>
border-color css
<style>
span { border-color: #6AB1A0; }
span { border-color: rgb(106,177,160); }
td.TdClassName
{
border-color: #6AB1A0;
}
.TagClassName
{
border-color: #6AB1A0;
}
</style>