#647A8D

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

Shades of Lynch #647A8D

Tints of Lynch #647A8D

Color information

#647A8D (or 0x647A8D) is unknown color: approx Lynch. HEX triplet: 64, 7A and 8D. RGB value is (100,122,141). Sum of RGB (Red+Green+Blue) = 100+122+141=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 141 - color contains mainly: blue. Hex color #647A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647A8D is #9B8572. Grayscale: #757575. Windows color (decimal): -10192243 or 9271908. OLE color: 9271908.

HSL color Cylindrical-coordinate representation of color #647A8D: hue angle of 207.8º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #647A8D is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB100122141-
CMYK0.290.1300.45
HSL207.8º17.01%47.25%-
HSV(B)207.8º29.08%55.29%-
XYZ17.0218.5527.88-
YUV117.59141.21115.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.55%
GREEN value IS 122 (48.05% from 255) = 33.61%
BLUE value IS 141 (55.47% from 255) = 38.84%
R=27.55%
G=33.61%
B=38.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1001221410.290.1300.45207.817.0147.25
Hex647A8D1DD02Dd0112f
Octal14417221535150553202157
Binary110010011110101000110111101110101011011101000010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,122,141); }

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

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

 a { background-color: rgb(100,122,141); }

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

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

 span { border-color: rgb(100,122,141); }

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