Shades of Tradewind #6AAB9D
Tints of Tradewind #6AAB9D
RGB
CMYK
RGB Variations
Color information
#6AAB9D (or 0x6AAB9D) is known color: Tradewind. HEX triplet: 6A, AB and 9D. RGB value is (106,171,157). Sum of RGB (Red+Green+Blue) = 106+171+157=434 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.42% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAB9D is #955462. Grayscale: #959595. Windows color (decimal): -9786467 or 10333034. OLE color: 10333034.
HSL color Cylindrical-coordinate representation of color #6AAB9D: hue angle of 167.08º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AAB9D is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 171 | 157 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.33 |
| HSL | 167.08º | 0.28% | 0.54% | - |
| HSV(B) | 167.08º | 0.38% | 0.67% | - |
| XYZ | 26.59 | 34.62 | 37.18 | - |
| YUV | 149.97 | 131.97 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 171 | 157 | 0.38 | 0 | 0.08 | 0.33 | 167.08 | 0.28 | 0.54 |
| Hex | 6A | AB | 9D | 26 | 0 | 8 | 21 | A7 | 1C | 36 |
| Octal | 152 | 253 | 235 | 46 | 0 | 10 | 41 | 247 | 34 | 66 |
| Binary | 1101010 | 10101011 | 10011101 | 100110 | 0 | 1000 | 100001 | 10100111 | 11100 | 110110 |
Color Harmonies of #6AAB9D
Complementary color
Monochromatic Colors of #6AAB9D
Black with #6AAB9D
Text Example
Text Example
White with #6AAB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAB9D; }
p { color: rgb(106,171,157); }
H1.HeaderClassName
{
color: #6AAB9D;
}
.AnyTagClassName
{
color: #6AAB9D;
}
</style>
background-color css
<style>
a { background-color: #6AAB9D; }
a { background-color: rgb(106,171,157); }
div.DivClassName
{
background-color: #6AAB9D;
}
.BgClassName
{
background-color: #6AAB9D;
}
</style>
border-color css
<style>
span { border-color: #6AAB9D; }
span { border-color: rgb(106,171,157); }
td.TdClassName
{
border-color: #6AAB9D;
}
.TagClassName
{
border-color: #6AAB9D;
}
</style>