Shades of Tradewind #6CB7AC
Tints of Tradewind #6CB7AC
RGB
CMYK
RGB Variations
Color information
#6CB7AC (or 0x6CB7AC) is known color: Tradewind. HEX triplet: 6C, B7 and AC. RGB value is (108,183,172). Sum of RGB (Red+Green+Blue) = 108+183+172=463 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.33% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 183 - color contains mainly: green. Hex color #6CB7AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB7AC is #934853. Grayscale: #9F9F9F. Windows color (decimal): -9652308 or 11319148. OLE color: 11319148.
HSL color Cylindrical-coordinate representation of color #6CB7AC: hue angle of 171.2º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6CB7AC is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 108 | 183 | 172 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.28 |
| HSL | 171.2º | 0.34% | 0.57% | - |
| HSV(B) | 171.2º | 0.41% | 0.72% | - |
| XYZ | 30.56 | 40.03 | 45.15 | - |
| YUV | 159.32 | 135.15 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 183 | 172 | 0.41 | 0 | 0.06 | 0.28 | 171.2 | 0.34 | 0.57 |
| Hex | 6C | B7 | AC | 29 | 0 | 6 | 1C | AB | 22 | 39 |
| Octal | 154 | 267 | 254 | 51 | 0 | 6 | 34 | 253 | 42 | 71 |
| Binary | 1101100 | 10110111 | 10101100 | 101001 | 0 | 110 | 11100 | 10101011 | 100010 | 111001 |
Color Harmonies of #6CB7AC
Complementary color
Monochromatic Colors of #6CB7AC
Black with #6CB7AC
Text Example
Text Example
White with #6CB7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB7AC; }
p { color: rgb(108,183,172); }
H1.HeaderClassName
{
color: #6CB7AC;
}
.AnyTagClassName
{
color: #6CB7AC;
}
</style>
background-color css
<style>
a { background-color: #6CB7AC; }
a { background-color: rgb(108,183,172); }
div.DivClassName
{
background-color: #6CB7AC;
}
.BgClassName
{
background-color: #6CB7AC;
}
</style>
border-color css
<style>
span { border-color: #6CB7AC; }
span { border-color: rgb(108,183,172); }
td.TdClassName
{
border-color: #6CB7AC;
}
.TagClassName
{
border-color: #6CB7AC;
}
</style>