COLOR #61489A

HEX: #61489A
RGB: (97,72,154)

Color info

#61489A contains mainly red and blue colors. Web safe color of #61489A is #663399 (or #639).

RGB color model

#61489A color RGB value is (97,72,154).

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

RGB channels and saturation

R 97 of 255 = 38%
G 72 of 255 = 28%
B 154 of 255 = 60%

97
72
154

R + G + B ~ 42%. #61489A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 72 + 154 = 323 (100%)
R 97 of 323 ~ 30.03%
G 72 of 323 ~ 22.29%
B 154 of 323 ~ 47.68%

%30.03
%22.29
%47.68

CMYK color model

#61489A color CMYK value is (37,53,0,40).

  • cyan value is 37.01%
  • magenta value is 53.25%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(37,53,0,40)
C37M53Y0K40 
(37%,53%,0%,40%)
(0.37/0.53/0.00/0.40)	

CMYK percentages

%37.01
%53.25
%0
%39.61

Codes

Color #61489A in popluar color models

61489A
RGB9772154
HSL258°36.28%44.31%
HSB/HSV258°53.25%60.39%
CMYK37.01%53.25%0.00%
39.61%

Color #61489A in popluar number systems.

HEX61489A
Decimal9772154
Binary1100001100100010011010
Octal141110232

Shades and tints

Shades of #61489A

#61489A
(97,72,154)
#59428C
(89,66,140)
#513C7E
(81,60,126)
#493670
(73,54,112)
#413062
(65,48,98)
#392A54
(57,42,84)
#312446
(49,36,70)
#291E38
(41,30,56)
#21182A
(33,24,42)
#19121C
(25,18,28)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #61489A

#61489A
(97,72,154)
#6F58A3
(111,88,163)
#7D68AC
(125,104,172)
#8B78B5
(139,120,181)
#9988BE
(153,136,190)
#A798C7
(167,152,199)
#B5A8D0
(181,168,208)
#C3B8D9
(195,184,217)
#D1C8E2
(209,200,226)
#DFD8EB
(223,216,235)
#EDE8F4
(237,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61489A color. Also use rgb(97,72,154) instead hex code.

Text Font Color

.myTextColor { color: #61489A; }

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

This text font color is #61489A.


Background Color

.myBgColor { background-color: #61489A; }

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

This div background color is #61489A.


Border color

.myBorderColor { border: 1px solid #61489A; }

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

This div border color is #61489A.


Opacity

.myOpacity80 { color: #61489A; opacity: 0.8; }

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

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

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

This text has shadow with #61489A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61489A on black background.


Color preview on white background

This text has color #61489A on white background.



Black color preview on #61489A background

This text has black color on #61489A background.


White color preview on #61489A background

This text has white color on #61489A background.