COLOR #614470

HEX: #614470
RGB: (97,68,112)

Color info

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

RGB color model

#614470 color RGB value is (97,68,112).

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

RGB channels and saturation

R 97 of 255 = 38%
G 68 of 255 = 27%
B 112 of 255 = 44%

97
68
112

R + G + B ~ 36%. #614470 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 68 + 112 = 277 (100%)
R 97 of 277 ~ 35.02%
G 68 of 277 ~ 24.55%
B 112 of 277 ~ 40.43%

%35.02
%24.55
%40.43

CMYK color model

#614470 color CMYK value is (13,39,0,56).

  • cyan value is 13.39%
  • magenta value is 39.29%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(13,39,0,56)
C13M39Y0K56 
(13%,39%,0%,56%)
(0.13/0.39/0.00/0.56)	

CMYK percentages

%13.39
%39.29
%0
%56.08

Codes

Color #614470 in popluar color models

614470
RGB9768112
HSL280°24.44%35.29%
HSB/HSV280°39.29%43.92%
CMYK13.39%39.29%0.00%
56.08%

Color #614470 in popluar number systems.

HEX614470
Decimal9768112
Binary110000110001001110000
Octal141104160

Shades and tints

Shades of #614470

#614470
(97,68,112)
#593E66
(89,62,102)
#51385C
(81,56,92)
#493252
(73,50,82)
#412C48
(65,44,72)
#39263E
(57,38,62)
#312034
(49,32,52)
#291A2A
(41,26,42)
#211420
(33,20,32)
#190E16
(25,14,22)
#11080C
(17,8,12)
#000000
(0,0,0)

Tints of #614470

#614470
(97,68,112)
#6F557D
(111,85,125)
#7D668A
(125,102,138)
#8B7797
(139,119,151)
#9988A4
(153,136,164)
#A799B1
(167,153,177)
#B5AABE
(181,170,190)
#C3BBCB
(195,187,203)
#D1CCD8
(209,204,216)
#DFDDE5
(223,221,229)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614470; }

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

This text font color is #614470.


Background Color

.myBgColor { background-color: #614470; }

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

This div background color is #614470.


Border color

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

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

This div border color is #614470.


Opacity

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

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

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

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

This text has shadow with #614470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614470 on black background.


Color preview on white background

This text has color #614470 on white background.



Black color preview on #614470 background

This text has black color on #614470 background.


White color preview on #614470 background

This text has white color on #614470 background.