Shades of Tradewind #6CABA7
Tints of Tradewind #6CABA7
RGB
CMYK
RGB Variations
Color information
#6CABA7 (or 0x6CABA7) is known color: Tradewind. HEX triplet: 6C, AB and A7. RGB value is (108,171,167). Sum of RGB (Red+Green+Blue) = 108+171+167=446 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.22% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 167 (65.62% from 255 or 37.44% from 446); Max value from RGB is 171 - color contains mainly: green. Hex color #6CABA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CABA7 is #935458. Grayscale: #979797. Windows color (decimal): -9655385 or 10988396. OLE color: 10988396.
HSL color Cylindrical-coordinate representation of color #6CABA7: hue angle of 176.19º degrees, saturation: 0.27, 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 #6CABA7 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 171 | 167 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.33 |
| HSL | 176.19º | 0.27% | 0.55% | - |
| HSV(B) | 176.19º | 0.37% | 0.67% | - |
| XYZ | 27.72 | 35.1 | 41.87 | - |
| YUV | 151.71 | 136.63 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 171 | 167 | 0.37 | 0 | 0.02 | 0.33 | 176.19 | 0.27 | 0.55 |
| Hex | 6C | AB | A7 | 25 | 0 | 2 | 21 | B0 | 1B | 37 |
| Octal | 154 | 253 | 247 | 45 | 0 | 2 | 41 | 260 | 33 | 67 |
| Binary | 1101100 | 10101011 | 10100111 | 100101 | 0 | 10 | 100001 | 10110000 | 11011 | 110111 |
Color Harmonies of #6CABA7
Complementary color
Monochromatic Colors of #6CABA7
Black with #6CABA7
Text Example
Text Example
White with #6CABA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CABA7; }
p { color: rgb(108,171,167); }
H1.HeaderClassName
{
color: #6CABA7;
}
.AnyTagClassName
{
color: #6CABA7;
}
</style>
background-color css
<style>
a { background-color: #6CABA7; }
a { background-color: rgb(108,171,167); }
div.DivClassName
{
background-color: #6CABA7;
}
.BgClassName
{
background-color: #6CABA7;
}
</style>
border-color css
<style>
span { border-color: #6CABA7; }
span { border-color: rgb(108,171,167); }
td.TdClassName
{
border-color: #6CABA7;
}
.TagClassName
{
border-color: #6CABA7;
}
</style>