#657689

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

Shades of Lynch #657689

Tints of Lynch #657689

Color information

#657689 (or 0x657689) is unknown color: approx Lynch. HEX triplet: 65, 76 and 89. RGB value is (101,118,137). Sum of RGB (Red+Green+Blue) = 101+118+137=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 137 - color contains mainly: blue. Hex color #657689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657689 is #9A8976. Grayscale: #727272. Windows color (decimal): -10127735 or 9008741. OLE color: 9008741.

HSL color Cylindrical-coordinate representation of color #657689: hue angle of 211.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #657689 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB101118137-
CMYK0.260.1400.46
HSL211.67º15.13%46.67%-
HSV(B)211.67º26.28%53.73%-
XYZ16.3617.5326.19-
YUV115.08140.37117.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.37%
GREEN value IS 118 (46.48% from 255) = 33.15%
BLUE value IS 137 (53.91% from 255) = 38.48%
R=28.37%
G=33.15%
B=38.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1011181370.260.1400.46211.6715.1346.67
Hex6576891AE02Ed4f2f
Octal14516621132160563241757
Binary11001011110110100010011101011100101110110101001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657689; }

 p { color: rgb(101,118,137); }

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

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

 a { background-color: rgb(101,118,137); }

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

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

 span { border-color: rgb(101,118,137); }

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