Shades of Tradewind #6BBCB5
Tints of Tradewind #6BBCB5
RGB
CMYK
RGB Variations
Color information
#6BBCB5 (or 0x6BBCB5) is known color: Tradewind. HEX triplet: 6B, BC and B5. RGB value is (107,188,181). Sum of RGB (Red+Green+Blue) = 107+188+181=476 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.48% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBCB5 is #94434A. Grayscale: #A2A2A2. Windows color (decimal): -9716555 or 11910251. OLE color: 11910251.
HSL color Cylindrical-coordinate representation of color #6BBCB5: hue angle of 174.81º 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 #6BBCB5 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 188 | 181 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.26 |
| HSL | 174.81º | 0.38% | 0.58% | - |
| HSV(B) | 174.81º | 0.43% | 0.74% | - |
| XYZ | 32.39 | 42.43 | 50.2 | - |
| YUV | 162.98 | 138.16 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 181 | 0.43 | 0 | 0.04 | 0.26 | 174.81 | 0.38 | 0.58 |
| Hex | 6B | BC | B5 | 2B | 0 | 4 | 1A | AF | 26 | 3A |
| Octal | 153 | 274 | 265 | 53 | 0 | 4 | 32 | 257 | 46 | 72 |
| Binary | 1101011 | 10111100 | 10110101 | 101011 | 0 | 100 | 11010 | 10101111 | 100110 | 111010 |
Color Harmonies of #6BBCB5
Complementary color
Monochromatic Colors of #6BBCB5
Black with #6BBCB5
Text Example
Text Example
White with #6BBCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBCB5; }
p { color: rgb(107,188,181); }
H1.HeaderClassName
{
color: #6BBCB5;
}
.AnyTagClassName
{
color: #6BBCB5;
}
</style>
background-color css
<style>
a { background-color: #6BBCB5; }
a { background-color: rgb(107,188,181); }
div.DivClassName
{
background-color: #6BBCB5;
}
.BgClassName
{
background-color: #6BBCB5;
}
</style>
border-color css
<style>
span { border-color: #6BBCB5; }
span { border-color: rgb(107,188,181); }
td.TdClassName
{
border-color: #6BBCB5;
}
.TagClassName
{
border-color: #6BBCB5;
}
</style>