COLOR #615D87

HEX: #615D87
RGB: (97,93,135)

Color info

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

RGB color model

#615D87 color RGB value is (97,93,135).

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

RGB channels and saturation

R 97 of 255 = 38%
G 93 of 255 = 36%
B 135 of 255 = 53%

97
93
135

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

Portions of RGB colors in percentages

R + G + B =
97 + 93 + 135 = 325 (100%)
R 97 of 325 ~ 29.85%
G 93 of 325 ~ 28.62%
B 135 of 325 ~ 41.54%

%29.85
%28.62
%41.54

CMYK color model

#615D87 color CMYK value is (28,31,0,47).

  • cyan value is 28.15%
  • magenta value is 31.11%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(28,31,0,47)
C28M31Y0K47 
(28%,31%,0%,47%)
(0.28/0.31/0.00/0.47)	

CMYK percentages

%28.15
%31.11
%0
%47.06

Codes

Color #615D87 in popluar color models

615D87
RGB9793135
HSL246°18.42%44.71%
HSB/HSV246°31.11%52.94%
CMYK28.15%31.11%0.00%
47.06%

Color #615D87 in popluar number systems.

HEX615D87
Decimal9793135
Binary1100001101110110000111
Octal141135207

Shades and tints

Shades of #615D87

#615D87
(97,93,135)
#59557B
(89,85,123)
#514D6F
(81,77,111)
#494563
(73,69,99)
#413D57
(65,61,87)
#39354B
(57,53,75)
#312D3F
(49,45,63)
#292533
(41,37,51)
#211D27
(33,29,39)
#19151B
(25,21,27)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #615D87

#615D87
(97,93,135)
#6F6B91
(111,107,145)
#7D799B
(125,121,155)
#8B87A5
(139,135,165)
#9995AF
(153,149,175)
#A7A3B9
(167,163,185)
#B5B1C3
(181,177,195)
#C3BFCD
(195,191,205)
#D1CDD7
(209,205,215)
#DFDBE1
(223,219,225)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615D87; }

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

This text font color is #615D87.


Background Color

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

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

This div background color is #615D87.


Border color

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

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

This div border color is #615D87.


Opacity

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

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

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

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

This text has shadow with #615D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615D87 on black background.


Color preview on white background

This text has color #615D87 on white background.



Black color preview on #615D87 background

This text has black color on #615D87 background.


White color preview on #615D87 background

This text has white color on #615D87 background.