Shades of Tradewind #6AA99A
Tints of Tradewind #6AA99A
RGB
CMYK
RGB Variations
Color information
#6AA99A (or 0x6AA99A) is known color: Tradewind. HEX triplet: 6A, A9 and 9A. RGB value is (106,169,154). Sum of RGB (Red+Green+Blue) = 106+169+154=429 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.71% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 169 - color contains mainly: green. Hex color #6AA99A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA99A is #955665. Grayscale: #949494. Windows color (decimal): -9786982 or 10135914. OLE color: 10135914.
HSL color Cylindrical-coordinate representation of color #6AA99A: hue angle of 165.71º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6AA99A is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 106 | 169 | 154 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.34 |
| HSL | 165.71º | 0.27% | 0.54% | - |
| HSV(B) | 165.71º | 0.37% | 0.66% | - |
| XYZ | 25.96 | 33.77 | 35.72 | - |
| YUV | 148.45 | 131.13 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 169 | 154 | 0.37 | 0 | 0.09 | 0.34 | 165.71 | 0.27 | 0.54 |
| Hex | 6A | A9 | 9A | 25 | 0 | 9 | 22 | A6 | 1B | 36 |
| Octal | 152 | 251 | 232 | 45 | 0 | 11 | 42 | 246 | 33 | 66 |
| Binary | 1101010 | 10101001 | 10011010 | 100101 | 0 | 1001 | 100010 | 10100110 | 11011 | 110110 |
Color Harmonies of #6AA99A
Complementary color
Monochromatic Colors of #6AA99A
Black with #6AA99A
Text Example
Text Example
White with #6AA99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA99A; }
p { color: rgb(106,169,154); }
H1.HeaderClassName
{
color: #6AA99A;
}
.AnyTagClassName
{
color: #6AA99A;
}
</style>
background-color css
<style>
a { background-color: #6AA99A; }
a { background-color: rgb(106,169,154); }
div.DivClassName
{
background-color: #6AA99A;
}
.BgClassName
{
background-color: #6AA99A;
}
</style>
border-color css
<style>
span { border-color: #6AA99A; }
span { border-color: rgb(106,169,154); }
td.TdClassName
{
border-color: #6AA99A;
}
.TagClassName
{
border-color: #6AA99A;
}
</style>