COLOR #615F7D

HEX: #615F7D
RGB: (97,95,125)

Color info

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

RGB color model

#615F7D color RGB value is (97,95,125).

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

RGB channels and saturation

R 97 of 255 = 38%
G 95 of 255 = 37%
B 125 of 255 = 49%

97
95
125

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

Portions of RGB colors in percentages

R + G + B =
97 + 95 + 125 = 317 (100%)
R 97 of 317 ~ 30.6%
G 95 of 317 ~ 29.97%
B 125 of 317 ~ 39.43%

%30.6
%29.97
%39.43

CMYK color model

#615F7D color CMYK value is (22,24,0,51).

  • cyan value is 22.40%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(22,24,0,51)
C22M24Y0K51 
(22%,24%,0%,51%)
(0.22/0.24/0.00/0.51)	

CMYK percentages

%22.4
%24
%0
%50.98

Codes

Color #615F7D in popluar color models

615F7D
RGB9795125
HSL244°13.64%43.14%
HSB/HSV244°24.00%49.02%
CMYK22.40%24.00%0.00%
50.98%

Color #615F7D in popluar number systems.

HEX615F7D
Decimal9795125
Binary110000110111111111101
Octal141137175

Shades and tints

Shades of #615F7D

#615F7D
(97,95,125)
#595772
(89,87,114)
#514F67
(81,79,103)
#49475C
(73,71,92)
#413F51
(65,63,81)
#393746
(57,55,70)
#312F3B
(49,47,59)
#292730
(41,39,48)
#211F25
(33,31,37)
#19171A
(25,23,26)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #615F7D

#615F7D
(97,95,125)
#6F6D88
(111,109,136)
#7D7B93
(125,123,147)
#8B899E
(139,137,158)
#9997A9
(153,151,169)
#A7A5B4
(167,165,180)
#B5B3BF
(181,179,191)
#C3C1CA
(195,193,202)
#D1CFD5
(209,207,213)
#DFDDE0
(223,221,224)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615F7D; }

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

This text font color is #615F7D.


Background Color

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

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

This div background color is #615F7D.


Border color

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

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

This div border color is #615F7D.


Opacity

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

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

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

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

This text has shadow with #615F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615F7D on black background.


Color preview on white background

This text has color #615F7D on white background.



Black color preview on #615F7D background

This text has black color on #615F7D background.


White color preview on #615F7D background

This text has white color on #615F7D background.