Shades of Tradewind #6CB4AF
Tints of Tradewind #6CB4AF
RGB
CMYK
RGB Variations
Color information
#6CB4AF (or 0x6CB4AF) is known color: Tradewind. HEX triplet: 6C, B4 and AF. RGB value is (108,180,175). Sum of RGB (Red+Green+Blue) = 108+180+175=463 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.33% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB4AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB4AF is #934B50. Grayscale: #9D9D9D. Windows color (decimal): -9653073 or 11514988. OLE color: 11514988.
HSL color Cylindrical-coordinate representation of color #6CB4AF: hue angle of 175.83º 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 #6CB4AF is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 180 | 175 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.29 |
| HSL | 175.83º | 0.32% | 0.56% | - |
| HSV(B) | 175.83º | 0.4% | 0.71% | - |
| XYZ | 30.24 | 38.93 | 46.48 | - |
| YUV | 157.9 | 137.65 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 180 | 175 | 0.40 | 0 | 0.03 | 0.29 | 175.83 | 0.32 | 0.56 |
| Hex | 6C | B4 | AF | 28 | 0 | 3 | 1D | B0 | 20 | 38 |
| Octal | 154 | 264 | 257 | 50 | 0 | 3 | 35 | 260 | 40 | 70 |
| Binary | 1101100 | 10110100 | 10101111 | 101000 | 0 | 11 | 11101 | 10110000 | 100000 | 111000 |
Color Harmonies of #6CB4AF
Complementary color
Monochromatic Colors of #6CB4AF
Black with #6CB4AF
Text Example
Text Example
White with #6CB4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB4AF; }
p { color: rgb(108,180,175); }
H1.HeaderClassName
{
color: #6CB4AF;
}
.AnyTagClassName
{
color: #6CB4AF;
}
</style>
background-color css
<style>
a { background-color: #6CB4AF; }
a { background-color: rgb(108,180,175); }
div.DivClassName
{
background-color: #6CB4AF;
}
.BgClassName
{
background-color: #6CB4AF;
}
</style>
border-color css
<style>
span { border-color: #6CB4AF; }
span { border-color: rgb(108,180,175); }
td.TdClassName
{
border-color: #6CB4AF;
}
.TagClassName
{
border-color: #6CB4AF;
}
</style>