Shades of Tradewind #6CA29E
Tints of Tradewind #6CA29E
RGB
CMYK
RGB Variations
Color information
#6CA29E (or 0x6CA29E) is known color: Tradewind. HEX triplet: 6C, A2 and 9E. RGB value is (108,162,158). Sum of RGB (Red+Green+Blue) = 108+162+158=428 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.23% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA29E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA29E is #935D61. Grayscale: #919191. Windows color (decimal): -9657698 or 10396268. OLE color: 10396268.
HSL color Cylindrical-coordinate representation of color #6CA29E: hue angle of 175.56º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6CA29E is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 162 | 158 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.36 |
| HSL | 175.56º | 0.23% | 0.53% | - |
| HSV(B) | 175.56º | 0.33% | 0.64% | - |
| XYZ | 25.28 | 31.5 | 37.1 | - |
| YUV | 145.4 | 135.11 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 162 | 158 | 0.33 | 0 | 0.02 | 0.36 | 175.56 | 0.23 | 0.53 |
| Hex | 6C | A2 | 9E | 21 | 0 | 2 | 24 | B0 | 16 | 35 |
| Octal | 154 | 242 | 236 | 41 | 0 | 2 | 44 | 260 | 26 | 65 |
| Binary | 1101100 | 10100010 | 10011110 | 100001 | 0 | 10 | 100100 | 10110000 | 10110 | 110101 |
Color Harmonies of #6CA29E
Complementary color
Monochromatic Colors of #6CA29E
Black with #6CA29E
Text Example
Text Example
White with #6CA29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA29E; }
p { color: rgb(108,162,158); }
H1.HeaderClassName
{
color: #6CA29E;
}
.AnyTagClassName
{
color: #6CA29E;
}
</style>
background-color css
<style>
a { background-color: #6CA29E; }
a { background-color: rgb(108,162,158); }
div.DivClassName
{
background-color: #6CA29E;
}
.BgClassName
{
background-color: #6CA29E;
}
</style>
border-color css
<style>
span { border-color: #6CA29E; }
span { border-color: rgb(108,162,158); }
td.TdClassName
{
border-color: #6CA29E;
}
.TagClassName
{
border-color: #6CA29E;
}
</style>