Shades of Tradewind #6BAE9E
Tints of Tradewind #6BAE9E
RGB
CMYK
RGB Variations
Color information
#6BAE9E (or 0x6BAE9E) is known color: Tradewind. HEX triplet: 6B, AE and 9E. RGB value is (107,174,158). Sum of RGB (Red+Green+Blue) = 107+174+158=439 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.37% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 174 - color contains mainly: green. Hex color #6BAE9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAE9E is #945161. Grayscale: #989898. Windows color (decimal): -9720162 or 10399339. OLE color: 10399339.
HSL color Cylindrical-coordinate representation of color #6BAE9E: hue angle of 165.67º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BAE9E is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 174 | 158 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.32 |
| HSL | 165.67º | 0.29% | 0.55% | - |
| HSV(B) | 165.67º | 0.39% | 0.68% | - |
| XYZ | 27.37 | 35.87 | 37.83 | - |
| YUV | 152.14 | 131.3 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 174 | 158 | 0.39 | 0 | 0.09 | 0.32 | 165.67 | 0.29 | 0.55 |
| Hex | 6B | AE | 9E | 27 | 0 | 9 | 20 | A6 | 1D | 37 |
| Octal | 153 | 256 | 236 | 47 | 0 | 11 | 40 | 246 | 35 | 67 |
| Binary | 1101011 | 10101110 | 10011110 | 100111 | 0 | 1001 | 100000 | 10100110 | 11101 | 110111 |
Color Harmonies of #6BAE9E
Complementary color
Monochromatic Colors of #6BAE9E
Black with #6BAE9E
Text Example
Text Example
White with #6BAE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAE9E; }
p { color: rgb(107,174,158); }
H1.HeaderClassName
{
color: #6BAE9E;
}
.AnyTagClassName
{
color: #6BAE9E;
}
</style>
background-color css
<style>
a { background-color: #6BAE9E; }
a { background-color: rgb(107,174,158); }
div.DivClassName
{
background-color: #6BAE9E;
}
.BgClassName
{
background-color: #6BAE9E;
}
</style>
border-color css
<style>
span { border-color: #6BAE9E; }
span { border-color: rgb(107,174,158); }
td.TdClassName
{
border-color: #6BAE9E;
}
.TagClassName
{
border-color: #6BAE9E;
}
</style>