Shades of Lynch #647B89
Tints of Lynch #647B89
RGB
CMYK
RGB Variations
Color information
#647B89 (or 0x647B89) is known color: Lynch. HEX triplet: 64, 7B and 89. RGB value is (100,123,137). Sum of RGB (Red+Green+Blue) = 100+123+137=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 137 - color contains mainly: blue. Hex color #647B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647B89 is #9B8476. Grayscale: #757575. Windows color (decimal): -10191991 or 9010020. OLE color: 9010020.
HSL color Cylindrical-coordinate representation of color #647B89: hue angle of 202.7º 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 #647B89 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 123 | 137 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.46 |
| HSL | 202.7º | 0.16% | 0.46% | - |
| HSV(B) | 202.7º | 0.27% | 0.54% | - |
| XYZ | 16.85 | 18.68 | 26.38 | - |
| YUV | 117.72 | 138.88 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 123 | 137 | 0.27 | 0.10 | 0 | 0.46 | 202.7 | 0.16 | 0.46 |
| Hex | 64 | 7B | 89 | 1B | A | 0 | 2E | CB | 10 | 2E |
| Octal | 144 | 173 | 211 | 33 | 12 | 0 | 56 | 313 | 20 | 56 |
| Binary | 1100100 | 1111011 | 10001001 | 11011 | 1010 | 0 | 101110 | 11001011 | 10000 | 101110 |
Color Harmonies of #647B89
Complementary color
Monochromatic Colors of #647B89
Black with #647B89
Text Example
Text Example
White with #647B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647B89; }
p { color: rgb(100,123,137); }
H1.HeaderClassName
{
color: #647B89;
}
.AnyTagClassName
{
color: #647B89;
}
</style>
background-color css
<style>
a { background-color: #647B89; }
a { background-color: rgb(100,123,137); }
div.DivClassName
{
background-color: #647B89;
}
.BgClassName
{
background-color: #647B89;
}
</style>
border-color css
<style>
span { border-color: #647B89; }
span { border-color: rgb(100,123,137); }
td.TdClassName
{
border-color: #647B89;
}
.TagClassName
{
border-color: #647B89;
}
</style>