COLOR #614265

HEX: #614265
RGB: (97,66,101)

Color info

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

RGB color model

#614265 color RGB value is (97,66,101).

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

RGB channels and saturation

R 97 of 255 = 38%
G 66 of 255 = 26%
B 101 of 255 = 40%

97
66
101

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

Portions of RGB colors in percentages

R + G + B =
97 + 66 + 101 = 264 (100%)
R 97 of 264 ~ 36.74%
G 66 of 264 ~ 25%
B 101 of 264 ~ 38.26%

%36.74
%25
%38.26

CMYK color model

#614265 color CMYK value is (4,35,0,60).

  • cyan value is 3.96%
  • magenta value is 34.65%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(4,35,0,60)
C4M35Y0K60 
(4%,35%,0%,60%)
(0.04/0.35/0.00/0.60)	

CMYK percentages

%3.96
%34.65
%0
%60.39

Codes

Color #614265 in popluar color models

614265
RGB9766101
HSL293°20.96%32.75%
HSB/HSV293°34.65%39.61%
CMYK3.96%34.65%0.00%
60.39%

Color #614265 in popluar number systems.

HEX614265
Decimal9766101
Binary110000110000101100101
Octal141102145

Shades and tints

Shades of #614265

#614265
(97,66,101)
#593C5C
(89,60,92)
#513653
(81,54,83)
#49304A
(73,48,74)
#412A41
(65,42,65)
#392438
(57,36,56)
#311E2F
(49,30,47)
#291826
(41,24,38)
#21121D
(33,18,29)
#190C14
(25,12,20)
#11060B
(17,6,11)
#000000
(0,0,0)

Tints of #614265

#614265
(97,66,101)
#6F5373
(111,83,115)
#7D6481
(125,100,129)
#8B758F
(139,117,143)
#99869D
(153,134,157)
#A797AB
(167,151,171)
#B5A8B9
(181,168,185)
#C3B9C7
(195,185,199)
#D1CAD5
(209,202,213)
#DFDBE3
(223,219,227)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614265; }

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

This text font color is #614265.


Background Color

.myBgColor { background-color: #614265; }

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

This div background color is #614265.


Border color

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

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

This div border color is #614265.


Opacity

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

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

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

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

This text has shadow with #614265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614265 on black background.


Color preview on white background

This text has color #614265 on white background.



Black color preview on #614265 background

This text has black color on #614265 background.


White color preview on #614265 background

This text has white color on #614265 background.