COLOR #614889

HEX: #614889
RGB: (97,72,137)

Color info

#614889 contains mainly red and blue colors. Web safe color of #614889 is #663399 (or #639).

RGB color model

#614889 color RGB value is (97,72,137).

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

RGB channels and saturation

R 97 of 255 = 38%
G 72 of 255 = 28%
B 137 of 255 = 54%

97
72
137

R + G + B ~ 40%. #614889 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 72 + 137 = 306 (100%)
R 97 of 306 ~ 31.7%
G 72 of 306 ~ 23.53%
B 137 of 306 ~ 44.77%

%31.7
%23.53
%44.77

CMYK color model

#614889 color CMYK value is (29,47,0,46).

  • cyan value is 29.20%
  • magenta value is 47.45%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(29,47,0,46)
C29M47Y0K46 
(29%,47%,0%,46%)
(0.29/0.47/0.00/0.46)	

CMYK percentages

%29.2
%47.45
%0
%46.27

Codes

Color #614889 in popluar color models

614889
RGB9772137
HSL263°31.10%40.98%
HSB/HSV263°47.45%53.73%
CMYK29.20%47.45%0.00%
46.27%

Color #614889 in popluar number systems.

HEX614889
Decimal9772137
Binary1100001100100010001001
Octal141110211

Shades and tints

Shades of #614889

#614889
(97,72,137)
#59427D
(89,66,125)
#513C71
(81,60,113)
#493665
(73,54,101)
#413059
(65,48,89)
#392A4D
(57,42,77)
#312441
(49,36,65)
#291E35
(41,30,53)
#211829
(33,24,41)
#19121D
(25,18,29)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #614889

#614889
(97,72,137)
#6F5893
(111,88,147)
#7D689D
(125,104,157)
#8B78A7
(139,120,167)
#9988B1
(153,136,177)
#A798BB
(167,152,187)
#B5A8C5
(181,168,197)
#C3B8CF
(195,184,207)
#D1C8D9
(209,200,217)
#DFD8E3
(223,216,227)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614889; }

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

This text font color is #614889.


Background Color

.myBgColor { background-color: #614889; }

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

This div background color is #614889.


Border color

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

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

This div border color is #614889.


Opacity

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

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

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

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

This text has shadow with #614889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614889 on black background.


Color preview on white background

This text has color #614889 on white background.



Black color preview on #614889 background

This text has black color on #614889 background.


White color preview on #614889 background

This text has white color on #614889 background.