Shades of Tradewind #6BB2A0
Tints of Tradewind #6BB2A0
RGB
CMYK
RGB Variations
Color information
#6BB2A0 (or 0x6BB2A0) is known color: Tradewind. HEX triplet: 6B, B2 and A0. RGB value is (107,178,160). Sum of RGB (Red+Green+Blue) = 107+178+160=445 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.04% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 178 - color contains mainly: green. Hex color #6BB2A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BB2A0 is #944D5F. Grayscale: #9A9A9A. Windows color (decimal): -9719136 or 10531435. OLE color: 10531435.
HSL color Cylindrical-coordinate representation of color #6BB2A0: hue angle of 164.79º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6BB2A0 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 107 | 178 | 160 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.30 |
| HSL | 164.79º | 0.32% | 0.56% | - |
| HSV(B) | 164.79º | 0.4% | 0.7% | - |
| XYZ | 28.33 | 37.5 | 39 | - |
| YUV | 154.72 | 130.98 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 178 | 160 | 0.40 | 0 | 0.10 | 0.30 | 164.79 | 0.32 | 0.56 |
| Hex | 6B | B2 | A0 | 28 | 0 | A | 1E | A5 | 20 | 38 |
| Octal | 153 | 262 | 240 | 50 | 0 | 12 | 36 | 245 | 40 | 70 |
| Binary | 1101011 | 10110010 | 10100000 | 101000 | 0 | 1010 | 11110 | 10100101 | 100000 | 111000 |
Color Harmonies of #6BB2A0
Complementary color
Monochromatic Colors of #6BB2A0
Black with #6BB2A0
Text Example
Text Example
White with #6BB2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB2A0; }
p { color: rgb(107,178,160); }
H1.HeaderClassName
{
color: #6BB2A0;
}
.AnyTagClassName
{
color: #6BB2A0;
}
</style>
background-color css
<style>
a { background-color: #6BB2A0; }
a { background-color: rgb(107,178,160); }
div.DivClassName
{
background-color: #6BB2A0;
}
.BgClassName
{
background-color: #6BB2A0;
}
</style>
border-color css
<style>
span { border-color: #6BB2A0; }
span { border-color: rgb(107,178,160); }
td.TdClassName
{
border-color: #6BB2A0;
}
.TagClassName
{
border-color: #6BB2A0;
}
</style>