Color Hex Logo

#613796 Color Hex

#613796
(97,55,150)
0 Favorites   0 Comments

Color spaces of #613796

RGB 9755150
HSL0.740.460.40
HSV267°63°59°
CMYK 0.350.630.00   0.41
XYZ11.80107.475829.6751
Yxy7.47580.24110.1527
Hunter Lab27.341929.1938-45.2101
CIE-Lab32.866438.8074-45.4179

#613796 color RGB value is (97,55,150).

#613796 hex color red value is 97, green value is 55 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #613796 hue: 0.74 , saturation: 0.46 and the lightness value of 613796 is 0.40.

The process color (four color CMYK) of #613796 color hex is 0.35, 0.63, 0.00, 0.41. Web safe color of #613796 is #663399. Color #613796 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110111 10010110
Octal 141 67 226
Decimal 97 55 150
Hex 61 37 96

RGB Percentages of Color #613796

%32.12
%18.21
%49.67

CMYK Percentages of Color #613796

%35
%63
%0
%41

Triadic Colors of #613796

#613796 #966137 #379661

Analogous Colors of #613796

#613796 #913796 #373d96

Monochromatic Colors of #613796

#613796

Complementary Color

#613796 #6c9637

#613796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613796 Color CSS Codes

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

#613796 Text Font Color

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

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


#613796 Background Color

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

This div background color is #613796


#613796 Border Color

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

This div border color is #613796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613796


Comments

No comments written yet.

Please login to write comment.