Shades of Tradewind #6FA29A
Tints of Tradewind #6FA29A
RGB
CMYK
RGB Variations
Color information
#6FA29A (or 0x6FA29A) is known color: Tradewind. HEX triplet: 6F, A2 and 9A. RGB value is (111,162,154). Sum of RGB (Red+Green+Blue) = 111+162+154=427 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.00% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA29A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA29A is #905D65. Grayscale: #919191. Windows color (decimal): -9461094 or 10134127. OLE color: 10134127.
HSL color Cylindrical-coordinate representation of color #6FA29A: hue angle of 170.59º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6FA29A is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 162 | 154 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.36 |
| HSL | 170.59º | 0.22% | 0.54% | - |
| HSV(B) | 170.59º | 0.31% | 0.64% | - |
| XYZ | 25.31 | 31.55 | 35.33 | - |
| YUV | 145.84 | 132.6 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 162 | 154 | 0.31 | 0 | 0.05 | 0.36 | 170.59 | 0.22 | 0.54 |
| Hex | 6F | A2 | 9A | 1F | 0 | 5 | 24 | AB | 16 | 36 |
| Octal | 157 | 242 | 232 | 37 | 0 | 5 | 44 | 253 | 26 | 66 |
| Binary | 1101111 | 10100010 | 10011010 | 11111 | 0 | 101 | 100100 | 10101011 | 10110 | 110110 |
Color Harmonies of #6FA29A
Complementary color
Monochromatic Colors of #6FA29A
Black with #6FA29A
Text Example
Text Example
White with #6FA29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA29A; }
p { color: rgb(111,162,154); }
H1.HeaderClassName
{
color: #6FA29A;
}
.AnyTagClassName
{
color: #6FA29A;
}
</style>
background-color css
<style>
a { background-color: #6FA29A; }
a { background-color: rgb(111,162,154); }
div.DivClassName
{
background-color: #6FA29A;
}
.BgClassName
{
background-color: #6FA29A;
}
</style>
border-color css
<style>
span { border-color: #6FA29A; }
span { border-color: rgb(111,162,154); }
td.TdClassName
{
border-color: #6FA29A;
}
.TagClassName
{
border-color: #6FA29A;
}
</style>