Shades of Tradewind #6CA29D
Tints of Tradewind #6CA29D
RGB
CMYK
RGB Variations
Color information
#6CA29D (or 0x6CA29D) is known color: Tradewind. HEX triplet: 6C, A2 and 9D. RGB value is (108,162,157). Sum of RGB (Red+Green+Blue) = 108+162+157=427 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.29% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA29D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA29D is #935D62. Grayscale: #919191. Windows color (decimal): -9657699 or 10330732. OLE color: 10330732.
HSL color Cylindrical-coordinate representation of color #6CA29D: hue angle of 174.44º 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 #6CA29D is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 162 | 157 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.36 |
| HSL | 174.44º | 0.23% | 0.53% | - |
| HSV(B) | 174.44º | 0.33% | 0.64% | - |
| XYZ | 25.19 | 31.46 | 36.64 | - |
| YUV | 145.28 | 134.61 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 162 | 157 | 0.33 | 0 | 0.03 | 0.36 | 174.44 | 0.23 | 0.53 |
| Hex | 6C | A2 | 9D | 21 | 0 | 3 | 24 | AE | 16 | 35 |
| Octal | 154 | 242 | 235 | 41 | 0 | 3 | 44 | 256 | 26 | 65 |
| Binary | 1101100 | 10100010 | 10011101 | 100001 | 0 | 11 | 100100 | 10101110 | 10110 | 110101 |
Color Harmonies of #6CA29D
Complementary color
Monochromatic Colors of #6CA29D
Black with #6CA29D
Text Example
Text Example
White with #6CA29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA29D; }
p { color: rgb(108,162,157); }
H1.HeaderClassName
{
color: #6CA29D;
}
.AnyTagClassName
{
color: #6CA29D;
}
</style>
background-color css
<style>
a { background-color: #6CA29D; }
a { background-color: rgb(108,162,157); }
div.DivClassName
{
background-color: #6CA29D;
}
.BgClassName
{
background-color: #6CA29D;
}
</style>
border-color css
<style>
span { border-color: #6CA29D; }
span { border-color: rgb(108,162,157); }
td.TdClassName
{
border-color: #6CA29D;
}
.TagClassName
{
border-color: #6CA29D;
}
</style>