Shades of Lynch #647A87
Tints of Lynch #647A87
RGB
CMYK
RGB Variations
Color information
#647A87 (or 0x647A87) is known color: Lynch. HEX triplet: 64, 7A and 87. RGB value is (100,122,135). Sum of RGB (Red+Green+Blue) = 100+122+135=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 135 - color contains mainly: blue. Hex color #647A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647A87 is #9B8578. Grayscale: #747474. Windows color (decimal): -10192249 or 8878692. OLE color: 8878692.
HSL color Cylindrical-coordinate representation of color #647A87: hue angle of 202.29º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #647A87 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 122 | 135 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.47 |
| HSL | 202.29º | 0.15% | 0.46% | - |
| HSV(B) | 202.29º | 0.26% | 0.53% | - |
| XYZ | 16.59 | 18.38 | 25.59 | - |
| YUV | 116.9 | 138.21 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 135 | 0.26 | 0.10 | 0 | 0.47 | 202.29 | 0.15 | 0.46 |
| Hex | 64 | 7A | 87 | 1A | A | 0 | 2F | CA | F | 2E |
| Octal | 144 | 172 | 207 | 32 | 12 | 0 | 57 | 312 | 17 | 56 |
| Binary | 1100100 | 1111010 | 10000111 | 11010 | 1010 | 0 | 101111 | 11001010 | 1111 | 101110 |
Color Harmonies of #647A87
Complementary color
Monochromatic Colors of #647A87
Black with #647A87
Text Example
Text Example
White with #647A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647A87; }
p { color: rgb(100,122,135); }
H1.HeaderClassName
{
color: #647A87;
}
.AnyTagClassName
{
color: #647A87;
}
</style>
background-color css
<style>
a { background-color: #647A87; }
a { background-color: rgb(100,122,135); }
div.DivClassName
{
background-color: #647A87;
}
.BgClassName
{
background-color: #647A87;
}
</style>
border-color css
<style>
span { border-color: #647A87; }
span { border-color: rgb(100,122,135); }
td.TdClassName
{
border-color: #647A87;
}
.TagClassName
{
border-color: #647A87;
}
</style>