Shades of Tradewind #6AA89B
Tints of Tradewind #6AA89B
RGB
CMYK
RGB Variations
Color information
#6AA89B (or 0x6AA89B) is known color: Tradewind. HEX triplet: 6A, A8 and 9B. RGB value is (106,168,155). Sum of RGB (Red+Green+Blue) = 106+168+155=429 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.71% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 168 - color contains mainly: green. Hex color #6AA89B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA89B is #955764. Grayscale: #939393. Windows color (decimal): -9787237 or 10201194. OLE color: 10201194.
HSL color Cylindrical-coordinate representation of color #6AA89B: hue angle of 167.42º degrees, saturation: 0.26, 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 #6AA89B is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 106 | 168 | 155 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.34 |
| HSL | 167.42º | 0.26% | 0.54% | - |
| HSV(B) | 167.42º | 0.37% | 0.66% | - |
| XYZ | 25.86 | 33.44 | 36.1 | - |
| YUV | 147.98 | 131.96 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 168 | 155 | 0.37 | 0 | 0.08 | 0.34 | 167.42 | 0.26 | 0.54 |
| Hex | 6A | A8 | 9B | 25 | 0 | 8 | 22 | A7 | 1A | 36 |
| Octal | 152 | 250 | 233 | 45 | 0 | 10 | 42 | 247 | 32 | 66 |
| Binary | 1101010 | 10101000 | 10011011 | 100101 | 0 | 1000 | 100010 | 10100111 | 11010 | 110110 |
Color Harmonies of #6AA89B
Complementary color
Monochromatic Colors of #6AA89B
Black with #6AA89B
Text Example
Text Example
White with #6AA89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA89B; }
p { color: rgb(106,168,155); }
H1.HeaderClassName
{
color: #6AA89B;
}
.AnyTagClassName
{
color: #6AA89B;
}
</style>
background-color css
<style>
a { background-color: #6AA89B; }
a { background-color: rgb(106,168,155); }
div.DivClassName
{
background-color: #6AA89B;
}
.BgClassName
{
background-color: #6AA89B;
}
</style>
border-color css
<style>
span { border-color: #6AA89B; }
span { border-color: rgb(106,168,155); }
td.TdClassName
{
border-color: #6AA89B;
}
.TagClassName
{
border-color: #6AA89B;
}
</style>