#647B8E

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

Shades of Lynch #647B8E

Tints of Lynch #647B8E

Color information

#647B8E (or 0x647B8E) is unknown color: approx Lynch. HEX triplet: 64, 7B and 8E. RGB value is (100,123,142). Sum of RGB (Red+Green+Blue) = 100+123+142=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 142 - color contains mainly: blue. Hex color #647B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647B8E is #9B8471. Grayscale: #767676. Windows color (decimal): -10191986 or 9337700. OLE color: 9337700.

HSL color Cylindrical-coordinate representation of color #647B8E: hue angle of 207.14º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #647B8E is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB100123142-
CMYK0.300.1300.44
HSL207.14º17.36%47.45%-
HSV(B)207.14º29.58%55.69%-
XYZ17.2218.8328.32-
YUV118.29141.38114.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.40%
GREEN value IS 123 (48.44% from 255) = 33.70%
BLUE value IS 142 (55.86% from 255) = 38.90%
R=27.40%
G=33.70%
B=38.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001231420.300.1300.44207.1417.3647.45
Hex647B8E1ED02Ccf112f
Octal14417321636150543172157
Binary110010011110111000111011110110101011001100111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,123,142); }

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

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

 a { background-color: rgb(100,123,142); }

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

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

 span { border-color: rgb(100,123,142); }

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