COLOR #614866

HEX: #614866
RGB: (97,72,102)

Color info

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

RGB color model

#614866 color RGB value is (97,72,102).

  • red value is 97;
  • green value is 72;
  • blue value is 102.
RGB:
(97,72,102)
(38%,28%,40%)

RGB channels and saturation

R 97 of 255 = 38%
G 72 of 255 = 28%
B 102 of 255 = 40%

97
72
102

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

Portions of RGB colors in percentages

R + G + B =
97 + 72 + 102 = 271 (100%)
R 97 of 271 ~ 35.79%
G 72 of 271 ~ 26.57%
B 102 of 271 ~ 37.64%

%35.79
%26.57
%37.64

CMYK color model

#614866 color CMYK value is (5,29,0,60).

  • cyan value is 4.90%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(5,29,0,60)
C5M29Y0K60 
(5%,29%,0%,60%)
(0.05/0.29/0.00/0.60)	

CMYK percentages

%4.9
%29.41
%0
%60

Codes

Color #614866 in popluar color models

614866
RGB9772102
HSL290°17.24%34.12%
HSB/HSV290°29.41%40.00%
CMYK4.90%29.41%0.00%
60.00%

Color #614866 in popluar number systems.

HEX614866
Decimal9772102
Binary110000110010001100110
Octal141110146

Shades and tints

Shades of #614866

#614866
(97,72,102)
#59425D
(89,66,93)
#513C54
(81,60,84)
#49364B
(73,54,75)
#413042
(65,48,66)
#392A39
(57,42,57)
#312430
(49,36,48)
#291E27
(41,30,39)
#21181E
(33,24,30)
#191215
(25,18,21)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #614866

#614866
(97,72,102)
#6F5873
(111,88,115)
#7D6880
(125,104,128)
#8B788D
(139,120,141)
#99889A
(153,136,154)
#A798A7
(167,152,167)
#B5A8B4
(181,168,180)
#C3B8C1
(195,184,193)
#D1C8CE
(209,200,206)
#DFD8DB
(223,216,219)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614866 color. Also use rgb(97,72,102) instead hex code.

Text Font Color

.myTextColor { color: #614866; }

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

This text font color is #614866.


Background Color

.myBgColor { background-color: #614866; }

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

This div background color is #614866.


Border color

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

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

This div border color is #614866.


Opacity

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

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

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

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

This text has shadow with #614866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614866 on black background.


Color preview on white background

This text has color #614866 on white background.



Black color preview on #614866 background

This text has black color on #614866 background.


White color preview on #614866 background

This text has white color on #614866 background.