COLOR #61497C

HEX: #61497C
RGB: (97,73,124)

Color info

#61497C contains red, green and blue colors in about the same proportion. Web safe color of #61497C is #663366 (or #636).

RGB color model

#61497C color RGB value is (97,73,124).

  • red value is 97;
  • green value is 73;
  • blue value is 124.
RGB:
(97,73,124)
(38%,29%,49%)

RGB channels and saturation

R 97 of 255 = 38%
G 73 of 255 = 29%
B 124 of 255 = 49%

97
73
124

R + G + B ~ 39%. #61497C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 73 + 124 = 294 (100%)
R 97 of 294 ~ 32.99%
G 73 of 294 ~ 24.83%
B 124 of 294 ~ 42.18%

%32.99
%24.83
%42.18

CMYK color model

#61497C color CMYK value is (22,41,0,51).

  • cyan value is 21.77%
  • magenta value is 41.13%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(22,41,0,51)
C22M41Y0K51 
(22%,41%,0%,51%)
(0.22/0.41/0.00/0.51)	

CMYK percentages

%21.77
%41.13
%0
%51.37

Codes

Color #61497C in popluar color models

61497C
RGB9773124
HSL268°25.89%38.63%
HSB/HSV268°41.13%48.63%
CMYK21.77%41.13%0.00%
51.37%

Color #61497C in popluar number systems.

HEX61497C
Decimal9773124
Binary110000110010011111100
Octal141111174

Shades and tints

Shades of #61497C

#61497C
(97,73,124)
#594371
(89,67,113)
#513D66
(81,61,102)
#49375B
(73,55,91)
#413150
(65,49,80)
#392B45
(57,43,69)
#31253A
(49,37,58)
#291F2F
(41,31,47)
#211924
(33,25,36)
#191319
(25,19,25)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #61497C

#61497C
(97,73,124)
#6F5987
(111,89,135)
#7D6992
(125,105,146)
#8B799D
(139,121,157)
#9989A8
(153,137,168)
#A799B3
(167,153,179)
#B5A9BE
(181,169,190)
#C3B9C9
(195,185,201)
#D1C9D4
(209,201,212)
#DFD9DF
(223,217,223)
#EDE9EA
(237,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61497C color. Also use rgb(97,73,124) instead hex code.

Text Font Color

.myTextColor { color: #61497C; }

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

This text font color is #61497C.


Background Color

.myBgColor { background-color: #61497C; }

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

This div background color is #61497C.


Border color

.myBorderColor { border: 1px solid #61497C; }

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

This div border color is #61497C.


Opacity

.myOpacity80 { color: #61497C; opacity: 0.8; }

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

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

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

This text has shadow with #61497C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61497C on black background.


Color preview on white background

This text has color #61497C on white background.



Black color preview on #61497C background

This text has black color on #61497C background.


White color preview on #61497C background

This text has white color on #61497C background.