COLOR #615B9F

HEX: #615B9F RGB: (97,91,159)

Color info

#615B9F contains mainly blue color. Web safe color of #615B9F is #666699 (or #669).

RGB color model

#615B9F color RGB value is (97,91,159).

RGB: (97,91,159) (38%, 36%, 62%)

RGB channels and saturation

R 97 of 255 = 38%
G 91 of 255 = 36%
B 159 of 255 = 62%

97
91
159

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

Portions of RGB colors in percentages

R + G + B = 97 + 91 + 159 = 347 (100%)
R 97 of 347 ~ 27.95%
G 91 of 347 ~ 26.22%
B 159 of 347 ~ 45.82'%

%27.95
%26.22
%45.82

CMYK color model

#615B9F color CMYK value is (39,43,0,38).

  • cyan value is 38.99%
  • magenta value is 42.77%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (39,43,0,38)
C39M43Y0K38 (39%, 43%, 0%, 38%)
(0.39 / 0.43 / 0.00 / 0.38)

CMYK percentages

%38.99
%42.77
%0
%37.65

Codes

Color #615B9F in popluar color models

61 5B 9F
RGB 97 91 159
HSL 245° 27.20% 49.02%
HSB/HSV 245° 42.77% 62.35%
CMYK 38.99% 42.77% 0.00%
37.65%

Color #615B9F in popluar number systems.

HEX 61 5B 9F
Decimal 97 91 159
Binary 1100001 1011011 10011111
Octal 141 133 237

Shades and tints

Shades of #615B9F

#615B9F
(97,91,159)
#595391
(89,83,145)
#514B83
(81,75,131)
#494375
(73,67,117)
#413B67
(65,59,103)
#393359
(57,51,89)
#312B4B
(49,43,75)
#29233D
(41,35,61)
#211B2F
(33,27,47)
#191321
(25,19,33)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #615B9F

#615B9F
(97,91,159)
#6F69A7
(111,105,167)
#7D77AF
(125,119,175)
#8B85B7
(139,133,183)
#9993BF
(153,147,191)
#A7A1C7
(167,161,199)
#B5AFCF
(181,175,207)
#C3BDD7
(195,189,215)
#D1CBDF
(209,203,223)
#DFD9E7
(223,217,231)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615B9F; }

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

This text font color is #615B9F.

Background Color

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

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

This div background color is #615B9F.

Border color

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

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

This div border color is #615B9F.

Opacity

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

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

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

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

This text has shadow with #615B9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #615B9F.

Preview

Color preview on black background

This text has color #615B9F on black background.


Color preview on white background

This text has color #615B9F on white background.


Black color preview on #615B9F background

This text has black color on #615B9F background.


White color preview on #615B9F background

This text has white color on #615B9F background.


Related colors

Complementary color

Complementary color for #hex is #9EA460.


I love getcolorcode.com

Triadic colors

1 #9F615B and #5B9F61 with #615B9F are triadic colors.

2 #9F5B61 and #5B619F with #615B9F are triadic colors.