Color Hex Logo

#61717e Color Hex

#61717E
(97,113,126)
0 Favorites   0 Comments

Color spaces of #61717e

RGB 97113126
HSL0.570.130.44
HSV207°23°49°
CMYK 0.230.100.00   0.51
XYZ14.600815.858022.0300
Yxy15.85800.27820.3021
Hunter Lab39.8221-4.2415-4.9244
CIE-Lab46.7876-2.8535-9.1581

#61717e color RGB value is (97,113,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01110001 01111110
Octal 141 161 176
Decimal 97 113 126
Hex 61 71 7E

RGB Percentages of Color #61717e

%28.87
%33.63
%37.50

CMYK Percentages of Color #61717e

%23
%10
%0
%51

Triadic Colors of #61717e

#61717e #7e6171 #717e61

Analogous Colors of #61717e

#61717e #61637e #617e7d

Monochromatic Colors of #61717e

#61717e

Complementary Color

#61717e #7e6e61

#61717e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61717e Color Preview on White Background

Lorem ipsum dolor sit amet.

#61717e Color CSS Codes

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

#61717e Text Font Color

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

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


#61717e Background Color

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

This div background color is #61717e


#61717e Border Color

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

This div border color is #61717e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61717e


Comments

No comments written yet.

Please login to write comment.