COLOR #61498D

HEX: #61498D
RGB: (97,73,141)

Color info

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

RGB color model

#61498D color RGB value is (97,73,141).

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

RGB channels and saturation

R 97 of 255 = 38%
G 73 of 255 = 29%
B 141 of 255 = 55%

97
73
141

R + G + B ~ 41%. #61498D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 73 + 141 = 311 (100%)
R 97 of 311 ~ 31.19%
G 73 of 311 ~ 23.47%
B 141 of 311 ~ 45.34%

%31.19
%23.47
%45.34

CMYK color model

#61498D color CMYK value is (31,48,0,45).

  • cyan value is 31.21%
  • magenta value is 48.23%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(31,48,0,45)
C31M48Y0K45 
(31%,48%,0%,45%)
(0.31/0.48/0.00/0.45)	

CMYK percentages

%31.21
%48.23
%0
%44.71

Codes

Color #61498D in popluar color models

61498D
RGB9773141
HSL261°31.78%41.96%
HSB/HSV261°48.23%55.29%
CMYK31.21%48.23%0.00%
44.71%

Color #61498D in popluar number systems.

HEX61498D
Decimal9773141
Binary1100001100100110001101
Octal141111215

Shades and tints

Shades of #61498D

#61498D
(97,73,141)
#594381
(89,67,129)
#513D75
(81,61,117)
#493769
(73,55,105)
#41315D
(65,49,93)
#392B51
(57,43,81)
#312545
(49,37,69)
#291F39
(41,31,57)
#21192D
(33,25,45)
#191321
(25,19,33)
#110D15
(17,13,21)
#000000
(0,0,0)

Tints of #61498D

#61498D
(97,73,141)
#6F5997
(111,89,151)
#7D69A1
(125,105,161)
#8B79AB
(139,121,171)
#9989B5
(153,137,181)
#A799BF
(167,153,191)
#B5A9C9
(181,169,201)
#C3B9D3
(195,185,211)
#D1C9DD
(209,201,221)
#DFD9E7
(223,217,231)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61498D color. Also use rgb(97,73,141) instead hex code.

Text Font Color

.myTextColor { color: #61498D; }

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

This text font color is #61498D.


Background Color

.myBgColor { background-color: #61498D; }

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

This div background color is #61498D.


Border color

.myBorderColor { border: 1px solid #61498D; }

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

This div border color is #61498D.


Opacity

.myOpacity80 { color: #61498D; opacity: 0.8; }

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

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

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

This text has shadow with #61498D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61498D on black background.


Color preview on white background

This text has color #61498D on white background.



Black color preview on #61498D background

This text has black color on #61498D background.


White color preview on #61498D background

This text has white color on #61498D background.