COLOR #614C9C

HEX: #614C9C
RGB: (97,76,156)

Color info

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

RGB color model

#614C9C color RGB value is (97,76,156).

  • red value is 97;
  • green value is 76;
  • blue value is 156.
RGB:
(97,76,156)
(38%,30%,61%)

RGB channels and saturation

R 97 of 255 = 38%
G 76 of 255 = 30%
B 156 of 255 = 61%

97
76
156

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

Portions of RGB colors in percentages

R + G + B =
97 + 76 + 156 = 329 (100%)
R 97 of 329 ~ 29.48%
G 76 of 329 ~ 23.1%
B 156 of 329 ~ 47.42%

%29.48
%23.1
%47.42

CMYK color model

#614C9C color CMYK value is (38,51,0,39).

  • cyan value is 37.82%
  • magenta value is 51.28%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(38,51,0,39)
C38M51Y0K39 
(38%,51%,0%,39%)
(0.38/0.51/0.00/0.39)	

CMYK percentages

%37.82
%51.28
%0
%38.82

Codes

Color #614C9C in popluar color models

614C9C
RGB9776156
HSL256°34.48%45.49%
HSB/HSV256°51.28%61.18%
CMYK37.82%51.28%0.00%
38.82%

Color #614C9C in popluar number systems.

HEX614C9C
Decimal9776156
Binary1100001100110010011100
Octal141114234

Shades and tints

Shades of #614C9C

#614C9C
(97,76,156)
#59468E
(89,70,142)
#514080
(81,64,128)
#493A72
(73,58,114)
#413464
(65,52,100)
#392E56
(57,46,86)
#312848
(49,40,72)
#29223A
(41,34,58)
#211C2C
(33,28,44)
#19161E
(25,22,30)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #614C9C

#614C9C
(97,76,156)
#6F5CA5
(111,92,165)
#7D6CAE
(125,108,174)
#8B7CB7
(139,124,183)
#998CC0
(153,140,192)
#A79CC9
(167,156,201)
#B5ACD2
(181,172,210)
#C3BCDB
(195,188,219)
#D1CCE4
(209,204,228)
#DFDCED
(223,220,237)
#EDECF6
(237,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614C9C color. Also use rgb(97,76,156) instead hex code.

Text Font Color

.myTextColor { color: #614C9C; }

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

This text font color is #614C9C.


Background Color

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

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

This div background color is #614C9C.


Border color

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

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

This div border color is #614C9C.


Opacity

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

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

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

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

This text has shadow with #614C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614C9C on black background.


Color preview on white background

This text has color #614C9C on white background.



Black color preview on #614C9C background

This text has black color on #614C9C background.


White color preview on #614C9C background

This text has white color on #614C9C background.