Color Hex Logo

#613691 Color Hex

#613691
(97,54,145)
0 Favorites   0 Comments

Color spaces of #613691

RGB 9754145
HSL0.750.460.39
HSV268°63°57°
CMYK 0.330.630.00   0.43
XYZ11.35987.224127.5837
Yxy7.22410.24610.1565
Hunter Lab26.877728.4067-42.0330
CIE-Lab32.311738.0502-43.2535

#613691 color RGB value is (97,54,145).

#613691 hex color red value is 97, green value is 54 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #613691 hue: 0.75 , saturation: 0.46 and the lightness value of 613691 is 0.39.

The process color (four color CMYK) of #613691 color hex is 0.33, 0.63, 0.00, 0.43. Web safe color of #613691 is #663399. Color #613691 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110110 10010001
Octal 141 66 221
Decimal 97 54 145
Hex 61 36 91

RGB Percentages of Color #613691

%32.77
%18.24
%48.99

CMYK Percentages of Color #613691

%33
%63
%0
%43

Triadic Colors of #613691

#613691 #916136 #369161

Analogous Colors of #613691

#613691 #8f3691 #363991

Monochromatic Colors of #613691

#613691

Complementary Color

#613691 #669136

#613691 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613691 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613691 Color CSS Codes

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

#613691 Text Font Color

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

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


#613691 Background Color

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

This div background color is #613691


#613691 Border Color

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

This div border color is #613691


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613691


Comments

No comments written yet.

Please login to write comment.