Shades of Tradewind #6AA99B
Tints of Tradewind #6AA99B
RGB
CMYK
RGB Variations
Color information
#6AA99B (or 0x6AA99B) is known color: Tradewind. HEX triplet: 6A, A9 and 9B. RGB value is (106,169,155). Sum of RGB (Red+Green+Blue) = 106+169+155=430 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.65% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 169 - color contains mainly: green. Hex color #6AA99B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA99B is #955664. Grayscale: #949494. Windows color (decimal): -9786981 or 10201450. OLE color: 10201450.
HSL color Cylindrical-coordinate representation of color #6AA99B: hue angle of 166.67º 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 #6AA99B is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 106 | 169 | 155 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.34 |
| HSL | 166.67º | 0.27% | 0.54% | - |
| HSV(B) | 166.67º | 0.37% | 0.66% | - |
| XYZ | 26.05 | 33.81 | 36.16 | - |
| YUV | 148.57 | 131.63 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 169 | 155 | 0.37 | 0 | 0.08 | 0.34 | 166.67 | 0.27 | 0.54 |
| Hex | 6A | A9 | 9B | 25 | 0 | 8 | 22 | A7 | 1B | 36 |
| Octal | 152 | 251 | 233 | 45 | 0 | 10 | 42 | 247 | 33 | 66 |
| Binary | 1101010 | 10101001 | 10011011 | 100101 | 0 | 1000 | 100010 | 10100111 | 11011 | 110110 |
Color Harmonies of #6AA99B
Complementary color
Monochromatic Colors of #6AA99B
Black with #6AA99B
Text Example
Text Example
White with #6AA99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA99B; }
p { color: rgb(106,169,155); }
H1.HeaderClassName
{
color: #6AA99B;
}
.AnyTagClassName
{
color: #6AA99B;
}
</style>
background-color css
<style>
a { background-color: #6AA99B; }
a { background-color: rgb(106,169,155); }
div.DivClassName
{
background-color: #6AA99B;
}
.BgClassName
{
background-color: #6AA99B;
}
</style>
border-color css
<style>
span { border-color: #6AA99B; }
span { border-color: rgb(106,169,155); }
td.TdClassName
{
border-color: #6AA99B;
}
.TagClassName
{
border-color: #6AA99B;
}
</style>