#647481

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

Shades of Lynch #647481

Tints of Lynch #647481

Color information

#647481 (or 0x647481) is unknown color: approx Lynch. HEX triplet: 64, 74 and 81. RGB value is (100,116,129). Sum of RGB (Red+Green+Blue) = 100+116+129=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 129 - color contains mainly: blue. Hex color #647481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647481 is #9B8B7E. Grayscale: #707070. Windows color (decimal): -10193791 or 8483940. OLE color: 8483940.

HSL color Cylindrical-coordinate representation of color #647481: hue angle of 206.9º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #647481 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB100116129-
CMYK0.220.1000.49
HSL206.9º12.66%44.9%-
HSV(B)206.9º22.48%50.59%-
XYZ15.4616.7923.19-
YUV112.7137.2118.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.99%
GREEN value IS 116 (45.70% from 255) = 33.62%
BLUE value IS 129 (50.78% from 255) = 37.39%
R=28.99%
G=33.62%
B=37.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1001161290.220.1000.49206.912.6644.9
Hex64748116A031cfd2d
Octal14416420126120613171555
Binary11001001110100100000011011010100110001110011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647481; }

 p { color: rgb(100,116,129); }

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

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

 a { background-color: rgb(100,116,129); }

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

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

 span { border-color: rgb(100,116,129); }

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