COLOR #613D80

HEX: #613D80
RGB: (97,61,128)

Color info

#613D80 contains mainly red and blue colors. Web safe color of #613D80 is #663366 (or #636).

RGB color model

#613D80 color RGB value is (97,61,128).

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

RGB channels and saturation

R 97 of 255 = 38%
G 61 of 255 = 24%
B 128 of 255 = 50%

97
61
128

R + G + B ~ 37%. #613D80 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 61 + 128 = 286 (100%)
R 97 of 286 ~ 33.92%
G 61 of 286 ~ 21.33%
B 128 of 286 ~ 44.76%

%33.92
%21.33
%44.76

CMYK color model

#613D80 color CMYK value is (24,52,0,50).

  • cyan value is 24.22%
  • magenta value is 52.34%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(24,52,0,50)
C24M52Y0K50 
(24%,52%,0%,50%)
(0.24/0.52/0.00/0.50)	

CMYK percentages

%24.22
%52.34
%0
%49.8

Codes

Color #613D80 in popluar color models

613D80
RGB9761128
HSL272°35.45%37.06%
HSB/HSV272°52.34%50.20%
CMYK24.22%52.34%0.00%
49.80%

Color #613D80 in popluar number systems.

HEX613D80
Decimal9761128
Binary110000111110110000000
Octal14175200

Shades and tints

Shades of #613D80

#613D80
(97,61,128)
#593875
(89,56,117)
#51336A
(81,51,106)
#492E5F
(73,46,95)
#412954
(65,41,84)
#392449
(57,36,73)
#311F3E
(49,31,62)
#291A33
(41,26,51)
#211528
(33,21,40)
#19101D
(25,16,29)
#110B12
(17,11,18)
#000000
(0,0,0)

Tints of #613D80

#613D80
(97,61,128)
#6F4E8B
(111,78,139)
#7D5F96
(125,95,150)
#8B70A1
(139,112,161)
#9981AC
(153,129,172)
#A792B7
(167,146,183)
#B5A3C2
(181,163,194)
#C3B4CD
(195,180,205)
#D1C5D8
(209,197,216)
#DFD6E3
(223,214,227)
#EDE7EE
(237,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613D80 color. Also use rgb(97,61,128) instead hex code.

Text Font Color

.myTextColor { color: #613D80; }

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

This text font color is #613D80.


Background Color

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

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

This div background color is #613D80.


Border color

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

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

This div border color is #613D80.


Opacity

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

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

Text with #613D80 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 #613D80;}

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

This text has shadow with #613D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613D80 on black background.


Color preview on white background

This text has color #613D80 on white background.



Black color preview on #613D80 background

This text has black color on #613D80 background.


White color preview on #613D80 background

This text has white color on #613D80 background.