COLOR #61467D

HEX: #61467D
RGB: (97,70,125)

Color info

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

RGB color model

#61467D color RGB value is (97,70,125).

  • red value is 97;
  • green value is 70;
  • blue value is 125.
RGB:
(97,70,125)
(38%,27%,49%)

RGB channels and saturation

R 97 of 255 = 38%
G 70 of 255 = 27%
B 125 of 255 = 49%

97
70
125

R + G + B ~ 38%. #61467D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 70 + 125 = 292 (100%)
R 97 of 292 ~ 33.22%
G 70 of 292 ~ 23.97%
B 125 of 292 ~ 42.81%

%33.22
%23.97
%42.81

CMYK color model

#61467D color CMYK value is (22,44,0,51).

  • cyan value is 22.40%
  • magenta value is 44.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(22,44,0,51)
C22M44Y0K51 
(22%,44%,0%,51%)
(0.22/0.44/0.00/0.51)	

CMYK percentages

%22.4
%44
%0
%50.98

Codes

Color #61467D in popluar color models

61467D
RGB9770125
HSL269°28.21%38.24%
HSB/HSV269°44.00%49.02%
CMYK22.40%44.00%0.00%
50.98%

Color #61467D in popluar number systems.

HEX61467D
Decimal9770125
Binary110000110001101111101
Octal141106175

Shades and tints

Shades of #61467D

#61467D
(97,70,125)
#594072
(89,64,114)
#513A67
(81,58,103)
#49345C
(73,52,92)
#412E51
(65,46,81)
#392846
(57,40,70)
#31223B
(49,34,59)
#291C30
(41,28,48)
#211625
(33,22,37)
#19101A
(25,16,26)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #61467D

#61467D
(97,70,125)
#6F5688
(111,86,136)
#7D6693
(125,102,147)
#8B769E
(139,118,158)
#9986A9
(153,134,169)
#A796B4
(167,150,180)
#B5A6BF
(181,166,191)
#C3B6CA
(195,182,202)
#D1C6D5
(209,198,213)
#DFD6E0
(223,214,224)
#EDE6EB
(237,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61467D color. Also use rgb(97,70,125) instead hex code.

Text Font Color

.myTextColor { color: #61467D; }

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

This text font color is #61467D.


Background Color

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

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

This div background color is #61467D.


Border color

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

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

This div border color is #61467D.


Opacity

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

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

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

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

This text has shadow with #61467D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61467D on black background.


Color preview on white background

This text has color #61467D on white background.



Black color preview on #61467D background

This text has black color on #61467D background.


White color preview on #61467D background

This text has white color on #61467D background.