COLOR #614978

HEX: #614978
RGB: (97,73,120)

Color info

#614978 contains red, green and blue colors in about the same proportion. Web safe color of #614978 is #663366 (or #636).

RGB color model

#614978 color RGB value is (97,73,120).

  • red value is 97;
  • green value is 73;
  • blue value is 120.
RGB:
(97,73,120)
(38%,29%,47%)

RGB channels and saturation

R 97 of 255 = 38%
G 73 of 255 = 29%
B 120 of 255 = 47%

97
73
120

R + G + B ~ 38%. #614978 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 73 + 120 = 290 (100%)
R 97 of 290 ~ 33.45%
G 73 of 290 ~ 25.17%
B 120 of 290 ~ 41.38%

%33.45
%25.17
%41.38

CMYK color model

#614978 color CMYK value is (19,39,0,53).

  • cyan value is 19.17%
  • magenta value is 39.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(19,39,0,53)
C19M39Y0K53 
(19%,39%,0%,53%)
(0.19/0.39/0.00/0.53)	

CMYK percentages

%19.17
%39.17
%0
%52.94

Codes

Color #614978 in popluar color models

614978
RGB9773120
HSL271°24.35%37.84%
HSB/HSV271°39.17%47.06%
CMYK19.17%39.17%0.00%
52.94%

Color #614978 in popluar number systems.

HEX614978
Decimal9773120
Binary110000110010011111000
Octal141111170

Shades and tints

Shades of #614978

#614978
(97,73,120)
#59436E
(89,67,110)
#513D64
(81,61,100)
#49375A
(73,55,90)
#413150
(65,49,80)
#392B46
(57,43,70)
#31253C
(49,37,60)
#291F32
(41,31,50)
#211928
(33,25,40)
#19131E
(25,19,30)
#110D14
(17,13,20)
#000000
(0,0,0)

Tints of #614978

#614978
(97,73,120)
#6F5984
(111,89,132)
#7D6990
(125,105,144)
#8B799C
(139,121,156)
#9989A8
(153,137,168)
#A799B4
(167,153,180)
#B5A9C0
(181,169,192)
#C3B9CC
(195,185,204)
#D1C9D8
(209,201,216)
#DFD9E4
(223,217,228)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614978 color. Also use rgb(97,73,120) instead hex code.

Text Font Color

.myTextColor { color: #614978; }

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

This text font color is #614978.


Background Color

.myBgColor { background-color: #614978; }

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

This div background color is #614978.


Border color

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

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

This div border color is #614978.


Opacity

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

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

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

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

This text has shadow with #614978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614978 on black background.


Color preview on white background

This text has color #614978 on white background.



Black color preview on #614978 background

This text has black color on #614978 background.


White color preview on #614978 background

This text has white color on #614978 background.