#647985

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

Shades of Lynch #647985

Tints of Lynch #647985

Color information

#647985 (or 0x647985) is unknown color: approx Lynch. HEX triplet: 64, 79 and 85. RGB value is (100,121,133). Sum of RGB (Red+Green+Blue) = 100+121+133=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 133 - color contains mainly: blue. Hex color #647985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647985 is #9B867A. Grayscale: #747474. Windows color (decimal): -10192507 or 8747364. OLE color: 8747364.

HSL color Cylindrical-coordinate representation of color #647985: hue angle of 201.82º 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 #647985 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB100121133-
CMYK0.250.0900.48
HSL201.82º14.16%45.69%-
HSV(B)201.82º24.81%52.16%-
XYZ16.3318.0824.82-
YUV116.09137.54116.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.25%
GREEN value IS 121 (47.66% from 255) = 34.18%
BLUE value IS 133 (52.34% from 255) = 37.57%
R=28.25%
G=34.18%
B=37.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001211330.250.0900.48201.8214.1645.69
Hex647985199030cae2e
Octal14417120531110603121656
Binary11001001111001100001011100110010110000110010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647985; }

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

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

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

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

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

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

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

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