Color Hex Logo

#656d78 Color Hex

#656D78
(101,109,120)
0 Favorites   0 Comments

Color spaces of #656d78

RGB 101109120
HSL0.600.090.43
HSV215°16°47°
CMYK 0.160.090.00   0.53
XYZ14.225615.060019.9264
Yxy15.06000.28910.3060
Hunter Lab38.8072-2.4797-3.2787
CIE-Lab45.7163-0.5492-7.1424

#656d78 color RGB value is (101,109,120).

#656d78 hex color red value is 101, green value is 109 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #656d78 hue: 0.60 , saturation: 0.09 and the lightness value of 656d78 is 0.43.

The process color (four color CMYK) of #656d78 color hex is 0.16, 0.09, 0.00, 0.53. Web safe color of #656d78 is #666666. Color #656d78 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01101101 01111000
Octal 145 155 170
Decimal 101 109 120
Hex 65 6D 78

RGB Percentages of Color #656d78

%30.61
%33.03
%36.36

CMYK Percentages of Color #656d78

%16
%9
%0
%53

Triadic Colors of #656d78

#656d78 #78656d #6d7865

Analogous Colors of #656d78

#656d78 #676578 #657778

Monochromatic Colors of #656d78

#656d78

Complementary Color

#656d78 #787065

#656d78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#656d78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#656d78 Color CSS Codes

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

#656d78 Text Font Color

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

This sample text font color is #656d78
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.


#656d78 Background Color

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

This div background color is #656d78


#656d78 Border Color

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

This div border color is #656d78


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,109,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #656d78; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #656d78;
  -webkit-box-shadow: 1px 1px 3px 2px #656d78;
  box-shadow:         1px 1px 3px 2px #656d78; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #656d78


Comments

No comments written yet.

Please login to write comment.