Shades of Tradewind #6FA89C
Tints of Tradewind #6FA89C
RGB
CMYK
RGB Variations
Color information
#6FA89C (or 0x6FA89C) is known color: Tradewind. HEX triplet: 6F, A8 and 9C. RGB value is (111,168,156). Sum of RGB (Red+Green+Blue) = 111+168+156=435 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.52% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 168 - color contains mainly: green. Hex color #6FA89C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA89C is #905763. Grayscale: #959595. Windows color (decimal): -9459556 or 10266735. OLE color: 10266735.
HSL color Cylindrical-coordinate representation of color #6FA89C: hue angle of 167.37º 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 #6FA89C is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 111 | 168 | 156 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.34 |
| HSL | 167.37º | 0.25% | 0.55% | - |
| HSV(B) | 167.37º | 0.34% | 0.66% | - |
| XYZ | 26.56 | 33.79 | 36.57 | - |
| YUV | 149.59 | 131.62 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 168 | 156 | 0.34 | 0 | 0.07 | 0.34 | 167.37 | 0.25 | 0.55 |
| Hex | 6F | A8 | 9C | 22 | 0 | 7 | 22 | A7 | 19 | 37 |
| Octal | 157 | 250 | 234 | 42 | 0 | 7 | 42 | 247 | 31 | 67 |
| Binary | 1101111 | 10101000 | 10011100 | 100010 | 0 | 111 | 100010 | 10100111 | 11001 | 110111 |
Color Harmonies of #6FA89C
Complementary color
Monochromatic Colors of #6FA89C
Black with #6FA89C
Text Example
Text Example
White with #6FA89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA89C; }
p { color: rgb(111,168,156); }
H1.HeaderClassName
{
color: #6FA89C;
}
.AnyTagClassName
{
color: #6FA89C;
}
</style>
background-color css
<style>
a { background-color: #6FA89C; }
a { background-color: rgb(111,168,156); }
div.DivClassName
{
background-color: #6FA89C;
}
.BgClassName
{
background-color: #6FA89C;
}
</style>
border-color css
<style>
span { border-color: #6FA89C; }
span { border-color: rgb(111,168,156); }
td.TdClassName
{
border-color: #6FA89C;
}
.TagClassName
{
border-color: #6FA89C;
}
</style>