Shades of Tradewind #6BBAB4
Tints of Tradewind #6BBAB4
RGB
CMYK
RGB Variations
Color information
#6BBAB4 (or 0x6BBAB4) is known color: Tradewind. HEX triplet: 6B, BA and B4. RGB value is (107,186,180). Sum of RGB (Red+Green+Blue) = 107+186+180=473 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.62% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBAB4 is #94454B. Grayscale: #A1A1A1. Windows color (decimal): -9717068 or 11844203. OLE color: 11844203.
HSL color Cylindrical-coordinate representation of color #6BBAB4: hue angle of 175.44º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BBAB4 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 186 | 180 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.27 |
| HSL | 175.44º | 0.36% | 0.57% | - |
| HSV(B) | 175.44º | 0.42% | 0.73% | - |
| XYZ | 31.86 | 41.54 | 49.52 | - |
| YUV | 161.7 | 138.33 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 186 | 180 | 0.42 | 0 | 0.03 | 0.27 | 175.44 | 0.36 | 0.57 |
| Hex | 6B | BA | B4 | 2A | 0 | 3 | 1B | AF | 24 | 39 |
| Octal | 153 | 272 | 264 | 52 | 0 | 3 | 33 | 257 | 44 | 71 |
| Binary | 1101011 | 10111010 | 10110100 | 101010 | 0 | 11 | 11011 | 10101111 | 100100 | 111001 |
Color Harmonies of #6BBAB4
Complementary color
Monochromatic Colors of #6BBAB4
Black with #6BBAB4
Text Example
Text Example
White with #6BBAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBAB4; }
p { color: rgb(107,186,180); }
H1.HeaderClassName
{
color: #6BBAB4;
}
.AnyTagClassName
{
color: #6BBAB4;
}
</style>
background-color css
<style>
a { background-color: #6BBAB4; }
a { background-color: rgb(107,186,180); }
div.DivClassName
{
background-color: #6BBAB4;
}
.BgClassName
{
background-color: #6BBAB4;
}
</style>
border-color css
<style>
span { border-color: #6BBAB4; }
span { border-color: rgb(107,186,180); }
td.TdClassName
{
border-color: #6BBAB4;
}
.TagClassName
{
border-color: #6BBAB4;
}
</style>