#647584

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

Shades of Lynch #647584

Tints of Lynch #647584

Color information

#647584 (or 0x647584) is unknown color: approx Lynch. HEX triplet: 64, 75 and 84. RGB value is (100,117,132). Sum of RGB (Red+Green+Blue) = 100+117+132=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 132 - color contains mainly: blue. Hex color #647584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647584 is #9B8A7B. Grayscale: #717171. Windows color (decimal): -10193532 or 8680804. OLE color: 8680804.

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

Color convert

RGB100117132-
CMYK0.240.1100.48
HSL208.12º13.79%45.49%-
HSV(B)208.12º24.24%51.76%-
XYZ15.7817.124.3-
YUV113.63138.37118.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.65%
GREEN value IS 117 (46.09% from 255) = 33.52%
BLUE value IS 132 (51.95% from 255) = 37.82%
R=28.65%
G=33.52%
B=37.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001171320.240.1100.48208.1213.7945.49
Hex64758418B030d0e2d
Octal14416520430130603201655
Binary11001001110101100001001100010110110000110100001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647584; }

 p { color: rgb(100,117,132); }

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

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

 a { background-color: rgb(100,117,132); }

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

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

 span { border-color: rgb(100,117,132); }

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