#647685

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

Shades of Lynch #647685

Tints of Lynch #647685

Color information

#647685 (or 0x647685) is unknown color: approx Lynch. HEX triplet: 64, 76 and 85. RGB value is (100,118,133). Sum of RGB (Red+Green+Blue) = 100+118+133=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 133 - color contains mainly: blue. Hex color #647685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647685 is #9B897A. Grayscale: #727272. Windows color (decimal): -10193275 or 8746596. OLE color: 8746596.

HSL color Cylindrical-coordinate representation of color #647685: hue angle of 207.27º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #647685 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB100118133-
CMYK0.250.1100.48
HSL207.27º14.16%45.69%-
HSV(B)207.27º24.81%52.16%-
XYZ15.9717.3624.7-
YUV114.33138.54117.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.49%
GREEN value IS 118 (46.48% from 255) = 33.62%
BLUE value IS 133 (52.34% from 255) = 37.89%
R=28.49%
G=33.62%
B=37.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001181330.250.1100.48207.2714.1645.69
Hex64768519B030cfe2e
Octal14416620531130603171656
Binary11001001110110100001011100110110110000110011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647685; }

 p { color: rgb(100,118,133); }

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

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

 a { background-color: rgb(100,118,133); }

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

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

 span { border-color: rgb(100,118,133); }

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