COLOR #614459

HEX: #614459
RGB: (97,68,89)

Color info

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

RGB color model

#614459 color RGB value is (97,68,89).

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

RGB channels and saturation

R 97 of 255 = 38%
G 68 of 255 = 27%
B 89 of 255 = 35%

97
68
89

R + G + B ~ 33%. #614459 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 68 + 89 = 254 (100%)
R 97 of 254 ~ 38.19%
G 68 of 254 ~ 26.77%
B 89 of 254 ~ 35.04%

%38.19
%26.77
%35.04

CMYK color model

#614459 color CMYK value is (0,30,8,62).

  • cyan value is 0.00%
  • magenta value is 29.90%
  • yellow value is 8.25%
  • key color value is 61.96%
CMYK:
(0,30,8,62)
C0M30Y8K62 
(0%,30%,8%,62%)
(0.00/0.30/0.08/0.62)	

CMYK percentages

%0
%29.9
%8.25
%61.96

Codes

Color #614459 in popluar color models

614459
RGB976889
HSL317°17.58%32.35%
HSB/HSV317°29.90%38.04%
CMYK0.00%29.90%8.25%
61.96%

Color #614459 in popluar number systems.

HEX614459
Decimal976889
Binary110000110001001011001
Octal141104131

Shades and tints

Shades of #614459

#614459
(97,68,89)
#593E51
(89,62,81)
#513849
(81,56,73)
#493241
(73,50,65)
#412C39
(65,44,57)
#392631
(57,38,49)
#312029
(49,32,41)
#291A21
(41,26,33)
#211419
(33,20,25)
#190E11
(25,14,17)
#110809
(17,8,9)
#000000
(0,0,0)

Tints of #614459

#614459
(97,68,89)
#6F5568
(111,85,104)
#7D6677
(125,102,119)
#8B7786
(139,119,134)
#998895
(153,136,149)
#A799A4
(167,153,164)
#B5AAB3
(181,170,179)
#C3BBC2
(195,187,194)
#D1CCD1
(209,204,209)
#DFDDE0
(223,221,224)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614459; }

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

This text font color is #614459.


Background Color

.myBgColor { background-color: #614459; }

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

This div background color is #614459.


Border color

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

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

This div border color is #614459.


Opacity

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

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

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

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

This text has shadow with #614459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614459 on black background.


Color preview on white background

This text has color #614459 on white background.



Black color preview on #614459 background

This text has black color on #614459 background.


White color preview on #614459 background

This text has white color on #614459 background.