Shades of Tradewind #6CB2AB
Tints of Tradewind #6CB2AB
RGB
CMYK
RGB Variations
Color information
#6CB2AB (or 0x6CB2AB) is known color: Tradewind. HEX triplet: 6C, B2 and AB. RGB value is (108,178,171). Sum of RGB (Red+Green+Blue) = 108+178+171=457 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.63% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 178 - color contains mainly: green. Hex color #6CB2AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CB2AB is #934D54. Grayscale: #9C9C9C. Windows color (decimal): -9653589 or 11252332. OLE color: 11252332.
HSL color Cylindrical-coordinate representation of color #6CB2AB: hue angle of 174º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6CB2AB is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 108 | 178 | 171 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.30 |
| HSL | 174º | 0.31% | 0.56% | - |
| HSV(B) | 174º | 0.39% | 0.7% | - |
| XYZ | 29.46 | 37.97 | 44.3 | - |
| YUV | 156.27 | 136.31 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 178 | 171 | 0.39 | 0 | 0.04 | 0.30 | 174 | 0.31 | 0.56 |
| Hex | 6C | B2 | AB | 27 | 0 | 4 | 1E | AE | 1F | 38 |
| Octal | 154 | 262 | 253 | 47 | 0 | 4 | 36 | 256 | 37 | 70 |
| Binary | 1101100 | 10110010 | 10101011 | 100111 | 0 | 100 | 11110 | 10101110 | 11111 | 111000 |
Color Harmonies of #6CB2AB
Complementary color
Monochromatic Colors of #6CB2AB
Black with #6CB2AB
Text Example
Text Example
White with #6CB2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB2AB; }
p { color: rgb(108,178,171); }
H1.HeaderClassName
{
color: #6CB2AB;
}
.AnyTagClassName
{
color: #6CB2AB;
}
</style>
background-color css
<style>
a { background-color: #6CB2AB; }
a { background-color: rgb(108,178,171); }
div.DivClassName
{
background-color: #6CB2AB;
}
.BgClassName
{
background-color: #6CB2AB;
}
</style>
border-color css
<style>
span { border-color: #6CB2AB; }
span { border-color: rgb(108,178,171); }
td.TdClassName
{
border-color: #6CB2AB;
}
.TagClassName
{
border-color: #6CB2AB;
}
</style>