COLOR #614C86

HEX: #614C86
RGB: (97,76,134)

Color info

#614C86 contains red, green and blue colors in about the same proportion. Web safe color of #614C86 is #663399 (or #639).

RGB color model

#614C86 color RGB value is (97,76,134).

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

RGB channels and saturation

R 97 of 255 = 38%
G 76 of 255 = 30%
B 134 of 255 = 53%

97
76
134

R + G + B ~ 40%. #614C86 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 76 + 134 = 307 (100%)
R 97 of 307 ~ 31.6%
G 76 of 307 ~ 24.76%
B 134 of 307 ~ 43.65%

%31.6
%24.76
%43.65

CMYK color model

#614C86 color CMYK value is (28,43,0,47).

  • cyan value is 27.61%
  • magenta value is 43.28%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(28,43,0,47)
C28M43Y0K47 
(28%,43%,0%,47%)
(0.28/0.43/0.00/0.47)	

CMYK percentages

%27.61
%43.28
%0
%47.45

Codes

Color #614C86 in popluar color models

614C86
RGB9776134
HSL262°27.62%41.18%
HSB/HSV262°43.28%52.55%
CMYK27.61%43.28%0.00%
47.45%

Color #614C86 in popluar number systems.

HEX614C86
Decimal9776134
Binary1100001100110010000110
Octal141114206

Shades and tints

Shades of #614C86

#614C86
(97,76,134)
#59467A
(89,70,122)
#51406E
(81,64,110)
#493A62
(73,58,98)
#413456
(65,52,86)
#392E4A
(57,46,74)
#31283E
(49,40,62)
#292232
(41,34,50)
#211C26
(33,28,38)
#19161A
(25,22,26)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #614C86

#614C86
(97,76,134)
#6F5C91
(111,92,145)
#7D6C9C
(125,108,156)
#8B7CA7
(139,124,167)
#998CB2
(153,140,178)
#A79CBD
(167,156,189)
#B5ACC8
(181,172,200)
#C3BCD3
(195,188,211)
#D1CCDE
(209,204,222)
#DFDCE9
(223,220,233)
#EDECF4
(237,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614C86 color. Also use rgb(97,76,134) instead hex code.

Text Font Color

.myTextColor { color: #614C86; }

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

This text font color is #614C86.


Background Color

.myBgColor { background-color: #614C86; }

<div style="background-color:#614C86">Inner text</div>

This div background color is #614C86.


Border color

.myBorderColor { border: 1px solid #614C86; }

<div style="border:3px solid #614C86">Div</div>

This div border color is #614C86.


Opacity

.myOpacity80 { color: #614C86; opacity: 0.8; }

<p style="color:#614C86;opacity:0.8;">80%</p>

Text with #614C86 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 #614C86;}

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

This text has shadow with #614C86 color.

.textShadow {text-shadow: 3px 3px 1px #614C86, 3px 3px 1px red;}

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

This text has shadow with #614C86 primary color and red secondary color.


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

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

This text has shadow with #614C86 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614C86 on black background.


Color preview on white background

This text has color #614C86 on white background.



Black color preview on #614C86 background

This text has black color on #614C86 background.


White color preview on #614C86 background

This text has white color on #614C86 background.