COLOR #614B84

HEX: #614B84
RGB: (97,75,132)

Color info

#614B84 contains red, green and blue colors in about the same proportion. Web safe color of #614B84 is #663399 (or #639).

RGB color model

#614B84 color RGB value is (97,75,132).

  • red value is 97;
  • green value is 75;
  • blue value is 132.
RGB:
(97,75,132)
(38%,29%,52%)

RGB channels and saturation

R 97 of 255 = 38%
G 75 of 255 = 29%
B 132 of 255 = 52%

97
75
132

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

Portions of RGB colors in percentages

R + G + B =
97 + 75 + 132 = 304 (100%)
R 97 of 304 ~ 31.91%
G 75 of 304 ~ 24.67%
B 132 of 304 ~ 43.42%

%31.91
%24.67
%43.42

CMYK color model

#614B84 color CMYK value is (27,43,0,48).

  • cyan value is 26.52%
  • magenta value is 43.18%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(27,43,0,48)
C27M43Y0K48 
(27%,43%,0%,48%)
(0.27/0.43/0.00/0.48)	

CMYK percentages

%26.52
%43.18
%0
%48.24

Codes

Color #614B84 in popluar color models

614B84
RGB9775132
HSL263°27.54%40.59%
HSB/HSV263°43.18%51.76%
CMYK26.52%43.18%0.00%
48.24%

Color #614B84 in popluar number systems.

HEX614B84
Decimal9775132
Binary1100001100101110000100
Octal141113204

Shades and tints

Shades of #614B84

#614B84
(97,75,132)
#594578
(89,69,120)
#513F6C
(81,63,108)
#493960
(73,57,96)
#413354
(65,51,84)
#392D48
(57,45,72)
#31273C
(49,39,60)
#292130
(41,33,48)
#211B24
(33,27,36)
#191518
(25,21,24)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #614B84

#614B84
(97,75,132)
#6F5B8F
(111,91,143)
#7D6B9A
(125,107,154)
#8B7BA5
(139,123,165)
#998BB0
(153,139,176)
#A79BBB
(167,155,187)
#B5ABC6
(181,171,198)
#C3BBD1
(195,187,209)
#D1CBDC
(209,203,220)
#DFDBE7
(223,219,231)
#EDEBF2
(237,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614B84 color. Also use rgb(97,75,132) instead hex code.

Text Font Color

.myTextColor { color: #614B84; }

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

This text font color is #614B84.


Background Color

.myBgColor { background-color: #614B84; }

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

This div background color is #614B84.


Border color

.myBorderColor { border: 1px solid #614B84; }

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

This div border color is #614B84.


Opacity

.myOpacity80 { color: #614B84; opacity: 0.8; }

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

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

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

This text has shadow with #614B84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614B84 on black background.


Color preview on white background

This text has color #614B84 on white background.



Black color preview on #614B84 background

This text has black color on #614B84 background.


White color preview on #614B84 background

This text has white color on #614B84 background.