Shades of Tradewind #6BAEA8
Tints of Tradewind #6BAEA8
RGB
CMYK
RGB Variations
Color information
#6BAEA8 (or 0x6BAEA8) is known color: Tradewind. HEX triplet: 6B, AE and A8. RGB value is (107,174,168). Sum of RGB (Red+Green+Blue) = 107+174+168=449 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.83% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 174 - color contains mainly: green. Hex color #6BAEA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAEA8 is #945157. Grayscale: #999999. Windows color (decimal): -9720152 or 11054699. OLE color: 11054699.
HSL color Cylindrical-coordinate representation of color #6BAEA8: hue angle of 174.63º 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 #6BAEA8 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 174 | 168 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.32 |
| HSL | 174.63º | 0.29% | 0.55% | - |
| HSV(B) | 174.63º | 0.39% | 0.68% | - |
| XYZ | 28.27 | 36.23 | 42.55 | - |
| YUV | 153.28 | 136.3 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 174 | 168 | 0.39 | 0 | 0.03 | 0.32 | 174.63 | 0.29 | 0.55 |
| Hex | 6B | AE | A8 | 27 | 0 | 3 | 20 | AF | 1D | 37 |
| Octal | 153 | 256 | 250 | 47 | 0 | 3 | 40 | 257 | 35 | 67 |
| Binary | 1101011 | 10101110 | 10101000 | 100111 | 0 | 11 | 100000 | 10101111 | 11101 | 110111 |
Color Harmonies of #6BAEA8
Complementary color
Monochromatic Colors of #6BAEA8
Black with #6BAEA8
Text Example
Text Example
White with #6BAEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAEA8; }
p { color: rgb(107,174,168); }
H1.HeaderClassName
{
color: #6BAEA8;
}
.AnyTagClassName
{
color: #6BAEA8;
}
</style>
background-color css
<style>
a { background-color: #6BAEA8; }
a { background-color: rgb(107,174,168); }
div.DivClassName
{
background-color: #6BAEA8;
}
.BgClassName
{
background-color: #6BAEA8;
}
</style>
border-color css
<style>
span { border-color: #6BAEA8; }
span { border-color: rgb(107,174,168); }
td.TdClassName
{
border-color: #6BAEA8;
}
.TagClassName
{
border-color: #6BAEA8;
}
</style>