Color Hex Logo

#615c6f Color Hex

#615C6F
(97,92,111)
0 Favorites   0 Comments

Color spaces of #615c6f

RGB 9792111
HSL0.710.090.40
HSV256°17°44°
CMYK 0.130.170.00   0.56
XYZ11.626211.343416.6157
Yxy11.34340.29370.2866
Hunter Lab33.68002.6776-5.6742
CIE-Lab40.15296.1623-10.0613

#615c6f color RGB value is (97,92,111).

#615c6f hex color red value is 97, green value is 92 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #615c6f hue: 0.71 , saturation: 0.09 and the lightness value of 615c6f is 0.40.

The process color (four color CMYK) of #615c6f color hex is 0.13, 0.17, 0.00, 0.56. Web safe color of #615c6f is #666666. Color #615c6f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011100 01101111
Octal 141 134 157
Decimal 97 92 111
Hex 61 5C 6F

RGB Percentages of Color #615c6f

%32.33
%30.67
%37.00

CMYK Percentages of Color #615c6f

%13
%17
%0
%56

Triadic Colors of #615c6f

#615c6f #6f615c #5c6f61

Analogous Colors of #615c6f

#615c6f #6b5c6f #5c616f

Monochromatic Colors of #615c6f

#615c6f

Complementary Color

#615c6f #6a6f5c

#615c6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615c6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#615c6f Color CSS Codes

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

#615c6f Text Font Color

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

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


#615c6f Background Color

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

This div background color is #615c6f


#615c6f Border Color

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

This div border color is #615c6f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,92,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #615c6f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #615c6f;
  -webkit-box-shadow: 1px 1px 3px 2px #615c6f;
  box-shadow:         1px 1px 3px 2px #615c6f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615c6f


Comments

No comments written yet.

Please login to write comment.