COLOR #614C7D

HEX: #614C7D
RGB: (97,76,125)

Color info

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

RGB color model

#614C7D color RGB value is (97,76,125).

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

RGB channels and saturation

R 97 of 255 = 38%
G 76 of 255 = 30%
B 125 of 255 = 49%

97
76
125

R + G + B ~ 39%. #614C7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 76 + 125 = 298 (100%)
R 97 of 298 ~ 32.55%
G 76 of 298 ~ 25.5%
B 125 of 298 ~ 41.95%

%32.55
%25.5
%41.95

CMYK color model

#614C7D color CMYK value is (22,39,0,51).

  • cyan value is 22.40%
  • magenta value is 39.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(22,39,0,51)
C22M39Y0K51 
(22%,39%,0%,51%)
(0.22/0.39/0.00/0.51)	

CMYK percentages

%22.4
%39.2
%0
%50.98

Codes

Color #614C7D in popluar color models

614C7D
RGB9776125
HSL266°24.38%39.41%
HSB/HSV266°39.20%49.02%
CMYK22.40%39.20%0.00%
50.98%

Color #614C7D in popluar number systems.

HEX614C7D
Decimal9776125
Binary110000110011001111101
Octal141114175

Shades and tints

Shades of #614C7D

#614C7D
(97,76,125)
#594672
(89,70,114)
#514067
(81,64,103)
#493A5C
(73,58,92)
#413451
(65,52,81)
#392E46
(57,46,70)
#31283B
(49,40,59)
#292230
(41,34,48)
#211C25
(33,28,37)
#19161A
(25,22,26)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #614C7D

#614C7D
(97,76,125)
#6F5C88
(111,92,136)
#7D6C93
(125,108,147)
#8B7C9E
(139,124,158)
#998CA9
(153,140,169)
#A79CB4
(167,156,180)
#B5ACBF
(181,172,191)
#C3BCCA
(195,188,202)
#D1CCD5
(209,204,213)
#DFDCE0
(223,220,224)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614C7D; }

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

This text font color is #614C7D.


Background Color

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

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

This div background color is #614C7D.


Border color

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

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

This div border color is #614C7D.


Opacity

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

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

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

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

This text has shadow with #614C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614C7D on black background.


Color preview on white background

This text has color #614C7D on white background.



Black color preview on #614C7D background

This text has black color on #614C7D background.


White color preview on #614C7D background

This text has white color on #614C7D background.