Shades of Tradewind #6AAFA2
Tints of Tradewind #6AAFA2
RGB
CMYK
RGB Variations
Color information
#6AAFA2 (or 0x6AAFA2) is known color: Tradewind. HEX triplet: 6A, AF and A2. RGB value is (106,175,162). Sum of RGB (Red+Green+Blue) = 106+175+162=443 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.93% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 175 - color contains mainly: green. Hex color #6AAFA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAFA2 is #95505D. Grayscale: #989898. Windows color (decimal): -9785438 or 10661738. OLE color: 10661738.
HSL color Cylindrical-coordinate representation of color #6AAFA2: hue angle of 168.7º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6AAFA2 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 175 | 162 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.31 |
| HSL | 168.7º | 0.3% | 0.55% | - |
| HSV(B) | 168.7º | 0.39% | 0.69% | - |
| XYZ | 27.8 | 36.33 | 39.73 | - |
| YUV | 152.89 | 133.14 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 175 | 162 | 0.39 | 0 | 0.07 | 0.31 | 168.7 | 0.3 | 0.55 |
| Hex | 6A | AF | A2 | 27 | 0 | 7 | 1F | A9 | 1E | 37 |
| Octal | 152 | 257 | 242 | 47 | 0 | 7 | 37 | 251 | 36 | 67 |
| Binary | 1101010 | 10101111 | 10100010 | 100111 | 0 | 111 | 11111 | 10101001 | 11110 | 110111 |
Color Harmonies of #6AAFA2
Complementary color
Monochromatic Colors of #6AAFA2
Black with #6AAFA2
Text Example
Text Example
White with #6AAFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAFA2; }
p { color: rgb(106,175,162); }
H1.HeaderClassName
{
color: #6AAFA2;
}
.AnyTagClassName
{
color: #6AAFA2;
}
</style>
background-color css
<style>
a { background-color: #6AAFA2; }
a { background-color: rgb(106,175,162); }
div.DivClassName
{
background-color: #6AAFA2;
}
.BgClassName
{
background-color: #6AAFA2;
}
</style>
border-color css
<style>
span { border-color: #6AAFA2; }
span { border-color: rgb(106,175,162); }
td.TdClassName
{
border-color: #6AAFA2;
}
.TagClassName
{
border-color: #6AAFA2;
}
</style>