Shades of Tradewind #6CAB9D
Tints of Tradewind #6CAB9D
RGB
CMYK
RGB Variations
Color information
#6CAB9D (or 0x6CAB9D) is known color: Tradewind. HEX triplet: 6C, AB and 9D. RGB value is (108,171,157). Sum of RGB (Red+Green+Blue) = 108+171+157=436 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.77% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 171 - color contains mainly: green. Hex color #6CAB9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAB9D is #935462. Grayscale: #969696. Windows color (decimal): -9655395 or 10333036. OLE color: 10333036.
HSL color Cylindrical-coordinate representation of color #6CAB9D: hue angle of 166.67º 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 #6CAB9D is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 171 | 157 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.33 |
| HSL | 166.67º | 0.27% | 0.55% | - |
| HSV(B) | 166.67º | 0.37% | 0.67% | - |
| XYZ | 26.83 | 34.75 | 37.19 | - |
| YUV | 150.57 | 131.63 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 171 | 157 | 0.37 | 0 | 0.08 | 0.33 | 166.67 | 0.27 | 0.55 |
| Hex | 6C | AB | 9D | 25 | 0 | 8 | 21 | A7 | 1B | 37 |
| Octal | 154 | 253 | 235 | 45 | 0 | 10 | 41 | 247 | 33 | 67 |
| Binary | 1101100 | 10101011 | 10011101 | 100101 | 0 | 1000 | 100001 | 10100111 | 11011 | 110111 |
Color Harmonies of #6CAB9D
Complementary color
Monochromatic Colors of #6CAB9D
Black with #6CAB9D
Text Example
Text Example
White with #6CAB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAB9D; }
p { color: rgb(108,171,157); }
H1.HeaderClassName
{
color: #6CAB9D;
}
.AnyTagClassName
{
color: #6CAB9D;
}
</style>
background-color css
<style>
a { background-color: #6CAB9D; }
a { background-color: rgb(108,171,157); }
div.DivClassName
{
background-color: #6CAB9D;
}
.BgClassName
{
background-color: #6CAB9D;
}
</style>
border-color css
<style>
span { border-color: #6CAB9D; }
span { border-color: rgb(108,171,157); }
td.TdClassName
{
border-color: #6CAB9D;
}
.TagClassName
{
border-color: #6CAB9D;
}
</style>