Shades of Tradewind #64A69C
Tints of Tradewind #64A69C
RGB
CMYK
RGB Variations
Color information
#64A69C (or 0x64A69C) is known color: Tradewind. HEX triplet: 64, A6 and 9C. RGB value is (100,166,156). Sum of RGB (Red+Green+Blue) = 100+166+156=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 166 - color contains mainly: green. Hex color #64A69C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A69C is #9B5963. Grayscale: #919191. Windows color (decimal): -10180964 or 10266212. OLE color: 10266212.
HSL color Cylindrical-coordinate representation of color #64A69C: hue angle of 170.91º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64A69C is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 100 | 166 | 156 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.35 |
| HSL | 170.91º | 0.27% | 0.52% | - |
| HSV(B) | 170.91º | 0.4% | 0.65% | - |
| XYZ | 24.89 | 32.38 | 36.39 | - |
| YUV | 145.13 | 134.13 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 166 | 156 | 0.40 | 0 | 0.06 | 0.35 | 170.91 | 0.27 | 0.52 |
| Hex | 64 | A6 | 9C | 28 | 0 | 6 | 23 | AB | 1B | 34 |
| Octal | 144 | 246 | 234 | 50 | 0 | 6 | 43 | 253 | 33 | 64 |
| Binary | 1100100 | 10100110 | 10011100 | 101000 | 0 | 110 | 100011 | 10101011 | 11011 | 110100 |
Color Harmonies of #64A69C
Complementary color
Monochromatic Colors of #64A69C
Black with #64A69C
Text Example
Text Example
White with #64A69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A69C; }
p { color: rgb(100,166,156); }
H1.HeaderClassName
{
color: #64A69C;
}
.AnyTagClassName
{
color: #64A69C;
}
</style>
background-color css
<style>
a { background-color: #64A69C; }
a { background-color: rgb(100,166,156); }
div.DivClassName
{
background-color: #64A69C;
}
.BgClassName
{
background-color: #64A69C;
}
</style>
border-color css
<style>
span { border-color: #64A69C; }
span { border-color: rgb(100,166,156); }
td.TdClassName
{
border-color: #64A69C;
}
.TagClassName
{
border-color: #64A69C;
}
</style>