Shades of Tradewind #6CB1A9
Tints of Tradewind #6CB1A9
RGB
CMYK
RGB Variations
Color information
#6CB1A9 (or 0x6CB1A9) is known color: Tradewind. HEX triplet: 6C, B1 and A9. RGB value is (108,177,169). Sum of RGB (Red+Green+Blue) = 108+177+169=454 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.79% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 169 (66.41% from 255 or 37.22% from 454); Max value from RGB is 177 - color contains mainly: green. Hex color #6CB1A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CB1A9 is #934E56. Grayscale: #9B9B9B. Windows color (decimal): -9653847 or 11121004. OLE color: 11121004.
HSL color Cylindrical-coordinate representation of color #6CB1A9: hue angle of 173.04º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6CB1A9 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 177 | 169 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.31 |
| HSL | 173.04º | 0.31% | 0.56% | - |
| HSV(B) | 173.04º | 0.39% | 0.69% | - |
| XYZ | 29.07 | 37.5 | 43.24 | - |
| YUV | 155.46 | 135.64 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 177 | 169 | 0.39 | 0 | 0.05 | 0.31 | 173.04 | 0.31 | 0.56 |
| Hex | 6C | B1 | A9 | 27 | 0 | 5 | 1F | AD | 1F | 38 |
| Octal | 154 | 261 | 251 | 47 | 0 | 5 | 37 | 255 | 37 | 70 |
| Binary | 1101100 | 10110001 | 10101001 | 100111 | 0 | 101 | 11111 | 10101101 | 11111 | 111000 |
Color Harmonies of #6CB1A9
Complementary color
Monochromatic Colors of #6CB1A9
Black with #6CB1A9
Text Example
Text Example
White with #6CB1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB1A9; }
p { color: rgb(108,177,169); }
H1.HeaderClassName
{
color: #6CB1A9;
}
.AnyTagClassName
{
color: #6CB1A9;
}
</style>
background-color css
<style>
a { background-color: #6CB1A9; }
a { background-color: rgb(108,177,169); }
div.DivClassName
{
background-color: #6CB1A9;
}
.BgClassName
{
background-color: #6CB1A9;
}
</style>
border-color css
<style>
span { border-color: #6CB1A9; }
span { border-color: rgb(108,177,169); }
td.TdClassName
{
border-color: #6CB1A9;
}
.TagClassName
{
border-color: #6CB1A9;
}
</style>