Shades of Tradewind #6BB09F
Tints of Tradewind #6BB09F
RGB
CMYK
RGB Variations
Color information
#6BB09F (or 0x6BB09F) is known color: Tradewind. HEX triplet: 6B, B0 and 9F. RGB value is (107,176,159). Sum of RGB (Red+Green+Blue) = 107+176+159=442 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.21% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 176 - color contains mainly: green. Hex color #6BB09F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BB09F is #944F60. Grayscale: #999999. Windows color (decimal): -9719649 or 10465387. OLE color: 10465387.
HSL color Cylindrical-coordinate representation of color #6BB09F: hue angle of 165.22º 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 #6BB09F is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 176 | 159 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.31 |
| HSL | 165.22º | 0.3% | 0.55% | - |
| HSV(B) | 165.22º | 0.39% | 0.69% | - |
| XYZ | 27.85 | 36.68 | 38.41 | - |
| YUV | 153.43 | 131.14 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 176 | 159 | 0.39 | 0 | 0.10 | 0.31 | 165.22 | 0.3 | 0.55 |
| Hex | 6B | B0 | 9F | 27 | 0 | A | 1F | A5 | 1E | 37 |
| Octal | 153 | 260 | 237 | 47 | 0 | 12 | 37 | 245 | 36 | 67 |
| Binary | 1101011 | 10110000 | 10011111 | 100111 | 0 | 1010 | 11111 | 10100101 | 11110 | 110111 |
Color Harmonies of #6BB09F
Complementary color
Monochromatic Colors of #6BB09F
Black with #6BB09F
Text Example
Text Example
White with #6BB09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB09F; }
p { color: rgb(107,176,159); }
H1.HeaderClassName
{
color: #6BB09F;
}
.AnyTagClassName
{
color: #6BB09F;
}
</style>
background-color css
<style>
a { background-color: #6BB09F; }
a { background-color: rgb(107,176,159); }
div.DivClassName
{
background-color: #6BB09F;
}
.BgClassName
{
background-color: #6BB09F;
}
</style>
border-color css
<style>
span { border-color: #6BB09F; }
span { border-color: rgb(107,176,159); }
td.TdClassName
{
border-color: #6BB09F;
}
.TagClassName
{
border-color: #6BB09F;
}
</style>