COLOR #615692

HEX: #615692
RGB: (97,86,146)

Color info

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

RGB color model

#615692 color RGB value is (97,86,146).

  • red value is 97;
  • green value is 86;
  • blue value is 146.
RGB:
(97,86,146)
(38%,34%,57%)

RGB channels and saturation

R 97 of 255 = 38%
G 86 of 255 = 34%
B 146 of 255 = 57%

97
86
146

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

Portions of RGB colors in percentages

R + G + B =
97 + 86 + 146 = 329 (100%)
R 97 of 329 ~ 29.48%
G 86 of 329 ~ 26.14%
B 146 of 329 ~ 44.38%

%29.48
%26.14
%44.38

CMYK color model

#615692 color CMYK value is (34,41,0,43).

  • cyan value is 33.56%
  • magenta value is 41.10%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(34,41,0,43)
C34M41Y0K43 
(34%,41%,0%,43%)
(0.34/0.41/0.00/0.43)	

CMYK percentages

%33.56
%41.1
%0
%42.75

Codes

Color #615692 in popluar color models

615692
RGB9786146
HSL251°25.86%45.49%
HSB/HSV251°41.10%57.25%
CMYK33.56%41.10%0.00%
42.75%

Color #615692 in popluar number systems.

HEX615692
Decimal9786146
Binary1100001101011010010010
Octal141126222

Shades and tints

Shades of #615692

#615692
(97,86,146)
#594F85
(89,79,133)
#514878
(81,72,120)
#49416B
(73,65,107)
#413A5E
(65,58,94)
#393351
(57,51,81)
#312C44
(49,44,68)
#292537
(41,37,55)
#211E2A
(33,30,42)
#19171D
(25,23,29)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #615692

#615692
(97,86,146)
#6F659B
(111,101,155)
#7D74A4
(125,116,164)
#8B83AD
(139,131,173)
#9992B6
(153,146,182)
#A7A1BF
(167,161,191)
#B5B0C8
(181,176,200)
#C3BFD1
(195,191,209)
#D1CEDA
(209,206,218)
#DFDDE3
(223,221,227)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615692 color. Also use rgb(97,86,146) instead hex code.

Text Font Color

.myTextColor { color: #615692; }

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

This text font color is #615692.


Background Color

.myBgColor { background-color: #615692; }

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

This div background color is #615692.


Border color

.myBorderColor { border: 1px solid #615692; }

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

This div border color is #615692.


Opacity

.myOpacity80 { color: #615692; opacity: 0.8; }

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

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

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

This text has shadow with #615692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615692 on black background.


Color preview on white background

This text has color #615692 on white background.



Black color preview on #615692 background

This text has black color on #615692 background.


White color preview on #615692 background

This text has white color on #615692 background.