Shades of Tradewind #6FB5AF
Tints of Tradewind #6FB5AF
RGB
CMYK
RGB Variations
Color information
#6FB5AF (or 0x6FB5AF) is known color: Tradewind. HEX triplet: 6F, B5 and AF. RGB value is (111,181,175). Sum of RGB (Red+Green+Blue) = 111+181+175=467 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.77% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 181 - color contains mainly: green. Hex color #6FB5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB5AF is #904A50. Grayscale: #9F9F9F. Windows color (decimal): -9456209 or 11515247. OLE color: 11515247.
HSL color Cylindrical-coordinate representation of color #6FB5AF: hue angle of 174.86º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6FB5AF is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 181 | 175 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.29 |
| HSL | 174.86º | 0.32% | 0.57% | - |
| HSV(B) | 174.86º | 0.39% | 0.71% | - |
| XYZ | 30.82 | 39.52 | 46.56 | - |
| YUV | 159.39 | 136.81 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 181 | 175 | 0.39 | 0 | 0.03 | 0.29 | 174.86 | 0.32 | 0.57 |
| Hex | 6F | B5 | AF | 27 | 0 | 3 | 1D | AF | 20 | 39 |
| Octal | 157 | 265 | 257 | 47 | 0 | 3 | 35 | 257 | 40 | 71 |
| Binary | 1101111 | 10110101 | 10101111 | 100111 | 0 | 11 | 11101 | 10101111 | 100000 | 111001 |
Color Harmonies of #6FB5AF
Complementary color
Monochromatic Colors of #6FB5AF
Black with #6FB5AF
Text Example
Text Example
White with #6FB5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB5AF; }
p { color: rgb(111,181,175); }
H1.HeaderClassName
{
color: #6FB5AF;
}
.AnyTagClassName
{
color: #6FB5AF;
}
</style>
background-color css
<style>
a { background-color: #6FB5AF; }
a { background-color: rgb(111,181,175); }
div.DivClassName
{
background-color: #6FB5AF;
}
.BgClassName
{
background-color: #6FB5AF;
}
</style>
border-color css
<style>
span { border-color: #6FB5AF; }
span { border-color: rgb(111,181,175); }
td.TdClassName
{
border-color: #6FB5AF;
}
.TagClassName
{
border-color: #6FB5AF;
}
</style>