Shades of Tradewind #6CACA3
Tints of Tradewind #6CACA3
RGB
CMYK
RGB Variations
Color information
#6CACA3 (or 0x6CACA3) is known color: Tradewind. HEX triplet: 6C, AC and A3. RGB value is (108,172,163). Sum of RGB (Red+Green+Blue) = 108+172+163=443 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.38% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 163 (64.06% from 255 or 36.79% from 443); Max value from RGB is 172 - color contains mainly: green. Hex color #6CACA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CACA3 is #93535C. Grayscale: #979797. Windows color (decimal): -9655133 or 10726508. OLE color: 10726508.
HSL color Cylindrical-coordinate representation of color #6CACA3: hue angle of 171.56º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6CACA3 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 172 | 163 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.33 |
| HSL | 171.56º | 0.28% | 0.55% | - |
| HSV(B) | 171.56º | 0.37% | 0.67% | - |
| XYZ | 27.55 | 35.34 | 40.02 | - |
| YUV | 151.84 | 134.3 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 172 | 163 | 0.37 | 0 | 0.05 | 0.33 | 171.56 | 0.28 | 0.55 |
| Hex | 6C | AC | A3 | 25 | 0 | 5 | 21 | AC | 1C | 37 |
| Octal | 154 | 254 | 243 | 45 | 0 | 5 | 41 | 254 | 34 | 67 |
| Binary | 1101100 | 10101100 | 10100011 | 100101 | 0 | 101 | 100001 | 10101100 | 11100 | 110111 |
Color Harmonies of #6CACA3
Complementary color
Monochromatic Colors of #6CACA3
Black with #6CACA3
Text Example
Text Example
White with #6CACA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CACA3; }
p { color: rgb(108,172,163); }
H1.HeaderClassName
{
color: #6CACA3;
}
.AnyTagClassName
{
color: #6CACA3;
}
</style>
background-color css
<style>
a { background-color: #6CACA3; }
a { background-color: rgb(108,172,163); }
div.DivClassName
{
background-color: #6CACA3;
}
.BgClassName
{
background-color: #6CACA3;
}
</style>
border-color css
<style>
span { border-color: #6CACA3; }
span { border-color: rgb(108,172,163); }
td.TdClassName
{
border-color: #6CACA3;
}
.TagClassName
{
border-color: #6CACA3;
}
</style>