#647D8E

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

Shades of Lynch #647D8E

Tints of Lynch #647D8E

Color information

#647D8E (or 0x647D8E) is unknown color: approx Lynch. HEX triplet: 64, 7D and 8E. RGB value is (100,125,142). Sum of RGB (Red+Green+Blue) = 100+125+142=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 142 - color contains mainly: blue. Hex color #647D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647D8E is #9B8271. Grayscale: #777777. Windows color (decimal): -10191474 or 9338212. OLE color: 9338212.

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

Color convert

RGB100125142-
CMYK0.300.1200.44
HSL204.29º17.36%47.45%-
HSV(B)204.29º29.58%55.69%-
XYZ17.4719.3328.4-
YUV119.46140.72114.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.25%
GREEN value IS 125 (49.22% from 255) = 34.06%
BLUE value IS 142 (55.86% from 255) = 38.69%
R=27.25%
G=34.06%
B=38.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001251420.300.1200.44204.2917.3647.45
Hex647D8E1EC02Ccc112f
Octal14417521636140543142157
Binary110010011111011000111011110110001011001100110010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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