Color Hex Logo

#615d6f Color Hex

#615D6F
(97,93,111)
0 Favorites   0 Comments

Color spaces of #615d6f

RGB 9793111
HSL0.700.090.40
HSV253°16°44°
CMYK 0.130.160.00   0.56
XYZ11.713411.517816.6447
Yxy11.51780.29370.2888
Hunter Lab33.93792.2166-5.3220
CIE-Lab40.43925.5472-9.6298

#615d6f color RGB value is (97,93,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011101 01101111
Octal 141 135 157
Decimal 97 93 111
Hex 61 5D 6F

RGB Percentages of Color #615d6f

%32.23
%30.90
%36.88

CMYK Percentages of Color #615d6f

%13
%16
%0
%56

Triadic Colors of #615d6f

#615d6f #6f615d #5d6f61

Analogous Colors of #615d6f

#615d6f #6a5d6f #5d626f

Monochromatic Colors of #615d6f

#615d6f

Complementary Color

#615d6f #6b6f5d

#615d6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615d6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#615d6f Color CSS Codes

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

#615d6f Text Font Color

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

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


#615d6f Background Color

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

This div background color is #615d6f


#615d6f Border Color

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

This div border color is #615d6f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,93,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 #615d6f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615d6f

#615d6f Color Palettes


Comments

No comments written yet.

Please login to write comment.