Shades of Tradewind #6FB1A7
Tints of Tradewind #6FB1A7
RGB
CMYK
RGB Variations
Color information
#6FB1A7 (or 0x6FB1A7) is known color: Tradewind. HEX triplet: 6F, B1 and A7. RGB value is (111,177,167). Sum of RGB (Red+Green+Blue) = 111+177+167=455 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.40% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 167 (65.62% from 255 or 36.70% from 455); Max value from RGB is 177 - color contains mainly: green. Hex color #6FB1A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FB1A7 is #904E58. Grayscale: #9C9C9C. Windows color (decimal): -9457241 or 10989935. OLE color: 10989935.
HSL color Cylindrical-coordinate representation of color #6FB1A7: hue angle of 170.91º 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 #6FB1A7 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 177 | 167 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.31 |
| HSL | 170.91º | 0.3% | 0.56% | - |
| HSV(B) | 170.91º | 0.37% | 0.69% | - |
| XYZ | 29.25 | 37.61 | 42.28 | - |
| YUV | 156.13 | 134.13 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 177 | 167 | 0.37 | 0 | 0.06 | 0.31 | 170.91 | 0.3 | 0.56 |
| Hex | 6F | B1 | A7 | 25 | 0 | 6 | 1F | AB | 1E | 38 |
| Octal | 157 | 261 | 247 | 45 | 0 | 6 | 37 | 253 | 36 | 70 |
| Binary | 1101111 | 10110001 | 10100111 | 100101 | 0 | 110 | 11111 | 10101011 | 11110 | 111000 |
Color Harmonies of #6FB1A7
Complementary color
Monochromatic Colors of #6FB1A7
Black with #6FB1A7
Text Example
Text Example
White with #6FB1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB1A7; }
p { color: rgb(111,177,167); }
H1.HeaderClassName
{
color: #6FB1A7;
}
.AnyTagClassName
{
color: #6FB1A7;
}
</style>
background-color css
<style>
a { background-color: #6FB1A7; }
a { background-color: rgb(111,177,167); }
div.DivClassName
{
background-color: #6FB1A7;
}
.BgClassName
{
background-color: #6FB1A7;
}
</style>
border-color css
<style>
span { border-color: #6FB1A7; }
span { border-color: rgb(111,177,167); }
td.TdClassName
{
border-color: #6FB1A7;
}
.TagClassName
{
border-color: #6FB1A7;
}
</style>