Shades of Tradewind #6FAFAA
Tints of Tradewind #6FAFAA
RGB
CMYK
RGB Variations
Color information
#6FAFAA (or 0x6FAFAA) is known color: Tradewind. HEX triplet: 6F, AF and AA. RGB value is (111,175,170). Sum of RGB (Red+Green+Blue) = 111+175+170=456 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.34% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAFAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAFAA is #905055. Grayscale: #9B9B9B. Windows color (decimal): -9457750 or 11186031. OLE color: 11186031.
HSL color Cylindrical-coordinate representation of color #6FAFAA: hue angle of 175.31º 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 #6FAFAA is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 175 | 170 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.31 |
| HSL | 175.31º | 0.29% | 0.56% | - |
| HSV(B) | 175.31º | 0.37% | 0.69% | - |
| XYZ | 29.14 | 36.94 | 43.62 | - |
| YUV | 155.29 | 136.3 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 170 | 0.37 | 0 | 0.03 | 0.31 | 175.31 | 0.29 | 0.56 |
| Hex | 6F | AF | AA | 25 | 0 | 3 | 1F | AF | 1D | 38 |
| Octal | 157 | 257 | 252 | 45 | 0 | 3 | 37 | 257 | 35 | 70 |
| Binary | 1101111 | 10101111 | 10101010 | 100101 | 0 | 11 | 11111 | 10101111 | 11101 | 111000 |
Color Harmonies of #6FAFAA
Complementary color
Monochromatic Colors of #6FAFAA
Black with #6FAFAA
Text Example
Text Example
White with #6FAFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAFAA; }
p { color: rgb(111,175,170); }
H1.HeaderClassName
{
color: #6FAFAA;
}
.AnyTagClassName
{
color: #6FAFAA;
}
</style>
background-color css
<style>
a { background-color: #6FAFAA; }
a { background-color: rgb(111,175,170); }
div.DivClassName
{
background-color: #6FAFAA;
}
.BgClassName
{
background-color: #6FAFAA;
}
</style>
border-color css
<style>
span { border-color: #6FAFAA; }
span { border-color: rgb(111,175,170); }
td.TdClassName
{
border-color: #6FAFAA;
}
.TagClassName
{
border-color: #6FAFAA;
}
</style>