Shades of Tradewind #6CB4AC
Tints of Tradewind #6CB4AC
RGB
CMYK
RGB Variations
Color information
#6CB4AC (or 0x6CB4AC) is known color: Tradewind. HEX triplet: 6C, B4 and AC. RGB value is (108,180,172). Sum of RGB (Red+Green+Blue) = 108+180+172=460 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.48% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB4AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB4AC is #934B53. Grayscale: #9D9D9D. Windows color (decimal): -9653076 or 11318380. OLE color: 11318380.
HSL color Cylindrical-coordinate representation of color #6CB4AC: hue angle of 173.33º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CB4AC is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 180 | 172 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.29 |
| HSL | 173.33º | 0.32% | 0.56% | - |
| HSV(B) | 173.33º | 0.4% | 0.71% | - |
| XYZ | 29.95 | 38.81 | 44.94 | - |
| YUV | 157.56 | 136.15 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 180 | 172 | 0.40 | 0 | 0.04 | 0.29 | 173.33 | 0.32 | 0.56 |
| Hex | 6C | B4 | AC | 28 | 0 | 4 | 1D | AD | 20 | 38 |
| Octal | 154 | 264 | 254 | 50 | 0 | 4 | 35 | 255 | 40 | 70 |
| Binary | 1101100 | 10110100 | 10101100 | 101000 | 0 | 100 | 11101 | 10101101 | 100000 | 111000 |
Color Harmonies of #6CB4AC
Complementary color
Monochromatic Colors of #6CB4AC
Black with #6CB4AC
Text Example
Text Example
White with #6CB4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB4AC; }
p { color: rgb(108,180,172); }
H1.HeaderClassName
{
color: #6CB4AC;
}
.AnyTagClassName
{
color: #6CB4AC;
}
</style>
background-color css
<style>
a { background-color: #6CB4AC; }
a { background-color: rgb(108,180,172); }
div.DivClassName
{
background-color: #6CB4AC;
}
.BgClassName
{
background-color: #6CB4AC;
}
</style>
border-color css
<style>
span { border-color: #6CB4AC; }
span { border-color: rgb(108,180,172); }
td.TdClassName
{
border-color: #6CB4AC;
}
.TagClassName
{
border-color: #6CB4AC;
}
</style>