Shades of Tradewind #6BAC9C
Tints of Tradewind #6BAC9C
RGB
CMYK
RGB Variations
Color information
#6BAC9C (or 0x6BAC9C) is known color: Tradewind. HEX triplet: 6B, AC and 9C. RGB value is (107,172,156). Sum of RGB (Red+Green+Blue) = 107+172+156=435 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.60% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAC9C is #945363. Grayscale: #969696. Windows color (decimal): -9720676 or 10267755. OLE color: 10267755.
HSL color Cylindrical-coordinate representation of color #6BAC9C: hue angle of 165.23º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6BAC9C is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 172 | 156 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.33 |
| HSL | 165.23º | 0.28% | 0.55% | - |
| HSV(B) | 165.23º | 0.38% | 0.67% | - |
| XYZ | 26.82 | 35.03 | 36.8 | - |
| YUV | 150.74 | 130.97 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 172 | 156 | 0.38 | 0 | 0.09 | 0.33 | 165.23 | 0.28 | 0.55 |
| Hex | 6B | AC | 9C | 26 | 0 | 9 | 21 | A5 | 1C | 37 |
| Octal | 153 | 254 | 234 | 46 | 0 | 11 | 41 | 245 | 34 | 67 |
| Binary | 1101011 | 10101100 | 10011100 | 100110 | 0 | 1001 | 100001 | 10100101 | 11100 | 110111 |
Color Harmonies of #6BAC9C
Complementary color
Monochromatic Colors of #6BAC9C
Black with #6BAC9C
Text Example
Text Example
White with #6BAC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAC9C; }
p { color: rgb(107,172,156); }
H1.HeaderClassName
{
color: #6BAC9C;
}
.AnyTagClassName
{
color: #6BAC9C;
}
</style>
background-color css
<style>
a { background-color: #6BAC9C; }
a { background-color: rgb(107,172,156); }
div.DivClassName
{
background-color: #6BAC9C;
}
.BgClassName
{
background-color: #6BAC9C;
}
</style>
border-color css
<style>
span { border-color: #6BAC9C; }
span { border-color: rgb(107,172,156); }
td.TdClassName
{
border-color: #6BAC9C;
}
.TagClassName
{
border-color: #6BAC9C;
}
</style>