Shades of Tradewind #6FA89F
Tints of Tradewind #6FA89F
RGB
CMYK
RGB Variations
Color information
#6FA89F (or 0x6FA89F) is known color: Tradewind. HEX triplet: 6F, A8 and 9F. RGB value is (111,168,159). Sum of RGB (Red+Green+Blue) = 111+168+159=438 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.34% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 168 - color contains mainly: green. Hex color #6FA89F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA89F is #905760. Grayscale: #959595. Windows color (decimal): -9459553 or 10463343. OLE color: 10463343.
HSL color Cylindrical-coordinate representation of color #6FA89F: hue angle of 170.53º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6FA89F is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 111 | 168 | 159 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.34 |
| HSL | 170.53º | 0.25% | 0.55% | - |
| HSV(B) | 170.53º | 0.34% | 0.66% | - |
| XYZ | 26.82 | 33.89 | 37.93 | - |
| YUV | 149.93 | 133.12 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 168 | 159 | 0.34 | 0 | 0.05 | 0.34 | 170.53 | 0.25 | 0.55 |
| Hex | 6F | A8 | 9F | 22 | 0 | 5 | 22 | AB | 19 | 37 |
| Octal | 157 | 250 | 237 | 42 | 0 | 5 | 42 | 253 | 31 | 67 |
| Binary | 1101111 | 10101000 | 10011111 | 100010 | 0 | 101 | 100010 | 10101011 | 11001 | 110111 |
Color Harmonies of #6FA89F
Complementary color
Monochromatic Colors of #6FA89F
Black with #6FA89F
Text Example
Text Example
White with #6FA89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA89F; }
p { color: rgb(111,168,159); }
H1.HeaderClassName
{
color: #6FA89F;
}
.AnyTagClassName
{
color: #6FA89F;
}
</style>
background-color css
<style>
a { background-color: #6FA89F; }
a { background-color: rgb(111,168,159); }
div.DivClassName
{
background-color: #6FA89F;
}
.BgClassName
{
background-color: #6FA89F;
}
</style>
border-color css
<style>
span { border-color: #6FA89F; }
span { border-color: rgb(111,168,159); }
td.TdClassName
{
border-color: #6FA89F;
}
.TagClassName
{
border-color: #6FA89F;
}
</style>