#65798C

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

Shades of Lynch #65798C

Tints of Lynch #65798C

Color information

#65798C (or 0x65798C) is unknown color: approx Lynch. HEX triplet: 65, 79 and 8C. RGB value is (101,121,140). Sum of RGB (Red+Green+Blue) = 101+121+140=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 140 - color contains mainly: blue. Hex color #65798C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65798C is #9A8673. Grayscale: #757575. Windows color (decimal): -10126964 or 9206117. OLE color: 9206117.

HSL color Cylindrical-coordinate representation of color #65798C: hue angle of 209.23º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #65798C is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB101121140-
CMYK0.280.1400.45
HSL209.23º16.18%47.25%-
HSV(B)209.23º27.86%54.9%-
XYZ16.9418.3327.46-
YUV117.19140.87116.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.90%
GREEN value IS 121 (47.66% from 255) = 33.43%
BLUE value IS 140 (55.08% from 255) = 38.67%
R=27.90%
G=33.43%
B=38.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1011211400.280.1400.45209.2316.1847.25
Hex65798C1CE02Dd1102f
Octal14517121434160553212057
Binary110010111110011000110011100111001011011101000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65798C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65798C; }

 p { color: rgb(101,121,140); }

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

<style>
 a { background-color: #65798C; }

 a { background-color: rgb(101,121,140); }

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

<style>
 span { border-color: #65798C; }

 span { border-color: rgb(101,121,140); }

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