#647E8E

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

Shades of Lynch #647E8E

Tints of Lynch #647E8E

Color information

#647E8E (or 0x647E8E) is unknown color: approx Lynch. HEX triplet: 64, 7E and 8E. RGB value is (100,126,142). Sum of RGB (Red+Green+Blue) = 100+126+142=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 142 - color contains mainly: blue. Hex color #647E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647E8E is #9B8171. Grayscale: #777777. Windows color (decimal): -10191218 or 9338468. OLE color: 9338468.

HSL color Cylindrical-coordinate representation of color #647E8E: hue angle of 202.86º 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 #647E8E is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB100126142-
CMYK0.300.1100.44
HSL202.86º17.36%47.45%-
HSV(B)202.86º29.58%55.69%-
XYZ17.619.5828.44-
YUV120.05140.39113.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.17%
GREEN value IS 126 (49.61% from 255) = 34.24%
BLUE value IS 142 (55.86% from 255) = 38.59%
R=27.17%
G=34.24%
B=38.59%

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
Decimal1001261420.300.1100.44202.8617.3647.45
Hex647E8E1EB02Ccb112f
Octal14417621636130543132157
Binary110010011111101000111011110101101011001100101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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