COLOR #615D94

HEX: #615D94
RGB: (97,93,148)

Color info

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

RGB color model

#615D94 color RGB value is (97,93,148).

  • red value is 97;
  • green value is 93;
  • blue value is 148.
RGB:
(97,93,148)
(38%,36%,58%)

RGB channels and saturation

R 97 of 255 = 38%
G 93 of 255 = 36%
B 148 of 255 = 58%

97
93
148

R + G + B ~ 44%. #615D94 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 93 + 148 = 338 (100%)
R 97 of 338 ~ 28.7%
G 93 of 338 ~ 27.51%
B 148 of 338 ~ 43.79%

%28.7
%27.51
%43.79

CMYK color model

#615D94 color CMYK value is (34,37,0,42).

  • cyan value is 34.46%
  • magenta value is 37.16%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(34,37,0,42)
C34M37Y0K42 
(34%,37%,0%,42%)
(0.34/0.37/0.00/0.42)	

CMYK percentages

%34.46
%37.16
%0
%41.96

Codes

Color #615D94 in popluar color models

615D94
RGB9793148
HSL244°22.82%47.25%
HSB/HSV244°37.16%58.04%
CMYK34.46%37.16%0.00%
41.96%

Color #615D94 in popluar number systems.

HEX615D94
Decimal9793148
Binary1100001101110110010100
Octal141135224

Shades and tints

Shades of #615D94

#615D94
(97,93,148)
#595587
(89,85,135)
#514D7A
(81,77,122)
#49456D
(73,69,109)
#413D60
(65,61,96)
#393553
(57,53,83)
#312D46
(49,45,70)
#292539
(41,37,57)
#211D2C
(33,29,44)
#19151F
(25,21,31)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #615D94

#615D94
(97,93,148)
#6F6B9D
(111,107,157)
#7D79A6
(125,121,166)
#8B87AF
(139,135,175)
#9995B8
(153,149,184)
#A7A3C1
(167,163,193)
#B5B1CA
(181,177,202)
#C3BFD3
(195,191,211)
#D1CDDC
(209,205,220)
#DFDBE5
(223,219,229)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615D94 color. Also use rgb(97,93,148) instead hex code.

Text Font Color

.myTextColor { color: #615D94; }

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

This text font color is #615D94.


Background Color

.myBgColor { background-color: #615D94; }

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

This div background color is #615D94.


Border color

.myBorderColor { border: 1px solid #615D94; }

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

This div border color is #615D94.


Opacity

.myOpacity80 { color: #615D94; opacity: 0.8; }

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

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

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

This text has shadow with #615D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615D94 on black background.


Color preview on white background

This text has color #615D94 on white background.



Black color preview on #615D94 background

This text has black color on #615D94 background.


White color preview on #615D94 background

This text has white color on #615D94 background.