#647F8E

Color #647F8E Lynch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lynch #647F8E

Tints of Lynch #647F8E

Color information

#647F8E (or 0x647F8E) is unknown color: approx Lynch. HEX triplet: 64, 7F and 8E. RGB value is (100,127,142). Sum of RGB (Red+Green+Blue) = 100+127+142=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 142 - color contains mainly: blue. Hex color #647F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647F8E is #9B8071. Grayscale: #787878. Windows color (decimal): -10190962 or 9338724. OLE color: 9338724.

HSL color Cylindrical-coordinate representation of color #647F8E: hue angle of 201.43º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #647F8E is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB100127142-
CMYK0.300.1100.44
HSL201.43º17.36%47.45%-
HSV(B)201.43º29.58%55.69%-
XYZ17.7319.8428.49-
YUV120.64140.05113.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 27.10%
GREEN value IS 127 (50% from 255) = 34.42%
BLUE value IS 142 (55.86% from 255) = 38.48%
R=27.10%
G=34.42%
B=38.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001271420.300.1100.44201.4317.3647.45
Hex647F8E1EB02Cc9112f
Octal14417721636130543112157
Binary110010011111111000111011110101101011001100100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647F8E; }

 p { color: rgb(100,127,142); }

 H1.HeaderClassName
 {
   color: #647F8E;
 }
 .AnyTagClassName
 {
   color: #647F8E;
 }
</style>
background-color css

<style>
 a { background-color: #647F8E; }

 a { background-color: rgb(100,127,142); }

 div.DivClassName
 {
   background-color: #647F8E;
 }
 .BgClassName
 {
   background-color: #647F8E;
 }
</style>
border-color css

<style>
 span { border-color: #647F8E; }

 span { border-color: rgb(100,127,142); }

 td.TdClassName
 {
   border-color: #647F8E;
 }
 .TagClassName
 {
   border-color: #647F8E;
 }
</style>