Shades of Tradewind #6FA8A4
Tints of Tradewind #6FA8A4
RGB
CMYK
RGB Variations
Color information
#6FA8A4 (or 0x6FA8A4) is known color: Tradewind. HEX triplet: 6F, A8 and A4. RGB value is (111,168,164). Sum of RGB (Red+Green+Blue) = 111+168+164=443 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.06% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 168 - color contains mainly: green. Hex color #6FA8A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA8A4 is #90575B. Grayscale: #969696. Windows color (decimal): -9459548 or 10791023. OLE color: 10791023.
HSL color Cylindrical-coordinate representation of color #6FA8A4: hue angle of 175.79º 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 #6FA8A4 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 111 | 168 | 164 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.34 |
| HSL | 175.79º | 0.25% | 0.55% | - |
| HSV(B) | 175.79º | 0.34% | 0.66% | - |
| XYZ | 27.26 | 34.07 | 40.26 | - |
| YUV | 150.5 | 135.62 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 168 | 164 | 0.34 | 0 | 0.02 | 0.34 | 175.79 | 0.25 | 0.55 |
| Hex | 6F | A8 | A4 | 22 | 0 | 2 | 22 | B0 | 19 | 37 |
| Octal | 157 | 250 | 244 | 42 | 0 | 2 | 42 | 260 | 31 | 67 |
| Binary | 1101111 | 10101000 | 10100100 | 100010 | 0 | 10 | 100010 | 10110000 | 11001 | 110111 |
Color Harmonies of #6FA8A4
Complementary color
Monochromatic Colors of #6FA8A4
Black with #6FA8A4
Text Example
Text Example
White with #6FA8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA8A4; }
p { color: rgb(111,168,164); }
H1.HeaderClassName
{
color: #6FA8A4;
}
.AnyTagClassName
{
color: #6FA8A4;
}
</style>
background-color css
<style>
a { background-color: #6FA8A4; }
a { background-color: rgb(111,168,164); }
div.DivClassName
{
background-color: #6FA8A4;
}
.BgClassName
{
background-color: #6FA8A4;
}
</style>
border-color css
<style>
span { border-color: #6FA8A4; }
span { border-color: rgb(111,168,164); }
td.TdClassName
{
border-color: #6FA8A4;
}
.TagClassName
{
border-color: #6FA8A4;
}
</style>