Shades of Lynch #647F90
Tints of Lynch #647F90
RGB
CMYK
RGB Variations
Color information
#647F90 (or 0x647F90) is known color: Lynch. HEX triplet: 64, 7F and 90. RGB value is (100,127,144). Sum of RGB (Red+Green+Blue) = 100+127+144=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 144 - color contains mainly: blue. Hex color #647F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647F90 is #9B806F. Grayscale: #787878. Windows color (decimal): -10190960 or 9469796. OLE color: 9469796.
HSL color Cylindrical-coordinate representation of color #647F90: hue angle of 203.18º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #647F90 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 127 | 144 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.44 |
| HSL | 203.18º | 0.18% | 0.48% | - |
| HSV(B) | 203.18º | 0.31% | 0.56% | - |
| XYZ | 17.88 | 19.9 | 29.28 | - |
| YUV | 120.87 | 141.05 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 127 | 144 | 0.31 | 0.12 | 0 | 0.44 | 203.18 | 0.18 | 0.48 |
| Hex | 64 | 7F | 90 | 1F | C | 0 | 2C | CB | 12 | 30 |
| Octal | 144 | 177 | 220 | 37 | 14 | 0 | 54 | 313 | 22 | 60 |
| Binary | 1100100 | 1111111 | 10010000 | 11111 | 1100 | 0 | 101100 | 11001011 | 10010 | 110000 |
Color Harmonies of #647F90
Complementary color
Monochromatic Colors of #647F90
Black with #647F90
Text Example
Text Example
White with #647F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647F90; }
p { color: rgb(100,127,144); }
H1.HeaderClassName
{
color: #647F90;
}
.AnyTagClassName
{
color: #647F90;
}
</style>
background-color css
<style>
a { background-color: #647F90; }
a { background-color: rgb(100,127,144); }
div.DivClassName
{
background-color: #647F90;
}
.BgClassName
{
background-color: #647F90;
}
</style>
border-color css
<style>
span { border-color: #647F90; }
span { border-color: rgb(100,127,144); }
td.TdClassName
{
border-color: #647F90;
}
.TagClassName
{
border-color: #647F90;
}
</style>