Shades of Lynch #647A89
Tints of Lynch #647A89
RGB
CMYK
RGB Variations
Color information
#647A89 (or 0x647A89) is known color: Lynch. HEX triplet: 64, 7A and 89. RGB value is (100,122,137). Sum of RGB (Red+Green+Blue) = 100+122+137=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 137 - color contains mainly: blue. Hex color #647A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647A89 is #9B8576. Grayscale: #757575. Windows color (decimal): -10192247 or 9009764. OLE color: 9009764.
HSL color Cylindrical-coordinate representation of color #647A89: hue angle of 204.32º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #647A89 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 122 | 137 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.46 |
| HSL | 204.32º | 0.16% | 0.46% | - |
| HSV(B) | 204.32º | 0.27% | 0.54% | - |
| XYZ | 16.73 | 18.43 | 26.34 | - |
| YUV | 117.13 | 139.21 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 137 | 0.27 | 0.11 | 0 | 0.46 | 204.32 | 0.16 | 0.46 |
| Hex | 64 | 7A | 89 | 1B | B | 0 | 2E | CC | 10 | 2E |
| Octal | 144 | 172 | 211 | 33 | 13 | 0 | 56 | 314 | 20 | 56 |
| Binary | 1100100 | 1111010 | 10001001 | 11011 | 1011 | 0 | 101110 | 11001100 | 10000 | 101110 |
Color Harmonies of #647A89
Complementary color
Monochromatic Colors of #647A89
Black with #647A89
Text Example
Text Example
White with #647A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647A89; }
p { color: rgb(100,122,137); }
H1.HeaderClassName
{
color: #647A89;
}
.AnyTagClassName
{
color: #647A89;
}
</style>
background-color css
<style>
a { background-color: #647A89; }
a { background-color: rgb(100,122,137); }
div.DivClassName
{
background-color: #647A89;
}
.BgClassName
{
background-color: #647A89;
}
</style>
border-color css
<style>
span { border-color: #647A89; }
span { border-color: rgb(100,122,137); }
td.TdClassName
{
border-color: #647A89;
}
.TagClassName
{
border-color: #647A89;
}
</style>