COLOR #615E9B

HEX: #615E9B RGB: (97,94,155)

Color info

#615E9B contains mainly red and blue colors. Web safe color of #615E9B is #666699 (or #669).

RGB color model

#615E9B color RGB value is (97,94,155).

RGB: (97,94,155) (38%, 37%, 61%)

RGB channels and saturation

R 97 of 255 = 38%
G 94 of 255 = 37%
B 155 of 255 = 61%

97
94
155

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

Portions of RGB colors in percentages

R + G + B = 97 + 94 + 155 = 346 (100%)
R 97 of 346 ~ 28.03%
G 94 of 346 ~ 27.17%
B 155 of 346 ~ 44.8'%

%28.03
%27.17
%44.8

CMYK color model

#615E9B color CMYK value is (37,39,0,39).

  • cyan value is 37.42%
  • magenta value is 39.35%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (37,39,0,39)
C37M39Y0K39 (37%, 39%, 0%, 39%)
(0.37 / 0.39 / 0.00 / 0.39)

CMYK percentages

%37.42
%39.35
%0
%39.22

Codes

Color #615E9B in popluar color models

61 5E 9B
RGB 97 94 155
HSL 243° 24.50% 48.82%
HSB/HSV 243° 39.35% 60.78%
CMYK 37.42% 39.35% 0.00%
39.22%

Color #615E9B in popluar number systems.

HEX 61 5E 9B
Decimal 97 94 155
Binary 1100001 1011110 10011011
Octal 141 136 233

Shades and tints

Shades of #615E9B

#615E9B
(97,94,155)
#59568D
(89,86,141)
#514E7F
(81,78,127)
#494671
(73,70,113)
#413E63
(65,62,99)
#393655
(57,54,85)
#312E47
(49,46,71)
#292639
(41,38,57)
#211E2B
(33,30,43)
#19161D
(25,22,29)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #615E9B

#615E9B
(97,94,155)
#6F6CA4
(111,108,164)
#7D7AAD
(125,122,173)
#8B88B6
(139,136,182)
#9996BF
(153,150,191)
#A7A4C8
(167,164,200)
#B5B2D1
(181,178,209)
#C3C0DA
(195,192,218)
#D1CEE3
(209,206,227)
#DFDCEC
(223,220,236)
#EDEAF5
(237,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615E9B color. Also use rgb(97,94,155) instead hex code.

Text Font Color

.myTextColor { color: #615E9B; }

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

This text font color is #615E9B.

Background Color

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

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

This div background color is #615E9B.

Border color

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

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

This div border color is #615E9B.

Opacity

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

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

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

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

This text has shadow with #615E9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #615E9B.

Preview

Color preview on black background

This text has color #615E9B on black background.


Color preview on white background

This text has color #615E9B on white background.


Black color preview on #615E9B background

This text has black color on #615E9B background.


White color preview on #615E9B background

This text has white color on #615E9B background.


Related colors

Complementary color

Complementary color for #hex is #9EA164.


I love getcolorcode.com

Triadic colors

1 #9B615E and #5E9B61 with #615E9B are triadic colors.

2 #9B5E61 and #5E619B with #615E9B are triadic colors.