Shades of Tradewind #6CB5AB
Tints of Tradewind #6CB5AB
RGB
CMYK
RGB Variations
Color information
#6CB5AB (or 0x6CB5AB) is known color: Tradewind. HEX triplet: 6C, B5 and AB. RGB value is (108,181,171). Sum of RGB (Red+Green+Blue) = 108+181+171=460 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.48% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 181 - color contains mainly: green. Hex color #6CB5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB5AB is #934A54. Grayscale: #9E9E9E. Windows color (decimal): -9652821 or 11253100. OLE color: 11253100.
HSL color Cylindrical-coordinate representation of color #6CB5AB: hue angle of 171.78º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CB5AB is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 181 | 171 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.29 |
| HSL | 171.78º | 0.33% | 0.57% | - |
| HSV(B) | 171.78º | 0.4% | 0.71% | - |
| XYZ | 30.06 | 39.18 | 44.51 | - |
| YUV | 158.03 | 135.32 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 181 | 171 | 0.40 | 0 | 0.06 | 0.29 | 171.78 | 0.33 | 0.57 |
| Hex | 6C | B5 | AB | 28 | 0 | 6 | 1D | AC | 21 | 39 |
| Octal | 154 | 265 | 253 | 50 | 0 | 6 | 35 | 254 | 41 | 71 |
| Binary | 1101100 | 10110101 | 10101011 | 101000 | 0 | 110 | 11101 | 10101100 | 100001 | 111001 |
Color Harmonies of #6CB5AB
Complementary color
Monochromatic Colors of #6CB5AB
Black with #6CB5AB
Text Example
Text Example
White with #6CB5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB5AB; }
p { color: rgb(108,181,171); }
H1.HeaderClassName
{
color: #6CB5AB;
}
.AnyTagClassName
{
color: #6CB5AB;
}
</style>
background-color css
<style>
a { background-color: #6CB5AB; }
a { background-color: rgb(108,181,171); }
div.DivClassName
{
background-color: #6CB5AB;
}
.BgClassName
{
background-color: #6CB5AB;
}
</style>
border-color css
<style>
span { border-color: #6CB5AB; }
span { border-color: rgb(108,181,171); }
td.TdClassName
{
border-color: #6CB5AB;
}
.TagClassName
{
border-color: #6CB5AB;
}
</style>