COLOR #614493

HEX: #614493
RGB: (97,68,147)

Color info

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

RGB color model

#614493 color RGB value is (97,68,147).

  • red value is 97;
  • green value is 68;
  • blue value is 147.
RGB:
(97,68,147)
(38%,27%,58%)

RGB channels and saturation

R 97 of 255 = 38%
G 68 of 255 = 27%
B 147 of 255 = 58%

97
68
147

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

Portions of RGB colors in percentages

R + G + B =
97 + 68 + 147 = 312 (100%)
R 97 of 312 ~ 31.09%
G 68 of 312 ~ 21.79%
B 147 of 312 ~ 47.12%

%31.09
%21.79
%47.12

CMYK color model

#614493 color CMYK value is (34,54,0,42).

  • cyan value is 34.01%
  • magenta value is 53.74%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(34,54,0,42)
C34M54Y0K42 
(34%,54%,0%,42%)
(0.34/0.54/0.00/0.42)	

CMYK percentages

%34.01
%53.74
%0
%42.35

Codes

Color #614493 in popluar color models

614493
RGB9768147
HSL262°36.74%42.16%
HSB/HSV262°53.74%57.65%
CMYK34.01%53.74%0.00%
42.35%

Color #614493 in popluar number systems.

HEX614493
Decimal9768147
Binary1100001100010010010011
Octal141104223

Shades and tints

Shades of #614493

#614493
(97,68,147)
#593E86
(89,62,134)
#513879
(81,56,121)
#49326C
(73,50,108)
#412C5F
(65,44,95)
#392652
(57,38,82)
#312045
(49,32,69)
#291A38
(41,26,56)
#21142B
(33,20,43)
#190E1E
(25,14,30)
#110811
(17,8,17)
#000000
(0,0,0)

Tints of #614493

#614493
(97,68,147)
#6F559C
(111,85,156)
#7D66A5
(125,102,165)
#8B77AE
(139,119,174)
#9988B7
(153,136,183)
#A799C0
(167,153,192)
#B5AAC9
(181,170,201)
#C3BBD2
(195,187,210)
#D1CCDB
(209,204,219)
#DFDDE4
(223,221,228)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614493 color. Also use rgb(97,68,147) instead hex code.

Text Font Color

.myTextColor { color: #614493; }

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

This text font color is #614493.


Background Color

.myBgColor { background-color: #614493; }

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

This div background color is #614493.


Border color

.myBorderColor { border: 1px solid #614493; }

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

This div border color is #614493.


Opacity

.myOpacity80 { color: #614493; opacity: 0.8; }

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

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

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

This text has shadow with #614493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614493 on black background.


Color preview on white background

This text has color #614493 on white background.



Black color preview on #614493 background

This text has black color on #614493 background.


White color preview on #614493 background

This text has white color on #614493 background.