COLOR #614E91

HEX: #614E91
RGB: (97,78,145)

Color info

#614E91 contains mainly red and blue colors. Web safe color of #614E91 is #666699 (or #669).

RGB color model

#614E91 color RGB value is (97,78,145).

  • red value is 97;
  • green value is 78;
  • blue value is 145.
RGB:
(97,78,145)
(38%,31%,57%)

RGB channels and saturation

R 97 of 255 = 38%
G 78 of 255 = 31%
B 145 of 255 = 57%

97
78
145

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

Portions of RGB colors in percentages

R + G + B =
97 + 78 + 145 = 320 (100%)
R 97 of 320 ~ 30.31%
G 78 of 320 ~ 24.38%
B 145 of 320 ~ 45.31%

%30.31
%24.38
%45.31

CMYK color model

#614E91 color CMYK value is (33,46,0,43).

  • cyan value is 33.10%
  • magenta value is 46.21%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(33,46,0,43)
C33M46Y0K43 
(33%,46%,0%,43%)
(0.33/0.46/0.00/0.43)	

CMYK percentages

%33.1
%46.21
%0
%43.14

Codes

Color #614E91 in popluar color models

614E91
RGB9778145
HSL257°30.04%43.73%
HSB/HSV257°46.21%56.86%
CMYK33.10%46.21%0.00%
43.14%

Color #614E91 in popluar number systems.

HEX614E91
Decimal9778145
Binary1100001100111010010001
Octal141116221

Shades and tints

Shades of #614E91

#614E91
(97,78,145)
#594784
(89,71,132)
#514077
(81,64,119)
#49396A
(73,57,106)
#41325D
(65,50,93)
#392B50
(57,43,80)
#312443
(49,36,67)
#291D36
(41,29,54)
#211629
(33,22,41)
#190F1C
(25,15,28)
#11080F
(17,8,15)
#000000
(0,0,0)

Tints of #614E91

#614E91
(97,78,145)
#6F5E9B
(111,94,155)
#7D6EA5
(125,110,165)
#8B7EAF
(139,126,175)
#998EB9
(153,142,185)
#A79EC3
(167,158,195)
#B5AECD
(181,174,205)
#C3BED7
(195,190,215)
#D1CEE1
(209,206,225)
#DFDEEB
(223,222,235)
#EDEEF5
(237,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614E91 color. Also use rgb(97,78,145) instead hex code.

Text Font Color

.myTextColor { color: #614E91; }

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

This text font color is #614E91.


Background Color

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

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

This div background color is #614E91.


Border color

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

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

This div border color is #614E91.


Opacity

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

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

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

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

This text has shadow with #614E91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614E91 on black background.


Color preview on white background

This text has color #614E91 on white background.



Black color preview on #614E91 background

This text has black color on #614E91 background.


White color preview on #614E91 background

This text has white color on #614E91 background.