Shades of Tradewind #6BAA9C
Tints of Tradewind #6BAA9C
RGB
CMYK
RGB Variations
Color information
#6BAA9C (or 0x6BAA9C) is known color: Tradewind. HEX triplet: 6B, AA and 9C. RGB value is (107,170,156). Sum of RGB (Red+Green+Blue) = 107+170+156=433 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.71% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAA9C is #945563. Grayscale: #959595. Windows color (decimal): -9721188 or 10267243. OLE color: 10267243.
HSL color Cylindrical-coordinate representation of color #6BAA9C: hue angle of 166.67º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BAA9C is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 170 | 156 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.33 |
| HSL | 166.67º | 0.27% | 0.54% | - |
| HSV(B) | 166.67º | 0.37% | 0.67% | - |
| XYZ | 26.44 | 34.28 | 36.67 | - |
| YUV | 149.57 | 131.63 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 156 | 0.37 | 0 | 0.08 | 0.33 | 166.67 | 0.27 | 0.54 |
| Hex | 6B | AA | 9C | 25 | 0 | 8 | 21 | A7 | 1B | 36 |
| Octal | 153 | 252 | 234 | 45 | 0 | 10 | 41 | 247 | 33 | 66 |
| Binary | 1101011 | 10101010 | 10011100 | 100101 | 0 | 1000 | 100001 | 10100111 | 11011 | 110110 |
Color Harmonies of #6BAA9C
Complementary color
Monochromatic Colors of #6BAA9C
Black with #6BAA9C
Text Example
Text Example
White with #6BAA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAA9C; }
p { color: rgb(107,170,156); }
H1.HeaderClassName
{
color: #6BAA9C;
}
.AnyTagClassName
{
color: #6BAA9C;
}
</style>
background-color css
<style>
a { background-color: #6BAA9C; }
a { background-color: rgb(107,170,156); }
div.DivClassName
{
background-color: #6BAA9C;
}
.BgClassName
{
background-color: #6BAA9C;
}
</style>
border-color css
<style>
span { border-color: #6BAA9C; }
span { border-color: rgb(107,170,156); }
td.TdClassName
{
border-color: #6BAA9C;
}
.TagClassName
{
border-color: #6BAA9C;
}
</style>