Shades of Tradewind #6CA89D
Tints of Tradewind #6CA89D
RGB
CMYK
RGB Variations
Color information
#6CA89D (or 0x6CA89D) is known color: Tradewind. HEX triplet: 6C, A8 and 9D. RGB value is (108,168,157). Sum of RGB (Red+Green+Blue) = 108+168+157=433 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.94% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 168 - color contains mainly: green. Hex color #6CA89D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA89D is #935762. Grayscale: #949494. Windows color (decimal): -9656163 or 10332268. OLE color: 10332268.
HSL color Cylindrical-coordinate representation of color #6CA89D: hue angle of 169º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6CA89D is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 108 | 168 | 157 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.34 |
| HSL | 169º | 0.26% | 0.54% | - |
| HSV(B) | 169º | 0.36% | 0.66% | - |
| XYZ | 26.27 | 33.63 | 37 | - |
| YUV | 148.81 | 132.62 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 168 | 157 | 0.36 | 0 | 0.07 | 0.34 | 169 | 0.26 | 0.54 |
| Hex | 6C | A8 | 9D | 24 | 0 | 7 | 22 | A9 | 1A | 36 |
| Octal | 154 | 250 | 235 | 44 | 0 | 7 | 42 | 251 | 32 | 66 |
| Binary | 1101100 | 10101000 | 10011101 | 100100 | 0 | 111 | 100010 | 10101001 | 11010 | 110110 |
Color Harmonies of #6CA89D
Complementary color
Monochromatic Colors of #6CA89D
Black with #6CA89D
Text Example
Text Example
White with #6CA89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA89D; }
p { color: rgb(108,168,157); }
H1.HeaderClassName
{
color: #6CA89D;
}
.AnyTagClassName
{
color: #6CA89D;
}
</style>
background-color css
<style>
a { background-color: #6CA89D; }
a { background-color: rgb(108,168,157); }
div.DivClassName
{
background-color: #6CA89D;
}
.BgClassName
{
background-color: #6CA89D;
}
</style>
border-color css
<style>
span { border-color: #6CA89D; }
span { border-color: rgb(108,168,157); }
td.TdClassName
{
border-color: #6CA89D;
}
.TagClassName
{
border-color: #6CA89D;
}
</style>