Color Hex Logo

#613b5c Color Hex

#613B5C
(97,59,92)
0 Favorites   0 Comments

Color spaces of #613b5c

RGB 975992
HSL0.860.240.31
HSV308°39°38°
CMYK 0.000.390.05   0.62
XYZ8.42556.442010.9246
Yxy6.44200.32670.2498
Hunter Lab25.381114.8379-7.7530
CIE-Lab30.501322.5040-12.7602

#613b5c color RGB value is (97,59,92).

#613b5c hex color red value is 97, green value is 59 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #613b5c hue: 0.86 , saturation: 0.24 and the lightness value of 613b5c is 0.31.

The process color (four color CMYK) of #613b5c color hex is 0.00, 0.39, 0.05, 0.62. Web safe color of #613b5c is #663366. Color #613b5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111011 01011100
Octal 141 73 134
Decimal 97 59 92
Hex 61 3B 5C

RGB Percentages of Color #613b5c

%39.11
%23.79
%37.10

CMYK Percentages of Color #613b5c

%0
%39
%5
%62

Triadic Colors of #613b5c

#613b5c #5c613b #3b5c61

Analogous Colors of #613b5c

#613b5c #613b49 #533b61

Monochromatic Colors of #613b5c

#613b5c

Complementary Color

#613b5c #3b6140

#613b5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613b5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#613b5c Color CSS Codes

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

#613b5c Text Font Color

<p style="color:#613b5c">Text here</p>

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


#613b5c Background Color

<div style="background-color:#613b5c">
Div content here</div>

This div background color is #613b5c


#613b5c Border Color

<div style="border:3px solid #613b5c">
Div here</div>

This div border color is #613b5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613b5c


Comments

No comments written yet.

Please login to write comment.