Color Hex Logo

#656879 Color Hex

#656879
(101,104,121)
0 Favorites   0 Comments

Color spaces of #656879

RGB 101104121
HSL0.640.090.44
HSV231°17°47°
CMYK 0.170.140.00   0.53
XYZ13.768314.047820.0750
Yxy14.04780.28750.2933
Hunter Lab37.4804-0.0193-5.5202
CIE-Lab44.30142.6737-9.8634

#656879 color RGB value is (101,104,121).

#656879 hex color red value is 101, green value is 104 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #656879 hue: 0.64 , saturation: 0.09 and the lightness value of 656879 is 0.44.

The process color (four color CMYK) of #656879 color hex is 0.17, 0.14, 0.00, 0.53. Web safe color of #656879 is #666666. Color #656879 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01101000 01111001
Octal 145 150 171
Decimal 101 104 121
Hex 65 68 79

RGB Percentages of Color #656879

%30.98
%31.90
%37.12

CMYK Percentages of Color #656879

%17
%14
%0
%53

Triadic Colors of #656879

#656879 #796568 #687965

Analogous Colors of #656879

#656879 #6c6579 #657279

Monochromatic Colors of #656879

#656879

Complementary Color

#656879 #797665

#656879 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#656879 Color Preview on White Background

Lorem ipsum dolor sit amet.

#656879 Color CSS Codes

.mybgcolor {background-color:#656879; } 
.myforecolor {color:#656879; }
.mybordercolor {border:3px solid #656879; }

#656879 Text Font Color

<p style="color:#656879">Text here</p>

This sample text font color is #656879
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#656879 Background Color

<div style="background-color:#656879">
Div content here</div>

This div background color is #656879


#656879 Border Color

<div style="border:3px solid #656879">
Div here</div>

This div border color is #656879


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,104,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #656879; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #656879;
  -webkit-box-shadow: 1px 1px 3px 2px #656879;
  box-shadow:         1px 1px 3px 2px #656879; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,104,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #656879">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #656879;
  -webkit-box-shadow: 1px 1px 3px 2px #656879;
  box-shadow:         1px 1px 3px 2px #656879;">
Div content here</div>

This div box has shadow with color #656879


Comments

No comments written yet.

Please login to write comment.