COLOR #615C9A

HEX: #615C9A
RGB: (97,92,154)

Color info

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

RGB color model

#615C9A color RGB value is (97,92,154).

  • red value is 97;
  • green value is 92;
  • blue value is 154.
RGB:
(97,92,154)
(38%,36%,60%)

RGB channels and saturation

R 97 of 255 = 38%
G 92 of 255 = 36%
B 154 of 255 = 60%

97
92
154

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

Portions of RGB colors in percentages

R + G + B =
97 + 92 + 154 = 343 (100%)
R 97 of 343 ~ 28.28%
G 92 of 343 ~ 26.82%
B 154 of 343 ~ 44.9%

%28.28
%26.82
%44.9

CMYK color model

#615C9A color CMYK value is (37,40,0,40).

  • cyan value is 37.01%
  • magenta value is 40.26%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(37,40,0,40)
C37M40Y0K40 
(37%,40%,0%,40%)
(0.37/0.40/0.00/0.40)	

CMYK percentages

%37.01
%40.26
%0
%39.61

Codes

Color #615C9A in popluar color models

615C9A
RGB9792154
HSL245°25.20%48.24%
HSB/HSV245°40.26%60.39%
CMYK37.01%40.26%0.00%
39.61%

Color #615C9A in popluar number systems.

HEX615C9A
Decimal9792154
Binary1100001101110010011010
Octal141134232

Shades and tints

Shades of #615C9A

#615C9A
(97,92,154)
#59548C
(89,84,140)
#514C7E
(81,76,126)
#494470
(73,68,112)
#413C62
(65,60,98)
#393454
(57,52,84)
#312C46
(49,44,70)
#292438
(41,36,56)
#211C2A
(33,28,42)
#19141C
(25,20,28)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #615C9A

#615C9A
(97,92,154)
#6F6AA3
(111,106,163)
#7D78AC
(125,120,172)
#8B86B5
(139,134,181)
#9994BE
(153,148,190)
#A7A2C7
(167,162,199)
#B5B0D0
(181,176,208)
#C3BED9
(195,190,217)
#D1CCE2
(209,204,226)
#DFDAEB
(223,218,235)
#EDE8F4
(237,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615C9A color. Also use rgb(97,92,154) instead hex code.

Text Font Color

.myTextColor { color: #615C9A; }

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

This text font color is #615C9A.


Background Color

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

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

This div background color is #615C9A.


Border color

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

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

This div border color is #615C9A.


Opacity

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

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

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

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

This text has shadow with #615C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615C9A on black background.


Color preview on white background

This text has color #615C9A on white background.



Black color preview on #615C9A background

This text has black color on #615C9A background.


White color preview on #615C9A background

This text has white color on #615C9A background.