COLOR #613F86

HEX: #613F86
RGB: (97,63,134)

Color info

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

RGB color model

#613F86 color RGB value is (97,63,134).

  • red value is 97;
  • green value is 63;
  • blue value is 134.
RGB:
(97,63,134)
(38%,25%,53%)

RGB channels and saturation

R 97 of 255 = 38%
G 63 of 255 = 25%
B 134 of 255 = 53%

97
63
134

R + G + B ~ 39%. #613F86 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 63 + 134 = 294 (100%)
R 97 of 294 ~ 32.99%
G 63 of 294 ~ 21.43%
B 134 of 294 ~ 45.58%

%32.99
%21.43
%45.58

CMYK color model

#613F86 color CMYK value is (28,53,0,47).

  • cyan value is 27.61%
  • magenta value is 52.99%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(28,53,0,47)
C28M53Y0K47 
(28%,53%,0%,47%)
(0.28/0.53/0.00/0.47)	

CMYK percentages

%27.61
%52.99
%0
%47.45

Codes

Color #613F86 in popluar color models

613F86
RGB9763134
HSL269°36.04%38.63%
HSB/HSV269°52.99%52.55%
CMYK27.61%52.99%0.00%
47.45%

Color #613F86 in popluar number systems.

HEX613F86
Decimal9763134
Binary110000111111110000110
Octal14177206

Shades and tints

Shades of #613F86

#613F86
(97,63,134)
#593A7A
(89,58,122)
#51356E
(81,53,110)
#493062
(73,48,98)
#412B56
(65,43,86)
#39264A
(57,38,74)
#31213E
(49,33,62)
#291C32
(41,28,50)
#211726
(33,23,38)
#19121A
(25,18,26)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #613F86

#613F86
(97,63,134)
#6F5091
(111,80,145)
#7D619C
(125,97,156)
#8B72A7
(139,114,167)
#9983B2
(153,131,178)
#A794BD
(167,148,189)
#B5A5C8
(181,165,200)
#C3B6D3
(195,182,211)
#D1C7DE
(209,199,222)
#DFD8E9
(223,216,233)
#EDE9F4
(237,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613F86 color. Also use rgb(97,63,134) instead hex code.

Text Font Color

.myTextColor { color: #613F86; }

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

This text font color is #613F86.


Background Color

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

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

This div background color is #613F86.


Border color

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

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

This div border color is #613F86.


Opacity

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

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

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

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

This text has shadow with #613F86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613F86 on black background.


Color preview on white background

This text has color #613F86 on white background.



Black color preview on #613F86 background

This text has black color on #613F86 background.


White color preview on #613F86 background

This text has white color on #613F86 background.