Shades of Tradewind #6CB7B3
Tints of Tradewind #6CB7B3
RGB
CMYK
RGB Variations
Color information
#6CB7B3 (or 0x6CB7B3) is known color: Tradewind. HEX triplet: 6C, B7 and B3. RGB value is (108,183,179). Sum of RGB (Red+Green+Blue) = 108+183+179=470 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.98% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 183 - color contains mainly: green. Hex color #6CB7B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CB7B3 is #93484C. Grayscale: #A0A0A0. Windows color (decimal): -9652301 or 11777900. OLE color: 11777900.
HSL color Cylindrical-coordinate representation of color #6CB7B3: hue angle of 176.8º 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 #6CB7B3 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 108 | 183 | 179 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.28 |
| HSL | 176.8º | 0.34% | 0.57% | - |
| HSV(B) | 176.8º | 0.41% | 0.72% | - |
| XYZ | 31.25 | 40.31 | 48.78 | - |
| YUV | 160.12 | 138.65 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 183 | 179 | 0.41 | 0 | 0.02 | 0.28 | 176.8 | 0.34 | 0.57 |
| Hex | 6C | B7 | B3 | 29 | 0 | 2 | 1C | B1 | 22 | 39 |
| Octal | 154 | 267 | 263 | 51 | 0 | 2 | 34 | 261 | 42 | 71 |
| Binary | 1101100 | 10110111 | 10110011 | 101001 | 0 | 10 | 11100 | 10110001 | 100010 | 111001 |
Color Harmonies of #6CB7B3
Complementary color
Monochromatic Colors of #6CB7B3
Black with #6CB7B3
Text Example
Text Example
White with #6CB7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB7B3; }
p { color: rgb(108,183,179); }
H1.HeaderClassName
{
color: #6CB7B3;
}
.AnyTagClassName
{
color: #6CB7B3;
}
</style>
background-color css
<style>
a { background-color: #6CB7B3; }
a { background-color: rgb(108,183,179); }
div.DivClassName
{
background-color: #6CB7B3;
}
.BgClassName
{
background-color: #6CB7B3;
}
</style>
border-color css
<style>
span { border-color: #6CB7B3; }
span { border-color: rgb(108,183,179); }
td.TdClassName
{
border-color: #6CB7B3;
}
.TagClassName
{
border-color: #6CB7B3;
}
</style>