COLOR #615778

HEX: #615778
RGB: (97,87,120)

Color info

#615778 contains red, green and blue colors in about the same proportion. Web safe color of #615778 is #666666 (or #666).

RGB color model

#615778 color RGB value is (97,87,120).

  • red value is 97;
  • green value is 87;
  • blue value is 120.
RGB:
(97,87,120)
(38%,34%,47%)

RGB channels and saturation

R 97 of 255 = 38%
G 87 of 255 = 34%
B 120 of 255 = 47%

97
87
120

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

Portions of RGB colors in percentages

R + G + B =
97 + 87 + 120 = 304 (100%)
R 97 of 304 ~ 31.91%
G 87 of 304 ~ 28.62%
B 120 of 304 ~ 39.47%

%31.91
%28.62
%39.47

CMYK color model

#615778 color CMYK value is (19,28,0,53).

  • cyan value is 19.17%
  • magenta value is 27.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(19,28,0,53)
C19M28Y0K53 
(19%,28%,0%,53%)
(0.19/0.28/0.00/0.53)	

CMYK percentages

%19.17
%27.5
%0
%52.94

Codes

Color #615778 in popluar color models

615778
RGB9787120
HSL258°15.94%40.59%
HSB/HSV258°27.50%47.06%
CMYK19.17%27.50%0.00%
52.94%

Color #615778 in popluar number systems.

HEX615778
Decimal9787120
Binary110000110101111111000
Octal141127170

Shades and tints

Shades of #615778

#615778
(97,87,120)
#59506E
(89,80,110)
#514964
(81,73,100)
#49425A
(73,66,90)
#413B50
(65,59,80)
#393446
(57,52,70)
#312D3C
(49,45,60)
#292632
(41,38,50)
#211F28
(33,31,40)
#19181E
(25,24,30)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #615778

#615778
(97,87,120)
#6F6684
(111,102,132)
#7D7590
(125,117,144)
#8B849C
(139,132,156)
#9993A8
(153,147,168)
#A7A2B4
(167,162,180)
#B5B1C0
(181,177,192)
#C3C0CC
(195,192,204)
#D1CFD8
(209,207,216)
#DFDEE4
(223,222,228)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615778 color. Also use rgb(97,87,120) instead hex code.

Text Font Color

.myTextColor { color: #615778; }

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

This text font color is #615778.


Background Color

.myBgColor { background-color: #615778; }

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

This div background color is #615778.


Border color

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

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

This div border color is #615778.


Opacity

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

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

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

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

This text has shadow with #615778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615778 on black background.


Color preview on white background

This text has color #615778 on white background.



Black color preview on #615778 background

This text has black color on #615778 background.


White color preview on #615778 background

This text has white color on #615778 background.