Color Hex Logo

#61517f Color Hex

#61517F
(97,81,127)
0 Favorites   0 Comments

Color spaces of #61517f

RGB 9781127
HSL0.720.220.41
HSV261°36°50°
CMYK 0.240.360.00   0.50
XYZ11.70309.958621.3841
Yxy9.95860.27190.2313
Hunter Lab31.557210.9715-18.0865
CIE-Lab37.768016.9874-23.5503

#61517f color RGB value is (97,81,127).

#61517f hex color red value is 97, green value is 81 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #61517f hue: 0.72 , saturation: 0.22 and the lightness value of 61517f is 0.41.

The process color (four color CMYK) of #61517f color hex is 0.24, 0.36, 0.00, 0.50. Web safe color of #61517f is #666666. Color #61517f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010001 01111111
Octal 141 121 177
Decimal 97 81 127
Hex 61 51 7F

RGB Percentages of Color #61517f

%31.80
%26.56
%41.64

CMYK Percentages of Color #61517f

%24
%36
%0
%50

Triadic Colors of #61517f

#61517f #7f6151 #517f61

Analogous Colors of #61517f

#61517f #78517f #51587f

Monochromatic Colors of #61517f

#61517f

Complementary Color

#61517f #6f7f51

#61517f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61517f Color Preview on White Background

Lorem ipsum dolor sit amet.

#61517f Color CSS Codes

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

#61517f Text Font Color

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

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


#61517f Background Color

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

This div background color is #61517f


#61517f Border Color

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

This div border color is #61517f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,81,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61517f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61517f;
  -webkit-box-shadow: 1px 1px 3px 2px #61517f;
  box-shadow:         1px 1px 3px 2px #61517f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61517f


Comments

No comments written yet.

Please login to write comment.