Shades of Tradewind #6CB0AA
Tints of Tradewind #6CB0AA
RGB
CMYK
RGB Variations
Color information
#6CB0AA (or 0x6CB0AA) is known color: Tradewind. HEX triplet: 6C, B0 and AA. RGB value is (108,176,170). Sum of RGB (Red+Green+Blue) = 108+176+170=454 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.79% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 176 - color contains mainly: green. Hex color #6CB0AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CB0AA is #934F55. Grayscale: #9A9A9A. Windows color (decimal): -9654102 or 11186284. OLE color: 11186284.
HSL color Cylindrical-coordinate representation of color #6CB0AA: hue angle of 174.71º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6CB0AA is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 176 | 170 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.31 |
| HSL | 174.71º | 0.3% | 0.56% | - |
| HSV(B) | 174.71º | 0.39% | 0.69% | - |
| XYZ | 28.97 | 37.14 | 43.67 | - |
| YUV | 154.98 | 136.47 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 176 | 170 | 0.39 | 0 | 0.03 | 0.31 | 174.71 | 0.3 | 0.56 |
| Hex | 6C | B0 | AA | 27 | 0 | 3 | 1F | AF | 1E | 38 |
| Octal | 154 | 260 | 252 | 47 | 0 | 3 | 37 | 257 | 36 | 70 |
| Binary | 1101100 | 10110000 | 10101010 | 100111 | 0 | 11 | 11111 | 10101111 | 11110 | 111000 |
Color Harmonies of #6CB0AA
Complementary color
Monochromatic Colors of #6CB0AA
Black with #6CB0AA
Text Example
Text Example
White with #6CB0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB0AA; }
p { color: rgb(108,176,170); }
H1.HeaderClassName
{
color: #6CB0AA;
}
.AnyTagClassName
{
color: #6CB0AA;
}
</style>
background-color css
<style>
a { background-color: #6CB0AA; }
a { background-color: rgb(108,176,170); }
div.DivClassName
{
background-color: #6CB0AA;
}
.BgClassName
{
background-color: #6CB0AA;
}
</style>
border-color css
<style>
span { border-color: #6CB0AA; }
span { border-color: rgb(108,176,170); }
td.TdClassName
{
border-color: #6CB0AA;
}
.TagClassName
{
border-color: #6CB0AA;
}
</style>