COLOR #614E8C

HEX: #614E8C
RGB: (97,78,140)

Color info

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

RGB color model

#614E8C color RGB value is (97,78,140).

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

RGB channels and saturation

R 97 of 255 = 38%
G 78 of 255 = 31%
B 140 of 255 = 55%

97
78
140

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

Portions of RGB colors in percentages

R + G + B =
97 + 78 + 140 = 315 (100%)
R 97 of 315 ~ 30.79%
G 78 of 315 ~ 24.76%
B 140 of 315 ~ 44.44%

%30.79
%24.76
%44.44

CMYK color model

#614E8C color CMYK value is (31,44,0,45).

  • cyan value is 30.71%
  • magenta value is 44.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(31,44,0,45)
C31M44Y0K45 
(31%,44%,0%,45%)
(0.31/0.44/0.00/0.45)	

CMYK percentages

%30.71
%44.29
%0
%45.1

Codes

Color #614E8C in popluar color models

614E8C
RGB9778140
HSL258°28.44%42.75%
HSB/HSV258°44.29%54.90%
CMYK30.71%44.29%0.00%
45.10%

Color #614E8C in popluar number systems.

HEX614E8C
Decimal9778140
Binary1100001100111010001100
Octal141116214

Shades and tints

Shades of #614E8C

#614E8C
(97,78,140)
#594780
(89,71,128)
#514074
(81,64,116)
#493968
(73,57,104)
#41325C
(65,50,92)
#392B50
(57,43,80)
#312444
(49,36,68)
#291D38
(41,29,56)
#21162C
(33,22,44)
#190F20
(25,15,32)
#110814
(17,8,20)
#000000
(0,0,0)

Tints of #614E8C

#614E8C
(97,78,140)
#6F5E96
(111,94,150)
#7D6EA0
(125,110,160)
#8B7EAA
(139,126,170)
#998EB4
(153,142,180)
#A79EBE
(167,158,190)
#B5AEC8
(181,174,200)
#C3BED2
(195,190,210)
#D1CEDC
(209,206,220)
#DFDEE6
(223,222,230)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614E8C; }

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

This text font color is #614E8C.


Background Color

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

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

This div background color is #614E8C.


Border color

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

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

This div border color is #614E8C.


Opacity

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

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

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

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

This text has shadow with #614E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614E8C on black background.


Color preview on white background

This text has color #614E8C on white background.



Black color preview on #614E8C background

This text has black color on #614E8C background.


White color preview on #614E8C background

This text has white color on #614E8C background.