Color Hex Logo

#613967 Color Hex

#613967
(97,57,103)
0 Favorites   0 Comments

Color spaces of #613967

RGB 9757103
HSL0.810.290.31
HSV292°45°40°
CMYK 0.060.450.00   0.60
XYZ8.84116.446913.6104
Yxy6.44690.30590.2231
Hunter Lab25.390717.7202-14.0082
CIE-Lab30.513126.0602-19.8051

#613967 color RGB value is (97,57,103).

#613967 hex color red value is 97, green value is 57 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #613967 hue: 0.81 , saturation: 0.29 and the lightness value of 613967 is 0.31.

The process color (four color CMYK) of #613967 color hex is 0.06, 0.45, 0.00, 0.60. Web safe color of #613967 is #663366. Color #613967 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111001 01100111
Octal 141 71 147
Decimal 97 57 103
Hex 61 39 67

RGB Percentages of Color #613967

%37.74
%22.18
%40.08

CMYK Percentages of Color #613967

%6
%45
%0
%60

Triadic Colors of #613967

#613967 #676139 #396761

Analogous Colors of #613967

#613967 #673956 #4a3967

Monochromatic Colors of #613967

#613967

Complementary Color

#613967 #3f6739

#613967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613967 Color CSS Codes

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

#613967 Text Font Color

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

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


#613967 Background Color

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

This div background color is #613967


#613967 Border Color

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

This div border color is #613967


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,57,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #613967; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #613967;
  -webkit-box-shadow: 1px 1px 3px 2px #613967;
  box-shadow:         1px 1px 3px 2px #613967; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613967


Comments

No comments written yet.

Please login to write comment.