Shades of Tradewind #6BBCB4
Tints of Tradewind #6BBCB4
RGB
CMYK
RGB Variations
Color information
#6BBCB4 (or 0x6BBCB4) is known color: Tradewind. HEX triplet: 6B, BC and B4. RGB value is (107,188,180). Sum of RGB (Red+Green+Blue) = 107+188+180=475 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.53% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBCB4 is #94434B. Grayscale: #A2A2A2. Windows color (decimal): -9716556 or 11844715. OLE color: 11844715.
HSL color Cylindrical-coordinate representation of color #6BBCB4: hue angle of 174.07º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BBCB4 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 188 | 180 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.26 |
| HSL | 174.07º | 0.38% | 0.58% | - |
| HSV(B) | 174.07º | 0.43% | 0.74% | - |
| XYZ | 32.28 | 42.39 | 49.66 | - |
| YUV | 162.87 | 137.66 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 180 | 0.43 | 0 | 0.04 | 0.26 | 174.07 | 0.38 | 0.58 |
| Hex | 6B | BC | B4 | 2B | 0 | 4 | 1A | AE | 26 | 3A |
| Octal | 153 | 274 | 264 | 53 | 0 | 4 | 32 | 256 | 46 | 72 |
| Binary | 1101011 | 10111100 | 10110100 | 101011 | 0 | 100 | 11010 | 10101110 | 100110 | 111010 |
Color Harmonies of #6BBCB4
Complementary color
Monochromatic Colors of #6BBCB4
Black with #6BBCB4
Text Example
Text Example
White with #6BBCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBCB4; }
p { color: rgb(107,188,180); }
H1.HeaderClassName
{
color: #6BBCB4;
}
.AnyTagClassName
{
color: #6BBCB4;
}
</style>
background-color css
<style>
a { background-color: #6BBCB4; }
a { background-color: rgb(107,188,180); }
div.DivClassName
{
background-color: #6BBCB4;
}
.BgClassName
{
background-color: #6BBCB4;
}
</style>
border-color css
<style>
span { border-color: #6BBCB4; }
span { border-color: rgb(107,188,180); }
td.TdClassName
{
border-color: #6BBCB4;
}
.TagClassName
{
border-color: #6BBCB4;
}
</style>