COLOR #613E9C

HEX: #613E9C
RGB: (97,62,156)

Color info

#613E9C contains mainly red and blue colors. Web safe color of #613E9C is #663399 (or #639).

RGB color model

#613E9C color RGB value is (97,62,156).

  • red value is 97;
  • green value is 62;
  • blue value is 156.
RGB:
(97,62,156)
(38%,24%,61%)

RGB channels and saturation

R 97 of 255 = 38%
G 62 of 255 = 24%
B 156 of 255 = 61%

97
62
156

R + G + B ~ 41%. #613E9C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 62 + 156 = 315 (100%)
R 97 of 315 ~ 30.79%
G 62 of 315 ~ 19.68%
B 156 of 315 ~ 49.52%

%30.79
%19.68
%49.52

CMYK color model

#613E9C color CMYK value is (38,60,0,39).

  • cyan value is 37.82%
  • magenta value is 60.26%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(38,60,0,39)
C38M60Y0K39 
(38%,60%,0%,39%)
(0.38/0.60/0.00/0.39)	

CMYK percentages

%37.82
%60.26
%0
%38.82

Codes

Color #613E9C in popluar color models

613E9C
RGB9762156
HSL262°43.12%42.75%
HSB/HSV262°60.26%61.18%
CMYK37.82%60.26%0.00%
38.82%

Color #613E9C in popluar number systems.

HEX613E9C
Decimal9762156
Binary110000111111010011100
Octal14176234

Shades and tints

Shades of #613E9C

#613E9C
(97,62,156)
#59398E
(89,57,142)
#513480
(81,52,128)
#492F72
(73,47,114)
#412A64
(65,42,100)
#392556
(57,37,86)
#312048
(49,32,72)
#291B3A
(41,27,58)
#21162C
(33,22,44)
#19111E
(25,17,30)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #613E9C

#613E9C
(97,62,156)
#6F4FA5
(111,79,165)
#7D60AE
(125,96,174)
#8B71B7
(139,113,183)
#9982C0
(153,130,192)
#A793C9
(167,147,201)
#B5A4D2
(181,164,210)
#C3B5DB
(195,181,219)
#D1C6E4
(209,198,228)
#DFD7ED
(223,215,237)
#EDE8F6
(237,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613E9C color. Also use rgb(97,62,156) instead hex code.

Text Font Color

.myTextColor { color: #613E9C; }

<p style="color:#613E9C">This sample text font color is #613E9C.</p>

This text font color is #613E9C.


Background Color

.myBgColor { background-color: #613E9C; }

<div style="background-color:#613E9C">Inner text</div>

This div background color is #613E9C.


Border color

.myBorderColor { border: 1px solid #613E9C; }

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

This div border color is #613E9C.


Opacity

.myOpacity80 { color: #613E9C; opacity: 0.8; }

<p style="color:#613E9C;opacity:0.8;">80%</p>

Text with #613E9C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #613E9C;}

<p style="text-shadow: 3px 3px 1px #613E9C">Text here.</p>

This text has shadow with #613E9C color.

.textShadow {text-shadow: 3px 3px 1px #613E9C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #613E9C, 5px 5px 20px red">Text here.</p>

This text has shadow with #613E9C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#613E9C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#613E9C, Direction=45, Strength=4)">Text</p>

This text has shadow with #613E9C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #613E9C;
  -webkit-box-shadow:	1px 1px 3px 2px #613E9C;
  box-shadow:		1px 1px 3px 2px #613E9C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #613E9C;
-webkit-box-shadow: 1px 1px 3px 2px #613E9C;
box-shadow:1px 1px 3px 2px #613E9C;">
Div content here</div>
This div box has shadow with color #613E9C.

Preview

Color preview on black background

This text has color #613E9C on black background.


Color preview on white background

This text has color #613E9C on white background.



Black color preview on #613E9C background

This text has black color on #613E9C background.


White color preview on #613E9C background

This text has white color on #613E9C background.