COLOR #615F95

HEX: #615F95
RGB: (97,95,149)

Color info

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

RGB color model

#615F95 color RGB value is (97,95,149).

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

RGB channels and saturation

R 97 of 255 = 38%
G 95 of 255 = 37%
B 149 of 255 = 58%

97
95
149

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

Portions of RGB colors in percentages

R + G + B =
97 + 95 + 149 = 341 (100%)
R 97 of 341 ~ 28.45%
G 95 of 341 ~ 27.86%
B 149 of 341 ~ 43.7%

%28.45
%27.86
%43.7

CMYK color model

#615F95 color CMYK value is (35,36,0,42).

  • cyan value is 34.90%
  • magenta value is 36.24%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(35,36,0,42)
C35M36Y0K42 
(35%,36%,0%,42%)
(0.35/0.36/0.00/0.42)	

CMYK percentages

%34.9
%36.24
%0
%41.57

Codes

Color #615F95 in popluar color models

615F95
RGB9795149
HSL242°22.13%47.84%
HSB/HSV242°36.24%58.43%
CMYK34.90%36.24%0.00%
41.57%

Color #615F95 in popluar number systems.

HEX615F95
Decimal9795149
Binary1100001101111110010101
Octal141137225

Shades and tints

Shades of #615F95

#615F95
(97,95,149)
#595788
(89,87,136)
#514F7B
(81,79,123)
#49476E
(73,71,110)
#413F61
(65,63,97)
#393754
(57,55,84)
#312F47
(49,47,71)
#29273A
(41,39,58)
#211F2D
(33,31,45)
#191720
(25,23,32)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #615F95

#615F95
(97,95,149)
#6F6D9E
(111,109,158)
#7D7BA7
(125,123,167)
#8B89B0
(139,137,176)
#9997B9
(153,151,185)
#A7A5C2
(167,165,194)
#B5B3CB
(181,179,203)
#C3C1D4
(195,193,212)
#D1CFDD
(209,207,221)
#DFDDE6
(223,221,230)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615F95; }

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

This text font color is #615F95.


Background Color

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

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

This div background color is #615F95.


Border color

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

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

This div border color is #615F95.


Opacity

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

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

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

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

This text has shadow with #615F95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615F95 on black background.


Color preview on white background

This text has color #615F95 on white background.



Black color preview on #615F95 background

This text has black color on #615F95 background.


White color preview on #615F95 background

This text has white color on #615F95 background.