Shades of Tradewind #6CA19A
Tints of Tradewind #6CA19A
RGB
CMYK
RGB Variations
Color information
#6CA19A (or 0x6CA19A) is known color: Tradewind. HEX triplet: 6C, A1 and 9A. RGB value is (108,161,154). Sum of RGB (Red+Green+Blue) = 108+161+154=423 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.53% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA19A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA19A is #935E65. Grayscale: #909090. Windows color (decimal): -9657958 or 10133868. OLE color: 10133868.
HSL color Cylindrical-coordinate representation of color #6CA19A: hue angle of 172.08º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6CA19A is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 108 | 161 | 154 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.37 |
| HSL | 172.08º | 0.22% | 0.53% | - |
| HSV(B) | 172.08º | 0.33% | 0.63% | - |
| XYZ | 24.76 | 31.01 | 35.25 | - |
| YUV | 144.36 | 133.44 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 161 | 154 | 0.33 | 0 | 0.04 | 0.37 | 172.08 | 0.22 | 0.53 |
| Hex | 6C | A1 | 9A | 21 | 0 | 4 | 25 | AC | 16 | 35 |
| Octal | 154 | 241 | 232 | 41 | 0 | 4 | 45 | 254 | 26 | 65 |
| Binary | 1101100 | 10100001 | 10011010 | 100001 | 0 | 100 | 100101 | 10101100 | 10110 | 110101 |
Color Harmonies of #6CA19A
Complementary color
Monochromatic Colors of #6CA19A
Black with #6CA19A
Text Example
Text Example
White with #6CA19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA19A; }
p { color: rgb(108,161,154); }
H1.HeaderClassName
{
color: #6CA19A;
}
.AnyTagClassName
{
color: #6CA19A;
}
</style>
background-color css
<style>
a { background-color: #6CA19A; }
a { background-color: rgb(108,161,154); }
div.DivClassName
{
background-color: #6CA19A;
}
.BgClassName
{
background-color: #6CA19A;
}
</style>
border-color css
<style>
span { border-color: #6CA19A; }
span { border-color: rgb(108,161,154); }
td.TdClassName
{
border-color: #6CA19A;
}
.TagClassName
{
border-color: #6CA19A;
}
</style>