Shades of Tradewind #6DBBB6
Tints of Tradewind #6DBBB6
RGB
CMYK
RGB Variations
Color information
#6DBBB6 (or 0x6DBBB6) is known color: Tradewind. HEX triplet: 6D, BB and B6. RGB value is (109,187,182). Sum of RGB (Red+Green+Blue) = 109+187+182=478 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.80% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 187 - color contains mainly: green. Hex color #6DBBB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBBB6 is #924449. Grayscale: #A3A3A3. Windows color (decimal): -9585738 or 11975533. OLE color: 11975533.
HSL color Cylindrical-coordinate representation of color #6DBBB6: hue angle of 176.15º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBBB6 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 187 | 182 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.27 |
| HSL | 176.15º | 0.36% | 0.58% | - |
| HSV(B) | 176.15º | 0.42% | 0.73% | - |
| XYZ | 32.52 | 42.17 | 50.68 | - |
| YUV | 163.11 | 138.66 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 187 | 182 | 0.42 | 0 | 0.03 | 0.27 | 176.15 | 0.36 | 0.58 |
| Hex | 6D | BB | B6 | 2A | 0 | 3 | 1B | B0 | 24 | 3A |
| Octal | 155 | 273 | 266 | 52 | 0 | 3 | 33 | 260 | 44 | 72 |
| Binary | 1101101 | 10111011 | 10110110 | 101010 | 0 | 11 | 11011 | 10110000 | 100100 | 111010 |
Color Harmonies of #6DBBB6
Complementary color
Monochromatic Colors of #6DBBB6
Black with #6DBBB6
Text Example
Text Example
White with #6DBBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBBB6; }
p { color: rgb(109,187,182); }
H1.HeaderClassName
{
color: #6DBBB6;
}
.AnyTagClassName
{
color: #6DBBB6;
}
</style>
background-color css
<style>
a { background-color: #6DBBB6; }
a { background-color: rgb(109,187,182); }
div.DivClassName
{
background-color: #6DBBB6;
}
.BgClassName
{
background-color: #6DBBB6;
}
</style>
border-color css
<style>
span { border-color: #6DBBB6; }
span { border-color: rgb(109,187,182); }
td.TdClassName
{
border-color: #6DBBB6;
}
.TagClassName
{
border-color: #6DBBB6;
}
</style>