Color Hex Logo

#61717d Color Hex

#61717D
(97,113,125)
0 Favorites   0 Comments

Color spaces of #61717d

RGB 97113125
HSL0.570.130.44
HSV206°22°49°
CMYK 0.220.100.00   0.51
XYZ14.536615.832321.6918
Yxy15.83230.27920.3041
Hunter Lab39.7898-4.4200-4.4696
CIE-Lab46.7537-3.1003-8.6127

#61717d color RGB value is (97,113,125).

#61717d hex color red value is 97, green value is 113 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #61717d hue: 0.57 , saturation: 0.13 and the lightness value of 61717d is 0.44.

The process color (four color CMYK) of #61717d color hex is 0.22, 0.10, 0.00, 0.51. Web safe color of #61717d is #666666. Color #61717d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01110001 01111101
Octal 141 161 175
Decimal 97 113 125
Hex 61 71 7D

RGB Percentages of Color #61717d

%28.96
%33.73
%37.31

CMYK Percentages of Color #61717d

%22
%10
%0
%51

Triadic Colors of #61717d

#61717d #7d6171 #717d61

Analogous Colors of #61717d

#61717d #61637d #617d7b

Monochromatic Colors of #61717d

#61717d

Complementary Color

#61717d #7d6d61

#61717d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61717d Color Preview on White Background

Lorem ipsum dolor sit amet.

#61717d Color CSS Codes

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

#61717d Text Font Color

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

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


#61717d Background Color

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

This div background color is #61717d


#61717d Border Color

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

This div border color is #61717d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61717d

#61717d Color Palettes


Comments

No comments written yet.

Please login to write comment.