Shades of Tradewind #6BB0A7
Tints of Tradewind #6BB0A7
RGB
CMYK
RGB Variations
Color information
#6BB0A7 (or 0x6BB0A7) is known color: Tradewind. HEX triplet: 6B, B0 and A7. RGB value is (107,176,167). Sum of RGB (Red+Green+Blue) = 107+176+167=450 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.78% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 167 (65.62% from 255 or 37.11% from 450); Max value from RGB is 176 - color contains mainly: green. Hex color #6BB0A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BB0A7 is #944F58. Grayscale: #9A9A9A. Windows color (decimal): -9719641 or 10989675. OLE color: 10989675.
HSL color Cylindrical-coordinate representation of color #6BB0A7: hue angle of 172.17º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BB0A7 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 176 | 167 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.31 |
| HSL | 172.17º | 0.3% | 0.55% | - |
| HSV(B) | 172.17º | 0.39% | 0.69% | - |
| XYZ | 28.56 | 36.97 | 42.19 | - |
| YUV | 154.34 | 135.14 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 176 | 167 | 0.39 | 0 | 0.05 | 0.31 | 172.17 | 0.3 | 0.55 |
| Hex | 6B | B0 | A7 | 27 | 0 | 5 | 1F | AC | 1E | 37 |
| Octal | 153 | 260 | 247 | 47 | 0 | 5 | 37 | 254 | 36 | 67 |
| Binary | 1101011 | 10110000 | 10100111 | 100111 | 0 | 101 | 11111 | 10101100 | 11110 | 110111 |
Color Harmonies of #6BB0A7
Complementary color
Monochromatic Colors of #6BB0A7
Black with #6BB0A7
Text Example
Text Example
White with #6BB0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB0A7; }
p { color: rgb(107,176,167); }
H1.HeaderClassName
{
color: #6BB0A7;
}
.AnyTagClassName
{
color: #6BB0A7;
}
</style>
background-color css
<style>
a { background-color: #6BB0A7; }
a { background-color: rgb(107,176,167); }
div.DivClassName
{
background-color: #6BB0A7;
}
.BgClassName
{
background-color: #6BB0A7;
}
</style>
border-color css
<style>
span { border-color: #6BB0A7; }
span { border-color: rgb(107,176,167); }
td.TdClassName
{
border-color: #6BB0A7;
}
.TagClassName
{
border-color: #6BB0A7;
}
</style>