Shades of Tradewind #6AB1A9
Tints of Tradewind #6AB1A9
RGB
CMYK
RGB Variations
Color information
#6AB1A9 (or 0x6AB1A9) is known color: Tradewind. HEX triplet: 6A, B1 and A9. RGB value is (106,177,169). Sum of RGB (Red+Green+Blue) = 106+177+169=452 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.45% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 169 (66.41% from 255 or 37.39% from 452); Max value from RGB is 177 - color contains mainly: green. Hex color #6AB1A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AB1A9 is #954E56. Grayscale: #9A9A9A. Windows color (decimal): -9784919 or 11121002. OLE color: 11121002.
HSL color Cylindrical-coordinate representation of color #6AB1A9: hue angle of 173.24º 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 #6AB1A9 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 177 | 169 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.31 |
| HSL | 173.24º | 0.31% | 0.55% | - |
| HSV(B) | 173.24º | 0.4% | 0.69% | - |
| XYZ | 28.83 | 37.37 | 43.23 | - |
| YUV | 154.86 | 135.98 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 177 | 169 | 0.40 | 0 | 0.05 | 0.31 | 173.24 | 0.31 | 0.55 |
| Hex | 6A | B1 | A9 | 28 | 0 | 5 | 1F | AD | 1F | 37 |
| Octal | 152 | 261 | 251 | 50 | 0 | 5 | 37 | 255 | 37 | 67 |
| Binary | 1101010 | 10110001 | 10101001 | 101000 | 0 | 101 | 11111 | 10101101 | 11111 | 110111 |
Color Harmonies of #6AB1A9
Complementary color
Monochromatic Colors of #6AB1A9
Black with #6AB1A9
Text Example
Text Example
White with #6AB1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB1A9; }
p { color: rgb(106,177,169); }
H1.HeaderClassName
{
color: #6AB1A9;
}
.AnyTagClassName
{
color: #6AB1A9;
}
</style>
background-color css
<style>
a { background-color: #6AB1A9; }
a { background-color: rgb(106,177,169); }
div.DivClassName
{
background-color: #6AB1A9;
}
.BgClassName
{
background-color: #6AB1A9;
}
</style>
border-color css
<style>
span { border-color: #6AB1A9; }
span { border-color: rgb(106,177,169); }
td.TdClassName
{
border-color: #6AB1A9;
}
.TagClassName
{
border-color: #6AB1A9;
}
</style>