#647B8A

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

Shades of Lynch #647B8A

Tints of Lynch #647B8A

Color information

#647B8A (or 0x647B8A) is unknown color: approx Lynch. HEX triplet: 64, 7B and 8A. RGB value is (100,123,138). Sum of RGB (Red+Green+Blue) = 100+123+138=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 138 - color contains mainly: blue. Hex color #647B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647B8A is #9B8475. Grayscale: #757575. Windows color (decimal): -10191990 or 9075556. OLE color: 9075556.

HSL color Cylindrical-coordinate representation of color #647B8A: hue angle of 203.68º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #647B8A is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB100123138-
CMYK0.280.1100.46
HSL203.68º15.97%46.67%-
HSV(B)203.68º27.54%54.12%-
XYZ16.9318.7126.76-
YUV117.83139.38115.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.70%
GREEN value IS 123 (48.44% from 255) = 34.07%
BLUE value IS 138 (54.30% from 255) = 38.23%
R=27.70%
G=34.07%
B=38.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1001231380.280.1100.46203.6815.9746.67
Hex647B8A1CB02Ecc102f
Octal14417321234130563142057
Binary110010011110111000101011100101101011101100110010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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