COLOR #615C90

HEX: #615C90 RGB: (97,92,144)

Color info

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

RGB color model

#615C90 color RGB value is (97,92,144).

RGB: (97,92,144) (38%, 36%, 56%)

RGB channels and saturation

R 97 of 255 = 38%
G 92 of 255 = 36%
B 144 of 255 = 56%

97
92
144

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

Portions of RGB colors in percentages

R + G + B = 97 + 92 + 144 = 333 (100%)
R 97 of 333 ~ 29.13%
G 92 of 333 ~ 27.63%
B 144 of 333 ~ 43.24'%

%29.13
%27.63
%43.24

CMYK color model

#615C90 color CMYK value is (33,36,0,44).

  • cyan value is 32.64%
  • magenta value is 36.11%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (33,36,0,44)
C33M36Y0K44 (33%, 36%, 0%, 44%)
(0.33 / 0.36 / 0.00 / 0.44)

CMYK percentages

%32.64
%36.11
%0
%43.53

Codes

Color #615C90 in popluar color models

61 5C 90
RGB 97 92 144
HSL 246° 22.03% 46.27%
HSB/HSV 246° 36.11% 56.47%
CMYK 32.64% 36.11% 0.00%
43.53%

Color #615C90 in popluar number systems.

HEX 61 5C 90
Decimal 97 92 144
Binary 1100001 1011100 10010000
Octal 141 134 220

Shades and tints

Shades of #615C90

#615C90
(97,92,144)
#595483
(89,84,131)
#514C76
(81,76,118)
#494469
(73,68,105)
#413C5C
(65,60,92)
#39344F
(57,52,79)
#312C42
(49,44,66)
#292435
(41,36,53)
#211C28
(33,28,40)
#19141B
(25,20,27)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #615C90

#615C90
(97,92,144)
#6F6A9A
(111,106,154)
#7D78A4
(125,120,164)
#8B86AE
(139,134,174)
#9994B8
(153,148,184)
#A7A2C2
(167,162,194)
#B5B0CC
(181,176,204)
#C3BED6
(195,190,214)
#D1CCE0
(209,204,224)
#DFDAEA
(223,218,234)
#EDE8F4
(237,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615C90; }

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

This text font color is #615C90.

Background Color

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

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

This div background color is #615C90.

Border color

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

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

This div border color is #615C90.

Opacity

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

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

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

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

This text has shadow with #615C90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #615C90.

Preview

Color preview on black background

This text has color #615C90 on black background.


Color preview on white background

This text has color #615C90 on white background.


Black color preview on #615C90 background

This text has black color on #615C90 background.


White color preview on #615C90 background

This text has white color on #615C90 background.


Related colors

Complementary color

Complementary color for #hex is #9EA36F.


I love getcolorcode.com

Triadic colors

1 #90615C and #5C9061 with #615C90 are triadic colors.

2 #905C61 and #5C6190 with #615C90 are triadic colors.