Shades of Tradewind #6AB3A4
Tints of Tradewind #6AB3A4
RGB
CMYK
RGB Variations
Color information
#6AB3A4 (or 0x6AB3A4) is known color: Tradewind. HEX triplet: 6A, B3 and A4. RGB value is (106,179,164). Sum of RGB (Red+Green+Blue) = 106+179+164=449 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.61% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 179 - color contains mainly: green. Hex color #6AB3A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AB3A4 is #954C5B. Grayscale: #9B9B9B. Windows color (decimal): -9784412 or 10793834. OLE color: 10793834.
HSL color Cylindrical-coordinate representation of color #6AB3A4: hue angle of 167.67º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6AB3A4 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 106 | 179 | 164 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.30 |
| HSL | 167.67º | 0.32% | 0.56% | - |
| HSV(B) | 167.67º | 0.41% | 0.7% | - |
| XYZ | 28.76 | 37.98 | 40.94 | - |
| YUV | 155.46 | 132.82 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 179 | 164 | 0.41 | 0 | 0.08 | 0.30 | 167.67 | 0.32 | 0.56 |
| Hex | 6A | B3 | A4 | 29 | 0 | 8 | 1E | A8 | 20 | 38 |
| Octal | 152 | 263 | 244 | 51 | 0 | 10 | 36 | 250 | 40 | 70 |
| Binary | 1101010 | 10110011 | 10100100 | 101001 | 0 | 1000 | 11110 | 10101000 | 100000 | 111000 |
Color Harmonies of #6AB3A4
Complementary color
Monochromatic Colors of #6AB3A4
Black with #6AB3A4
Text Example
Text Example
White with #6AB3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB3A4; }
p { color: rgb(106,179,164); }
H1.HeaderClassName
{
color: #6AB3A4;
}
.AnyTagClassName
{
color: #6AB3A4;
}
</style>
background-color css
<style>
a { background-color: #6AB3A4; }
a { background-color: rgb(106,179,164); }
div.DivClassName
{
background-color: #6AB3A4;
}
.BgClassName
{
background-color: #6AB3A4;
}
</style>
border-color css
<style>
span { border-color: #6AB3A4; }
span { border-color: rgb(106,179,164); }
td.TdClassName
{
border-color: #6AB3A4;
}
.TagClassName
{
border-color: #6AB3A4;
}
</style>