Shades of Tradewind #6BAEA1
Tints of Tradewind #6BAEA1
RGB
CMYK
RGB Variations
Color information
#6BAEA1 (or 0x6BAEA1) is known color: Tradewind. HEX triplet: 6B, AE and A1. RGB value is (107,174,161). Sum of RGB (Red+Green+Blue) = 107+174+161=442 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.21% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 174 - color contains mainly: green. Hex color #6BAEA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAEA1 is #94515E. Grayscale: #989898. Windows color (decimal): -9720159 or 10595947. OLE color: 10595947.
HSL color Cylindrical-coordinate representation of color #6BAEA1: hue angle of 168.36º 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 #6BAEA1 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 174 | 161 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.32 |
| HSL | 168.36º | 0.29% | 0.55% | - |
| HSV(B) | 168.36º | 0.39% | 0.68% | - |
| XYZ | 27.63 | 35.97 | 39.2 | - |
| YUV | 152.49 | 132.8 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 174 | 161 | 0.39 | 0 | 0.07 | 0.32 | 168.36 | 0.29 | 0.55 |
| Hex | 6B | AE | A1 | 27 | 0 | 7 | 20 | A8 | 1D | 37 |
| Octal | 153 | 256 | 241 | 47 | 0 | 7 | 40 | 250 | 35 | 67 |
| Binary | 1101011 | 10101110 | 10100001 | 100111 | 0 | 111 | 100000 | 10101000 | 11101 | 110111 |
Color Harmonies of #6BAEA1
Complementary color
Monochromatic Colors of #6BAEA1
Black with #6BAEA1
Text Example
Text Example
White with #6BAEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAEA1; }
p { color: rgb(107,174,161); }
H1.HeaderClassName
{
color: #6BAEA1;
}
.AnyTagClassName
{
color: #6BAEA1;
}
</style>
background-color css
<style>
a { background-color: #6BAEA1; }
a { background-color: rgb(107,174,161); }
div.DivClassName
{
background-color: #6BAEA1;
}
.BgClassName
{
background-color: #6BAEA1;
}
</style>
border-color css
<style>
span { border-color: #6BAEA1; }
span { border-color: rgb(107,174,161); }
td.TdClassName
{
border-color: #6BAEA1;
}
.TagClassName
{
border-color: #6BAEA1;
}
</style>