COLOR #615B7D

HEX: #615B7D
RGB: (97,91,125)

Color info

#615B7D contains red, green and blue colors in about the same proportion. Web safe color of #615B7D is #666666 (or #666).

RGB color model

#615B7D color RGB value is (97,91,125).

  • red value is 97;
  • green value is 91;
  • blue value is 125.
RGB:
(97,91,125)
(38%,36%,49%)

RGB channels and saturation

R 97 of 255 = 38%
G 91 of 255 = 36%
B 125 of 255 = 49%

97
91
125

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

Portions of RGB colors in percentages

R + G + B =
97 + 91 + 125 = 313 (100%)
R 97 of 313 ~ 30.99%
G 91 of 313 ~ 29.07%
B 125 of 313 ~ 39.94%

%30.99
%29.07
%39.94

CMYK color model

#615B7D color CMYK value is (22,27,0,51).

  • cyan value is 22.40%
  • magenta value is 27.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(22,27,0,51)
C22M27Y0K51 
(22%,27%,0%,51%)
(0.22/0.27/0.00/0.51)	

CMYK percentages

%22.4
%27.2
%0
%50.98

Codes

Color #615B7D in popluar color models

615B7D
RGB9791125
HSL251°15.74%42.35%
HSB/HSV251°27.20%49.02%
CMYK22.40%27.20%0.00%
50.98%

Color #615B7D in popluar number systems.

HEX615B7D
Decimal9791125
Binary110000110110111111101
Octal141133175

Shades and tints

Shades of #615B7D

#615B7D
(97,91,125)
#595372
(89,83,114)
#514B67
(81,75,103)
#49435C
(73,67,92)
#413B51
(65,59,81)
#393346
(57,51,70)
#312B3B
(49,43,59)
#292330
(41,35,48)
#211B25
(33,27,37)
#19131A
(25,19,26)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #615B7D

#615B7D
(97,91,125)
#6F6988
(111,105,136)
#7D7793
(125,119,147)
#8B859E
(139,133,158)
#9993A9
(153,147,169)
#A7A1B4
(167,161,180)
#B5AFBF
(181,175,191)
#C3BDCA
(195,189,202)
#D1CBD5
(209,203,213)
#DFD9E0
(223,217,224)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615B7D color. Also use rgb(97,91,125) instead hex code.

Text Font Color

.myTextColor { color: #615B7D; }

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

This text font color is #615B7D.


Background Color

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

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

This div background color is #615B7D.


Border color

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

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

This div border color is #615B7D.


Opacity

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

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

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

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

This text has shadow with #615B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615B7D on black background.


Color preview on white background

This text has color #615B7D on white background.



Black color preview on #615B7D background

This text has black color on #615B7D background.


White color preview on #615B7D background

This text has white color on #615B7D background.