Shades of Tradewind #6AAAA3
Tints of Tradewind #6AAAA3
RGB
CMYK
RGB Variations
Color information
#6AAAA3 (or 0x6AAAA3) is known color: Tradewind. HEX triplet: 6A, AA and A3. RGB value is (106,170,163). Sum of RGB (Red+Green+Blue) = 106+170+163=439 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.15% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 163 (64.06% from 255 or 37.13% from 439); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAAA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAAA3 is #95555C. Grayscale: #969696. Windows color (decimal): -9786717 or 10725994. OLE color: 10725994.
HSL color Cylindrical-coordinate representation of color #6AAAA3: hue angle of 173.44º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AAAA3 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 170 | 163 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.33 |
| HSL | 173.44º | 0.27% | 0.54% | - |
| HSV(B) | 173.44º | 0.38% | 0.67% | - |
| XYZ | 26.93 | 34.46 | 39.88 | - |
| YUV | 150.07 | 135.3 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 163 | 0.38 | 0 | 0.04 | 0.33 | 173.44 | 0.27 | 0.54 |
| Hex | 6A | AA | A3 | 26 | 0 | 4 | 21 | AD | 1B | 36 |
| Octal | 152 | 252 | 243 | 46 | 0 | 4 | 41 | 255 | 33 | 66 |
| Binary | 1101010 | 10101010 | 10100011 | 100110 | 0 | 100 | 100001 | 10101101 | 11011 | 110110 |
Color Harmonies of #6AAAA3
Complementary color
Monochromatic Colors of #6AAAA3
Black with #6AAAA3
Text Example
Text Example
White with #6AAAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAAA3; }
p { color: rgb(106,170,163); }
H1.HeaderClassName
{
color: #6AAAA3;
}
.AnyTagClassName
{
color: #6AAAA3;
}
</style>
background-color css
<style>
a { background-color: #6AAAA3; }
a { background-color: rgb(106,170,163); }
div.DivClassName
{
background-color: #6AAAA3;
}
.BgClassName
{
background-color: #6AAAA3;
}
</style>
border-color css
<style>
span { border-color: #6AAAA3; }
span { border-color: rgb(106,170,163); }
td.TdClassName
{
border-color: #6AAAA3;
}
.TagClassName
{
border-color: #6AAAA3;
}
</style>