#64788A

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

Shades of Lynch #64788A

Tints of Lynch #64788A

Color information

#64788A (or 0x64788A) is unknown color: approx Lynch. HEX triplet: 64, 78 and 8A. RGB value is (100,120,138). Sum of RGB (Red+Green+Blue) = 100+120+138=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 138 - color contains mainly: blue. Hex color #64788A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64788A is #9B8775. Grayscale: #737373. Windows color (decimal): -10192758 or 9074788. OLE color: 9074788.

HSL color Cylindrical-coordinate representation of color #64788A: hue angle of 208.42º 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 #64788A is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB100120138-
CMYK0.280.1300.46
HSL208.42º15.97%46.67%-
HSV(B)208.42º27.54%54.12%-
XYZ16.5617.9826.64-
YUV116.07140.37116.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.93%
GREEN value IS 120 (47.27% from 255) = 33.52%
BLUE value IS 138 (54.30% from 255) = 38.55%
R=27.93%
G=33.52%
B=38.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1001201380.280.1300.46208.4215.9746.67
Hex64788A1CD02Ed0102f
Octal14417021234150563202057
Binary110010011110001000101011100110101011101101000010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64788A; }

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

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

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

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

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

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

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

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