Shades of Tradewind #6FB1AB
Tints of Tradewind #6FB1AB
RGB
CMYK
RGB Variations
Color information
#6FB1AB (or 0x6FB1AB) is known color: Tradewind. HEX triplet: 6F, B1 and AB. RGB value is (111,177,171). Sum of RGB (Red+Green+Blue) = 111+177+171=459 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.18% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 177 - color contains mainly: green. Hex color #6FB1AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FB1AB is #904E54. Grayscale: #9C9C9C. Windows color (decimal): -9457237 or 11252079. OLE color: 11252079.
HSL color Cylindrical-coordinate representation of color #6FB1AB: hue angle of 174.55º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6FB1AB is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 177 | 171 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.31 |
| HSL | 174.55º | 0.3% | 0.56% | - |
| HSV(B) | 174.55º | 0.37% | 0.69% | - |
| XYZ | 29.63 | 37.76 | 44.26 | - |
| YUV | 156.58 | 136.13 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 177 | 171 | 0.37 | 0 | 0.03 | 0.31 | 174.55 | 0.3 | 0.56 |
| Hex | 6F | B1 | AB | 25 | 0 | 3 | 1F | AF | 1E | 38 |
| Octal | 157 | 261 | 253 | 45 | 0 | 3 | 37 | 257 | 36 | 70 |
| Binary | 1101111 | 10110001 | 10101011 | 100101 | 0 | 11 | 11111 | 10101111 | 11110 | 111000 |
Color Harmonies of #6FB1AB
Complementary color
Monochromatic Colors of #6FB1AB
Black with #6FB1AB
Text Example
Text Example
White with #6FB1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB1AB; }
p { color: rgb(111,177,171); }
H1.HeaderClassName
{
color: #6FB1AB;
}
.AnyTagClassName
{
color: #6FB1AB;
}
</style>
background-color css
<style>
a { background-color: #6FB1AB; }
a { background-color: rgb(111,177,171); }
div.DivClassName
{
background-color: #6FB1AB;
}
.BgClassName
{
background-color: #6FB1AB;
}
</style>
border-color css
<style>
span { border-color: #6FB1AB; }
span { border-color: rgb(111,177,171); }
td.TdClassName
{
border-color: #6FB1AB;
}
.TagClassName
{
border-color: #6FB1AB;
}
</style>