#647F92

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

Shades of Lynch #647F92

Tints of Lynch #647F92

Color information

#647F92 (or 0x647F92) is unknown color: approx Lynch. HEX triplet: 64, 7F and 92. RGB value is (100,127,146). Sum of RGB (Red+Green+Blue) = 100+127+146=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 146 - color contains mainly: blue. Hex color #647F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647F92 is #9B806D. Grayscale: #787878. Windows color (decimal): -10190958 or 9600868. OLE color: 9600868.

HSL color Cylindrical-coordinate representation of color #647F92: hue angle of 204.78º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #647F92 is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB100127146-
CMYK0.320.1300.43
HSL204.78º18.7%48.24%-
HSV(B)204.78º31.51%57.25%-
XYZ18.0319.9630.1-
YUV121.09142.05112.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.81%
GREEN value IS 127 (50% from 255) = 34.05%
BLUE value IS 146 (57.42% from 255) = 39.14%
R=26.81%
G=34.05%
B=39.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1001271460.320.1300.43204.7818.748.24
Hex647F9220D02Bcd1330
Octal14417722240150533152360
Binary1100100111111110010010100000110101010111100110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,127,146); }

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

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

 a { background-color: rgb(100,127,146); }

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

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

 span { border-color: rgb(100,127,146); }

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