COLOR #614565

HEX: #614565
RGB: (97,69,101)

Color info

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

RGB color model

#614565 color RGB value is (97,69,101).

  • red value is 97;
  • green value is 69;
  • blue value is 101.
RGB:
(97,69,101)
(38%,27%,40%)

RGB channels and saturation

R 97 of 255 = 38%
G 69 of 255 = 27%
B 101 of 255 = 40%

97
69
101

R + G + B ~ 35%. #614565 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 69 + 101 = 267 (100%)
R 97 of 267 ~ 36.33%
G 69 of 267 ~ 25.84%
B 101 of 267 ~ 37.83%

%36.33
%25.84
%37.83

CMYK color model

#614565 color CMYK value is (4,32,0,60).

  • cyan value is 3.96%
  • magenta value is 31.68%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(4,32,0,60)
C4M32Y0K60 
(4%,32%,0%,60%)
(0.04/0.32/0.00/0.60)	

CMYK percentages

%3.96
%31.68
%0
%60.39

Codes

Color #614565 in popluar color models

614565
RGB9769101
HSL293°18.82%33.33%
HSB/HSV293°31.68%39.61%
CMYK3.96%31.68%0.00%
60.39%

Color #614565 in popluar number systems.

HEX614565
Decimal9769101
Binary110000110001011100101
Octal141105145

Shades and tints

Shades of #614565

#614565
(97,69,101)
#593F5C
(89,63,92)
#513953
(81,57,83)
#49334A
(73,51,74)
#412D41
(65,45,65)
#392738
(57,39,56)
#31212F
(49,33,47)
#291B26
(41,27,38)
#21151D
(33,21,29)
#190F14
(25,15,20)
#11090B
(17,9,11)
#000000
(0,0,0)

Tints of #614565

#614565
(97,69,101)
#6F5573
(111,85,115)
#7D6581
(125,101,129)
#8B758F
(139,117,143)
#99859D
(153,133,157)
#A795AB
(167,149,171)
#B5A5B9
(181,165,185)
#C3B5C7
(195,181,199)
#D1C5D5
(209,197,213)
#DFD5E3
(223,213,227)
#EDE5F1
(237,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614565 color. Also use rgb(97,69,101) instead hex code.

Text Font Color

.myTextColor { color: #614565; }

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

This text font color is #614565.


Background Color

.myBgColor { background-color: #614565; }

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

This div background color is #614565.


Border color

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

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

This div border color is #614565.


Opacity

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

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

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

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

This text has shadow with #614565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614565 on black background.


Color preview on white background

This text has color #614565 on white background.



Black color preview on #614565 background

This text has black color on #614565 background.


White color preview on #614565 background

This text has white color on #614565 background.