COLOR #614F8A

HEX: #614F8A
RGB: (97,79,138)

Color info

#614F8A contains red, green and blue colors in about the same proportion. Web safe color of #614F8A is #666699 (or #669).

RGB color model

#614F8A color RGB value is (97,79,138).

  • red value is 97;
  • green value is 79;
  • blue value is 138.
RGB:
(97,79,138)
(38%,31%,54%)

RGB channels and saturation

R 97 of 255 = 38%
G 79 of 255 = 31%
B 138 of 255 = 54%

97
79
138

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

Portions of RGB colors in percentages

R + G + B =
97 + 79 + 138 = 314 (100%)
R 97 of 314 ~ 30.89%
G 79 of 314 ~ 25.16%
B 138 of 314 ~ 43.95%

%30.89
%25.16
%43.95

CMYK color model

#614F8A color CMYK value is (30,43,0,46).

  • cyan value is 29.71%
  • magenta value is 42.75%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(30,43,0,46)
C30M43Y0K46 
(30%,43%,0%,46%)
(0.30/0.43/0.00/0.46)	

CMYK percentages

%29.71
%42.75
%0
%45.88

Codes

Color #614F8A in popluar color models

614F8A
RGB9779138
HSL258°27.19%42.55%
HSB/HSV258°42.75%54.12%
CMYK29.71%42.75%0.00%
45.88%

Color #614F8A in popluar number systems.

HEX614F8A
Decimal9779138
Binary1100001100111110001010
Octal141117212

Shades and tints

Shades of #614F8A

#614F8A
(97,79,138)
#59487E
(89,72,126)
#514172
(81,65,114)
#493A66
(73,58,102)
#41335A
(65,51,90)
#392C4E
(57,44,78)
#312542
(49,37,66)
#291E36
(41,30,54)
#21172A
(33,23,42)
#19101E
(25,16,30)
#110912
(17,9,18)
#000000
(0,0,0)

Tints of #614F8A

#614F8A
(97,79,138)
#6F5F94
(111,95,148)
#7D6F9E
(125,111,158)
#8B7FA8
(139,127,168)
#998FB2
(153,143,178)
#A79FBC
(167,159,188)
#B5AFC6
(181,175,198)
#C3BFD0
(195,191,208)
#D1CFDA
(209,207,218)
#DFDFE4
(223,223,228)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614F8A color. Also use rgb(97,79,138) instead hex code.

Text Font Color

.myTextColor { color: #614F8A; }

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

This text font color is #614F8A.


Background Color

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

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

This div background color is #614F8A.


Border color

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

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

This div border color is #614F8A.


Opacity

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

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

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

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

This text has shadow with #614F8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614F8A on black background.


Color preview on white background

This text has color #614F8A on white background.



Black color preview on #614F8A background

This text has black color on #614F8A background.


White color preview on #614F8A background

This text has white color on #614F8A background.