Color Hex Logo

#656171 Color Hex

#656171
(101,97,113)
0 Favorites   0 Comments

Color spaces of #656171

RGB 10197113
HSL0.710.080.41
HSV255°14°44°
CMYK 0.110.140.00   0.56
XYZ12.622212.508317.3719
Yxy12.50830.29700.2943
Hunter Lab35.36711.8127-4.3656
CIE-Lab42.01285.0398-8.4519

#656171 color RGB value is (101,97,113).

#656171 hex color red value is 101, green value is 97 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #656171 hue: 0.71 , saturation: 0.08 and the lightness value of 656171 is 0.41.

The process color (four color CMYK) of #656171 color hex is 0.11, 0.14, 0.00, 0.56. Web safe color of #656171 is #666666. Color #656171 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01100001 01110001
Octal 145 141 161
Decimal 101 97 113
Hex 65 61 71

RGB Percentages of Color #656171

%32.48
%31.19
%36.33

CMYK Percentages of Color #656171

%11
%14
%0
%56

Triadic Colors of #656171

#656171 #716561 #617165

Analogous Colors of #656171

#656171 #6d6171 #616571

Monochromatic Colors of #656171

#656171

Complementary Color

#656171 #6d7161

#656171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#656171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#656171 Color CSS Codes

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

#656171 Text Font Color

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

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


#656171 Background Color

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

This div background color is #656171


#656171 Border Color

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

This div border color is #656171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #656171

#656171 Color Palettes


Comments

No comments written yet.

Please login to write comment.