COLOR #60438D

HEX: #60438D
RGB: (96,67,141)

Color info

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

RGB color model

#60438D color RGB value is (96,67,141).

  • red value is 96;
  • green value is 67;
  • blue value is 141.
RGB:
(96,67,141)
(38%,26%,55%)

RGB channels and saturation

R 96 of 255 = 38%
G 67 of 255 = 26%
B 141 of 255 = 55%

96
67
141

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

Portions of RGB colors in percentages

R + G + B =
96 + 67 + 141 = 304 (100%)
R 96 of 304 ~ 31.58%
G 67 of 304 ~ 22.04%
B 141 of 304 ~ 46.38%

%31.58
%22.04
%46.38

CMYK color model

#60438D color CMYK value is (32,52,0,45).

  • cyan value is 31.91%
  • magenta value is 52.48%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(32,52,0,45)
C32M52Y0K45 
(32%,52%,0%,45%)
(0.32/0.52/0.00/0.45)	

CMYK percentages

%31.91
%52.48
%0
%44.71

Codes

Color #60438D in popluar color models

60438D
RGB9667141
HSL264°35.58%40.78%
HSB/HSV264°52.48%55.29%
CMYK31.91%52.48%0.00%
44.71%

Color #60438D in popluar number systems.

HEX60438D
Decimal9667141
Binary1100000100001110001101
Octal140103215

Shades and tints

Shades of #60438D

#60438D
(96,67,141)
#583D81
(88,61,129)
#503775
(80,55,117)
#483169
(72,49,105)
#402B5D
(64,43,93)
#382551
(56,37,81)
#301F45
(48,31,69)
#281939
(40,25,57)
#20132D
(32,19,45)
#180D21
(24,13,33)
#100715
(16,7,21)
#000000
(0,0,0)

Tints of #60438D

#60438D
(96,67,141)
#6E5497
(110,84,151)
#7C65A1
(124,101,161)
#8A76AB
(138,118,171)
#9887B5
(152,135,181)
#A698BF
(166,152,191)
#B4A9C9
(180,169,201)
#C2BAD3
(194,186,211)
#D0CBDD
(208,203,221)
#DEDCE7
(222,220,231)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60438D color. Also use rgb(96,67,141) instead hex code.

Text Font Color

.myTextColor { color: #60438D; }

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

This text font color is #60438D.


Background Color

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

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

This div background color is #60438D.


Border color

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

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

This div border color is #60438D.


Opacity

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

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

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

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

This text has shadow with #60438D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60438D on black background.


Color preview on white background

This text has color #60438D on white background.



Black color preview on #60438D background

This text has black color on #60438D background.


White color preview on #60438D background

This text has white color on #60438D background.