COLOR #615E89

HEX: #615E89 RGB: (97,94,137)

Color info

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

RGB color model

#615E89 color RGB value is (97,94,137).

RGB: (97,94,137) (38%, 37%, 54%)

RGB channels and saturation

R 97 of 255 = 38%
G 94 of 255 = 37%
B 137 of 255 = 54%

97
94
137

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

Portions of RGB colors in percentages

R + G + B = 97 + 94 + 137 = 328 (100%)
R 97 of 328 ~ 29.57%
G 94 of 328 ~ 28.66%
B 137 of 328 ~ 41.77'%

%29.57
%28.66
%41.77

CMYK color model

#615E89 color CMYK value is (29,31,0,46).

  • cyan value is 29.20%
  • magenta value is 31.39%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (29,31,0,46)
C29M31Y0K46 (29%, 31%, 0%, 46%)
(0.29 / 0.31 / 0.00 / 0.46)

CMYK percentages

%29.2
%31.39
%0
%46.27

Codes

Color #615E89 in popluar color models

61 5E 89
RGB 97 94 137
HSL 244° 18.61% 45.29%
HSB/HSV 244° 31.39% 53.73%
CMYK 29.20% 31.39% 0.00%
46.27%

Color #615E89 in popluar number systems.

HEX 61 5E 89
Decimal 97 94 137
Binary 1100001 1011110 10001001
Octal 141 136 211

Shades and tints

Shades of #615E89

#615E89
(97,94,137)
#59567D
(89,86,125)
#514E71
(81,78,113)
#494665
(73,70,101)
#413E59
(65,62,89)
#39364D
(57,54,77)
#312E41
(49,46,65)
#292635
(41,38,53)
#211E29
(33,30,41)
#19161D
(25,22,29)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #615E89

#615E89
(97,94,137)
#6F6C93
(111,108,147)
#7D7A9D
(125,122,157)
#8B88A7
(139,136,167)
#9996B1
(153,150,177)
#A7A4BB
(167,164,187)
#B5B2C5
(181,178,197)
#C3C0CF
(195,192,207)
#D1CED9
(209,206,217)
#DFDCE3
(223,220,227)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615E89; }

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

This text font color is #615E89.

Background Color

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

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

This div background color is #615E89.

Border color

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

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

This div border color is #615E89.

Opacity

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

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

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

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

This text has shadow with #615E89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #615E89.

Preview

Color preview on black background

This text has color #615E89 on black background.


Color preview on white background

This text has color #615E89 on white background.


Black color preview on #615E89 background

This text has black color on #615E89 background.


White color preview on #615E89 background

This text has white color on #615E89 background.


Related colors

Complementary color

Complementary color for #hex is #9EA176.


I love getcolorcode.com

Triadic colors

1 #89615E and #5E8961 with #615E89 are triadic colors.

2 #895E61 and #5E6189 with #615E89 are triadic colors.