Shades of Tradewind #6FA79F
Tints of Tradewind #6FA79F
RGB
CMYK
RGB Variations
Color information
#6FA79F (or 0x6FA79F) is known color: Tradewind. HEX triplet: 6F, A7 and 9F. RGB value is (111,167,159). Sum of RGB (Red+Green+Blue) = 111+167+159=437 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.40% from 437); Green value is 167 (65.62% from 255 or 38.22% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 167 - color contains mainly: green. Hex color #6FA79F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA79F is #905860. Grayscale: #959595. Windows color (decimal): -9459809 or 10463087. OLE color: 10463087.
HSL color Cylindrical-coordinate representation of color #6FA79F: hue angle of 171.43º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6FA79F is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 111 | 167 | 159 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.35 |
| HSL | 171.43º | 0.24% | 0.55% | - |
| HSV(B) | 171.43º | 0.34% | 0.65% | - |
| XYZ | 26.63 | 33.52 | 37.87 | - |
| YUV | 149.34 | 133.45 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 167 | 159 | 0.34 | 0 | 0.05 | 0.35 | 171.43 | 0.24 | 0.55 |
| Hex | 6F | A7 | 9F | 22 | 0 | 5 | 23 | AB | 18 | 37 |
| Octal | 157 | 247 | 237 | 42 | 0 | 5 | 43 | 253 | 30 | 67 |
| Binary | 1101111 | 10100111 | 10011111 | 100010 | 0 | 101 | 100011 | 10101011 | 11000 | 110111 |
Color Harmonies of #6FA79F
Complementary color
Monochromatic Colors of #6FA79F
Black with #6FA79F
Text Example
Text Example
White with #6FA79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA79F; }
p { color: rgb(111,167,159); }
H1.HeaderClassName
{
color: #6FA79F;
}
.AnyTagClassName
{
color: #6FA79F;
}
</style>
background-color css
<style>
a { background-color: #6FA79F; }
a { background-color: rgb(111,167,159); }
div.DivClassName
{
background-color: #6FA79F;
}
.BgClassName
{
background-color: #6FA79F;
}
</style>
border-color css
<style>
span { border-color: #6FA79F; }
span { border-color: rgb(111,167,159); }
td.TdClassName
{
border-color: #6FA79F;
}
.TagClassName
{
border-color: #6FA79F;
}
</style>