Shades of Tradewind #6CB3AA
Tints of Tradewind #6CB3AA
RGB
CMYK
RGB Variations
Color information
#6CB3AA (or 0x6CB3AA) is known color: Tradewind. HEX triplet: 6C, B3 and AA. RGB value is (108,179,170). Sum of RGB (Red+Green+Blue) = 108+179+170=457 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.63% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 179 - color contains mainly: green. Hex color #6CB3AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB3AA is #934C55. Grayscale: #9C9C9C. Windows color (decimal): -9653334 or 11187052. OLE color: 11187052.
HSL color Cylindrical-coordinate representation of color #6CB3AA: hue angle of 172.39º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CB3AA is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 108 | 179 | 170 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.30 |
| HSL | 172.39º | 0.32% | 0.56% | - |
| HSV(B) | 172.39º | 0.4% | 0.7% | - |
| XYZ | 29.56 | 38.33 | 43.87 | - |
| YUV | 156.75 | 135.48 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 179 | 170 | 0.40 | 0 | 0.05 | 0.30 | 172.39 | 0.32 | 0.56 |
| Hex | 6C | B3 | AA | 28 | 0 | 5 | 1E | AC | 20 | 38 |
| Octal | 154 | 263 | 252 | 50 | 0 | 5 | 36 | 254 | 40 | 70 |
| Binary | 1101100 | 10110011 | 10101010 | 101000 | 0 | 101 | 11110 | 10101100 | 100000 | 111000 |
Color Harmonies of #6CB3AA
Complementary color
Monochromatic Colors of #6CB3AA
Black with #6CB3AA
Text Example
Text Example
White with #6CB3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB3AA; }
p { color: rgb(108,179,170); }
H1.HeaderClassName
{
color: #6CB3AA;
}
.AnyTagClassName
{
color: #6CB3AA;
}
</style>
background-color css
<style>
a { background-color: #6CB3AA; }
a { background-color: rgb(108,179,170); }
div.DivClassName
{
background-color: #6CB3AA;
}
.BgClassName
{
background-color: #6CB3AA;
}
</style>
border-color css
<style>
span { border-color: #6CB3AA; }
span { border-color: rgb(108,179,170); }
td.TdClassName
{
border-color: #6CB3AA;
}
.TagClassName
{
border-color: #6CB3AA;
}
</style>