Shades of Lynch #647A86
Tints of Lynch #647A86
RGB
CMYK
RGB Variations
Color information
#647A86 (or 0x647A86) is known color: Lynch. HEX triplet: 64, 7A and 86. RGB value is (100,122,134). Sum of RGB (Red+Green+Blue) = 100+122+134=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 134 - color contains mainly: blue. Hex color #647A86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647A86 is #9B8579. Grayscale: #747474. Windows color (decimal): -10192250 or 8813156. OLE color: 8813156.
HSL color Cylindrical-coordinate representation of color #647A86: hue angle of 201.18º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #647A86 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 122 | 134 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.47 |
| HSL | 201.18º | 0.15% | 0.46% | - |
| HSV(B) | 201.18º | 0.25% | 0.53% | - |
| XYZ | 16.52 | 18.35 | 25.23 | - |
| YUV | 116.79 | 137.71 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 134 | 0.25 | 0.09 | 0 | 0.47 | 201.18 | 0.15 | 0.46 |
| Hex | 64 | 7A | 86 | 19 | 9 | 0 | 2F | C9 | F | 2E |
| Octal | 144 | 172 | 206 | 31 | 11 | 0 | 57 | 311 | 17 | 56 |
| Binary | 1100100 | 1111010 | 10000110 | 11001 | 1001 | 0 | 101111 | 11001001 | 1111 | 101110 |
Color Harmonies of #647A86
Complementary color
Monochromatic Colors of #647A86
Black with #647A86
Text Example
Text Example
White with #647A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647A86; }
p { color: rgb(100,122,134); }
H1.HeaderClassName
{
color: #647A86;
}
.AnyTagClassName
{
color: #647A86;
}
</style>
background-color css
<style>
a { background-color: #647A86; }
a { background-color: rgb(100,122,134); }
div.DivClassName
{
background-color: #647A86;
}
.BgClassName
{
background-color: #647A86;
}
</style>
border-color css
<style>
span { border-color: #647A86; }
span { border-color: rgb(100,122,134); }
td.TdClassName
{
border-color: #647A86;
}
.TagClassName
{
border-color: #647A86;
}
</style>