Shades of Tradewind #6FAFA7
Tints of Tradewind #6FAFA7
RGB
CMYK
RGB Variations
Color information
#6FAFA7 (or 0x6FAFA7) is known color: Tradewind. HEX triplet: 6F, AF and A7. RGB value is (111,175,167). Sum of RGB (Red+Green+Blue) = 111+175+167=453 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.50% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 167 (65.62% from 255 or 36.87% from 453); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAFA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAFA7 is #905058. Grayscale: #9A9A9A. Windows color (decimal): -9457753 or 10989423. OLE color: 10989423.
HSL color Cylindrical-coordinate representation of color #6FAFA7: hue angle of 172.5º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6FAFA7 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 175 | 167 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.31 |
| HSL | 172.5º | 0.29% | 0.56% | - |
| HSV(B) | 172.5º | 0.37% | 0.69% | - |
| XYZ | 28.86 | 36.83 | 42.15 | - |
| YUV | 154.95 | 134.8 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 167 | 0.37 | 0 | 0.05 | 0.31 | 172.5 | 0.29 | 0.56 |
| Hex | 6F | AF | A7 | 25 | 0 | 5 | 1F | AC | 1D | 38 |
| Octal | 157 | 257 | 247 | 45 | 0 | 5 | 37 | 254 | 35 | 70 |
| Binary | 1101111 | 10101111 | 10100111 | 100101 | 0 | 101 | 11111 | 10101100 | 11101 | 111000 |
Color Harmonies of #6FAFA7
Complementary color
Monochromatic Colors of #6FAFA7
Black with #6FAFA7
Text Example
Text Example
White with #6FAFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAFA7; }
p { color: rgb(111,175,167); }
H1.HeaderClassName
{
color: #6FAFA7;
}
.AnyTagClassName
{
color: #6FAFA7;
}
</style>
background-color css
<style>
a { background-color: #6FAFA7; }
a { background-color: rgb(111,175,167); }
div.DivClassName
{
background-color: #6FAFA7;
}
.BgClassName
{
background-color: #6FAFA7;
}
</style>
border-color css
<style>
span { border-color: #6FAFA7; }
span { border-color: rgb(111,175,167); }
td.TdClassName
{
border-color: #6FAFA7;
}
.TagClassName
{
border-color: #6FAFA7;
}
</style>