COLOR #61448F

HEX: #61448F
RGB: (97,68,143)

Color info

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

RGB color model

#61448F color RGB value is (97,68,143).

  • red value is 97;
  • green value is 68;
  • blue value is 143.
RGB:
(97,68,143)
(38%,27%,56%)

RGB channels and saturation

R 97 of 255 = 38%
G 68 of 255 = 27%
B 143 of 255 = 56%

97
68
143

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

Portions of RGB colors in percentages

R + G + B =
97 + 68 + 143 = 308 (100%)
R 97 of 308 ~ 31.49%
G 68 of 308 ~ 22.08%
B 143 of 308 ~ 46.43%

%31.49
%22.08
%46.43

CMYK color model

#61448F color CMYK value is (32,52,0,44).

  • cyan value is 32.17%
  • magenta value is 52.45%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(32,52,0,44)
C32M52Y0K44 
(32%,52%,0%,44%)
(0.32/0.52/0.00/0.44)	

CMYK percentages

%32.17
%52.45
%0
%43.92

Codes

Color #61448F in popluar color models

61448F
RGB9768143
HSL263°35.55%41.37%
HSB/HSV263°52.45%56.08%
CMYK32.17%52.45%0.00%
43.92%

Color #61448F in popluar number systems.

HEX61448F
Decimal9768143
Binary1100001100010010001111
Octal141104217

Shades and tints

Shades of #61448F

#61448F
(97,68,143)
#593E82
(89,62,130)
#513875
(81,56,117)
#493268
(73,50,104)
#412C5B
(65,44,91)
#39264E
(57,38,78)
#312041
(49,32,65)
#291A34
(41,26,52)
#211427
(33,20,39)
#190E1A
(25,14,26)
#11080D
(17,8,13)
#000000
(0,0,0)

Tints of #61448F

#61448F
(97,68,143)
#6F5599
(111,85,153)
#7D66A3
(125,102,163)
#8B77AD
(139,119,173)
#9988B7
(153,136,183)
#A799C1
(167,153,193)
#B5AACB
(181,170,203)
#C3BBD5
(195,187,213)
#D1CCDF
(209,204,223)
#DFDDE9
(223,221,233)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61448F color. Also use rgb(97,68,143) instead hex code.

Text Font Color

.myTextColor { color: #61448F; }

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

This text font color is #61448F.


Background Color

.myBgColor { background-color: #61448F; }

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

This div background color is #61448F.


Border color

.myBorderColor { border: 1px solid #61448F; }

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

This div border color is #61448F.


Opacity

.myOpacity80 { color: #61448F; opacity: 0.8; }

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

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

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

This text has shadow with #61448F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61448F on black background.


Color preview on white background

This text has color #61448F on white background.



Black color preview on #61448F background

This text has black color on #61448F background.


White color preview on #61448F background

This text has white color on #61448F background.