Color Hex Logo

#656770 Color Hex

#656770
(101,103,112)
0 Favorites   0 Comments

Color spaces of #656770

RGB 101103112
HSL0.640.050.42
HSV229°10°44°
CMYK 0.100.080.00   0.56
XYZ13.141713.637017.2688
Yxy13.63700.29840.3096
Hunter Lab36.9283-1.1016-1.8760
CIE-Lab43.70781.1868-5.3146

#656770 color RGB value is (101,103,112).

#656770 hex color red value is 101, green value is 103 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #656770 hue: 0.64 , saturation: 0.05 and the lightness value of 656770 is 0.42.

The process color (four color CMYK) of #656770 color hex is 0.10, 0.08, 0.00, 0.56. Web safe color of #656770 is #666666. Color #656770 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01100111 01110000
Octal 145 147 160
Decimal 101 103 112
Hex 65 67 70

RGB Percentages of Color #656770

%31.96
%32.59
%35.44

CMYK Percentages of Color #656770

%10
%8
%0
%56

Triadic Colors of #656770

#656770 #706567 #677065

Analogous Colors of #656770

#656770 #696570 #656d70

Monochromatic Colors of #656770

#656770

Complementary Color

#656770 #706e65

#656770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#656770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#656770 Color CSS Codes

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

#656770 Text Font Color

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

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


#656770 Background Color

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

This div background color is #656770


#656770 Border Color

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

This div border color is #656770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #656770


Comments

No comments written yet.

Please login to write comment.