COLOR #614369

HEX: #614369
RGB: (97,67,105)

Color info

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

RGB color model

#614369 color RGB value is (97,67,105).

  • red value is 97;
  • green value is 67;
  • blue value is 105.
RGB:
(97,67,105)
(38%,26%,41%)

RGB channels and saturation

R 97 of 255 = 38%
G 67 of 255 = 26%
B 105 of 255 = 41%

97
67
105

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

Portions of RGB colors in percentages

R + G + B =
97 + 67 + 105 = 269 (100%)
R 97 of 269 ~ 36.06%
G 67 of 269 ~ 24.91%
B 105 of 269 ~ 39.03%

%36.06
%24.91
%39.03

CMYK color model

#614369 color CMYK value is (8,36,0,59).

  • cyan value is 7.62%
  • magenta value is 36.19%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(8,36,0,59)
C8M36Y0K59 
(8%,36%,0%,59%)
(0.08/0.36/0.00/0.59)	

CMYK percentages

%7.62
%36.19
%0
%58.82

Codes

Color #614369 in popluar color models

614369
RGB9767105
HSL287°22.09%33.73%
HSB/HSV287°36.19%41.18%
CMYK7.62%36.19%0.00%
58.82%

Color #614369 in popluar number systems.

HEX614369
Decimal9767105
Binary110000110000111101001
Octal141103151

Shades and tints

Shades of #614369

#614369
(97,67,105)
#593D60
(89,61,96)
#513757
(81,55,87)
#49314E
(73,49,78)
#412B45
(65,43,69)
#39253C
(57,37,60)
#311F33
(49,31,51)
#29192A
(41,25,42)
#211321
(33,19,33)
#190D18
(25,13,24)
#11070F
(17,7,15)
#000000
(0,0,0)

Tints of #614369

#614369
(97,67,105)
#6F5476
(111,84,118)
#7D6583
(125,101,131)
#8B7690
(139,118,144)
#99879D
(153,135,157)
#A798AA
(167,152,170)
#B5A9B7
(181,169,183)
#C3BAC4
(195,186,196)
#D1CBD1
(209,203,209)
#DFDCDE
(223,220,222)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614369 color. Also use rgb(97,67,105) instead hex code.

Text Font Color

.myTextColor { color: #614369; }

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

This text font color is #614369.


Background Color

.myBgColor { background-color: #614369; }

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

This div background color is #614369.


Border color

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

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

This div border color is #614369.


Opacity

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

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

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

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

This text has shadow with #614369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614369 on black background.


Color preview on white background

This text has color #614369 on white background.



Black color preview on #614369 background

This text has black color on #614369 background.


White color preview on #614369 background

This text has white color on #614369 background.