COLOR #614665

HEX: #614665
RGB: (97,70,101)

Color info

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

RGB color model

#614665 color RGB value is (97,70,101).

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

RGB channels and saturation

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

97
70
101

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

Portions of RGB colors in percentages

R + G + B =
97 + 70 + 101 = 268 (100%)
R 97 of 268 ~ 36.19%
G 70 of 268 ~ 26.12%
B 101 of 268 ~ 37.69%

%36.19
%26.12
%37.69

CMYK color model

#614665 color CMYK value is (4,31,0,60).

  • cyan value is 3.96%
  • magenta value is 30.69%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(4,31,0,60)
C4M31Y0K60 
(4%,31%,0%,60%)
(0.04/0.31/0.00/0.60)	

CMYK percentages

%3.96
%30.69
%0
%60.39

Codes

Color #614665 in popluar color models

614665
RGB9770101
HSL292°18.13%33.53%
HSB/HSV292°30.69%39.61%
CMYK3.96%30.69%0.00%
60.39%

Color #614665 in popluar number systems.

HEX614665
Decimal9770101
Binary110000110001101100101
Octal141106145

Shades and tints

Shades of #614665

#614665
(97,70,101)
#59405C
(89,64,92)
#513A53
(81,58,83)
#49344A
(73,52,74)
#412E41
(65,46,65)
#392838
(57,40,56)
#31222F
(49,34,47)
#291C26
(41,28,38)
#21161D
(33,22,29)
#191014
(25,16,20)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #614665

#614665
(97,70,101)
#6F5673
(111,86,115)
#7D6681
(125,102,129)
#8B768F
(139,118,143)
#99869D
(153,134,157)
#A796AB
(167,150,171)
#B5A6B9
(181,166,185)
#C3B6C7
(195,182,199)
#D1C6D5
(209,198,213)
#DFD6E3
(223,214,227)
#EDE6F1
(237,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614665; }

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

This text font color is #614665.


Background Color

.myBgColor { background-color: #614665; }

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

This div background color is #614665.


Border color

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

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

This div border color is #614665.


Opacity

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

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

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

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

This text has shadow with #614665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614665 on black background.


Color preview on white background

This text has color #614665 on white background.



Black color preview on #614665 background

This text has black color on #614665 background.


White color preview on #614665 background

This text has white color on #614665 background.