Shades of Tradewind #6AB5AF
Tints of Tradewind #6AB5AF
RGB
CMYK
RGB Variations
Color information
#6AB5AF (or 0x6AB5AF) is known color: Tradewind. HEX triplet: 6A, B5 and AF. RGB value is (106,181,175). Sum of RGB (Red+Green+Blue) = 106+181+175=462 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.94% from 462); Green value is 181 (71.09% from 255 or 39.18% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 181 - color contains mainly: green. Hex color #6AB5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AB5AF is #954A50. Grayscale: #9D9D9D. Windows color (decimal): -9783889 or 11515242. OLE color: 11515242.
HSL color Cylindrical-coordinate representation of color #6AB5AF: hue angle of 175.2º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6AB5AF is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 181 | 175 | - |
| CMYK | 0.41 | 0 | 0.03 | 0.29 |
| HSL | 175.2º | 0.34% | 0.56% | - |
| HSV(B) | 175.2º | 0.41% | 0.71% | - |
| XYZ | 30.21 | 39.21 | 46.53 | - |
| YUV | 157.89 | 137.65 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 181 | 175 | 0.41 | 0 | 0.03 | 0.29 | 175.2 | 0.34 | 0.56 |
| Hex | 6A | B5 | AF | 29 | 0 | 3 | 1D | AF | 22 | 38 |
| Octal | 152 | 265 | 257 | 51 | 0 | 3 | 35 | 257 | 42 | 70 |
| Binary | 1101010 | 10110101 | 10101111 | 101001 | 0 | 11 | 11101 | 10101111 | 100010 | 111000 |
Color Harmonies of #6AB5AF
Complementary color
Monochromatic Colors of #6AB5AF
Black with #6AB5AF
Text Example
Text Example
White with #6AB5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB5AF; }
p { color: rgb(106,181,175); }
H1.HeaderClassName
{
color: #6AB5AF;
}
.AnyTagClassName
{
color: #6AB5AF;
}
</style>
background-color css
<style>
a { background-color: #6AB5AF; }
a { background-color: rgb(106,181,175); }
div.DivClassName
{
background-color: #6AB5AF;
}
.BgClassName
{
background-color: #6AB5AF;
}
</style>
border-color css
<style>
span { border-color: #6AB5AF; }
span { border-color: rgb(106,181,175); }
td.TdClassName
{
border-color: #6AB5AF;
}
.TagClassName
{
border-color: #6AB5AF;
}
</style>