Shades of Tradewind #6AB2A4
Tints of Tradewind #6AB2A4
RGB
CMYK
RGB Variations
Color information
#6AB2A4 (or 0x6AB2A4) is known color: Tradewind. HEX triplet: 6A, B2 and A4. RGB value is (106,178,164). Sum of RGB (Red+Green+Blue) = 106+178+164=448 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.66% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 178 - color contains mainly: green. Hex color #6AB2A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AB2A4 is #954D5B. Grayscale: #9A9A9A. Windows color (decimal): -9784668 or 10793578. OLE color: 10793578.
HSL color Cylindrical-coordinate representation of color #6AB2A4: hue angle of 168.33º 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 #6AB2A4 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 106 | 178 | 164 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.30 |
| HSL | 168.33º | 0.32% | 0.56% | - |
| HSV(B) | 168.33º | 0.4% | 0.7% | - |
| XYZ | 28.57 | 37.59 | 40.87 | - |
| YUV | 154.88 | 133.15 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 178 | 164 | 0.40 | 0 | 0.08 | 0.30 | 168.33 | 0.32 | 0.56 |
| Hex | 6A | B2 | A4 | 28 | 0 | 8 | 1E | A8 | 20 | 38 |
| Octal | 152 | 262 | 244 | 50 | 0 | 10 | 36 | 250 | 40 | 70 |
| Binary | 1101010 | 10110010 | 10100100 | 101000 | 0 | 1000 | 11110 | 10101000 | 100000 | 111000 |
Color Harmonies of #6AB2A4
Complementary color
Monochromatic Colors of #6AB2A4
Black with #6AB2A4
Text Example
Text Example
White with #6AB2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB2A4; }
p { color: rgb(106,178,164); }
H1.HeaderClassName
{
color: #6AB2A4;
}
.AnyTagClassName
{
color: #6AB2A4;
}
</style>
background-color css
<style>
a { background-color: #6AB2A4; }
a { background-color: rgb(106,178,164); }
div.DivClassName
{
background-color: #6AB2A4;
}
.BgClassName
{
background-color: #6AB2A4;
}
</style>
border-color css
<style>
span { border-color: #6AB2A4; }
span { border-color: rgb(106,178,164); }
td.TdClassName
{
border-color: #6AB2A4;
}
.TagClassName
{
border-color: #6AB2A4;
}
</style>