Color Hex Logo

#615c71 Color Hex

#615C71
(97,92,113)
0 Favorites   0 Comments

Color spaces of #615c71

RGB 9792113
HSL0.710.100.40
HSV254°19°44°
CMYK 0.140.190.00   0.56
XYZ11.737511.387917.2022
Yxy11.38790.29110.2824
Hunter Lab33.74603.0303-6.6012
CIE-Lab40.22636.6357-11.1778

#615c71 color RGB value is (97,92,113).

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

The process color (four color CMYK) of #615c71 color hex is 0.14, 0.19, 0.00, 0.56. Web safe color of #615c71 is #666666. Color #615c71 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011100 01110001
Octal 141 134 161
Decimal 97 92 113
Hex 61 5C 71

RGB Percentages of Color #615c71

%32.12
%30.46
%37.42

CMYK Percentages of Color #615c71

%14
%19
%0
%56

Triadic Colors of #615c71

#615c71 #71615c #5c7161

Analogous Colors of #615c71

#615c71 #6c5c71 #5c6271

Monochromatic Colors of #615c71

#615c71

Complementary Color

#615c71 #6c715c

#615c71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615c71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#615c71 Color CSS Codes

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

#615c71 Text Font Color

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

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


#615c71 Background Color

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

This div background color is #615c71


#615c71 Border Color

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

This div border color is #615c71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615c71


Comments

No comments written yet.

Please login to write comment.