Shades of Tradewind #6AB09F
Tints of Tradewind #6AB09F
RGB
CMYK
RGB Variations
Color information
#6AB09F (or 0x6AB09F) is known color: Tradewind. HEX triplet: 6A, B0 and 9F. RGB value is (106,176,159). Sum of RGB (Red+Green+Blue) = 106+176+159=441 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.04% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 176 - color contains mainly: green. Hex color #6AB09F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AB09F is #954F60. Grayscale: #999999. Windows color (decimal): -9785185 or 10465386. OLE color: 10465386.
HSL color Cylindrical-coordinate representation of color #6AB09F: hue angle of 165.43º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6AB09F is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 176 | 159 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.31 |
| HSL | 165.43º | 0.31% | 0.55% | - |
| HSV(B) | 165.43º | 0.4% | 0.69% | - |
| XYZ | 27.73 | 36.62 | 38.41 | - |
| YUV | 153.13 | 131.31 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 176 | 159 | 0.40 | 0 | 0.10 | 0.31 | 165.43 | 0.31 | 0.55 |
| Hex | 6A | B0 | 9F | 28 | 0 | A | 1F | A5 | 1F | 37 |
| Octal | 152 | 260 | 237 | 50 | 0 | 12 | 37 | 245 | 37 | 67 |
| Binary | 1101010 | 10110000 | 10011111 | 101000 | 0 | 1010 | 11111 | 10100101 | 11111 | 110111 |
Color Harmonies of #6AB09F
Complementary color
Monochromatic Colors of #6AB09F
Black with #6AB09F
Text Example
Text Example
White with #6AB09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB09F; }
p { color: rgb(106,176,159); }
H1.HeaderClassName
{
color: #6AB09F;
}
.AnyTagClassName
{
color: #6AB09F;
}
</style>
background-color css
<style>
a { background-color: #6AB09F; }
a { background-color: rgb(106,176,159); }
div.DivClassName
{
background-color: #6AB09F;
}
.BgClassName
{
background-color: #6AB09F;
}
</style>
border-color css
<style>
span { border-color: #6AB09F; }
span { border-color: rgb(106,176,159); }
td.TdClassName
{
border-color: #6AB09F;
}
.TagClassName
{
border-color: #6AB09F;
}
</style>