#64798D

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

Shades of Lynch #64798D

Tints of Lynch #64798D

Color information

#64798D (or 0x64798D) is unknown color: approx Lynch. HEX triplet: 64, 79 and 8D. RGB value is (100,121,141). Sum of RGB (Red+Green+Blue) = 100+121+141=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #64798D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64798D is #9B8672. Grayscale: #747474. Windows color (decimal): -10192499 or 9271652. OLE color: 9271652.

HSL color Cylindrical-coordinate representation of color #64798D: hue angle of 209.27º 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 #64798D is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB100121141-
CMYK0.290.1400.45
HSL209.27º17.01%47.25%-
HSV(B)209.27º29.08%55.29%-
XYZ16.918.3127.84-
YUV117141.54115.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.62%
GREEN value IS 121 (47.66% from 255) = 33.43%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=27.62%
G=33.43%
B=38.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1001211410.290.1400.45209.2717.0147.25
Hex64798D1DE02Dd1112f
Octal14417121535160553212157
Binary110010011110011000110111101111001011011101000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64798D; }

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

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

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

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

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

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

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

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