COLOR #60466A

HEX: #60466A
RGB: (96,70,106)

Color info

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

RGB color model

#60466A color RGB value is (96,70,106).

  • red value is 96;
  • green value is 70;
  • blue value is 106.
RGB:
(96,70,106)
(38%,27%,42%)

RGB channels and saturation

R 96 of 255 = 38%
G 70 of 255 = 27%
B 106 of 255 = 42%

96
70
106

R + G + B ~ 36%. #60466A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 70 + 106 = 272 (100%)
R 96 of 272 ~ 35.29%
G 70 of 272 ~ 25.74%
B 106 of 272 ~ 38.97%

%35.29
%25.74
%38.97

CMYK color model

#60466A color CMYK value is (9,34,0,58).

  • cyan value is 9.43%
  • magenta value is 33.96%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(9,34,0,58)
C9M34Y0K58 
(9%,34%,0%,58%)
(0.09/0.34/0.00/0.58)	

CMYK percentages

%9.43
%33.96
%0
%58.43

Codes

Color #60466A in popluar color models

60466A
RGB9670106
HSL283°20.45%34.51%
HSB/HSV283°33.96%41.57%
CMYK9.43%33.96%0.00%
58.43%

Color #60466A in popluar number systems.

HEX60466A
Decimal9670106
Binary110000010001101101010
Octal140106152

Shades and tints

Shades of #60466A

#60466A
(96,70,106)
#584061
(88,64,97)
#503A58
(80,58,88)
#48344F
(72,52,79)
#402E46
(64,46,70)
#38283D
(56,40,61)
#302234
(48,34,52)
#281C2B
(40,28,43)
#201622
(32,22,34)
#181019
(24,16,25)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #60466A

#60466A
(96,70,106)
#6E5677
(110,86,119)
#7C6684
(124,102,132)
#8A7691
(138,118,145)
#98869E
(152,134,158)
#A696AB
(166,150,171)
#B4A6B8
(180,166,184)
#C2B6C5
(194,182,197)
#D0C6D2
(208,198,210)
#DED6DF
(222,214,223)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60466A color. Also use rgb(96,70,106) instead hex code.

Text Font Color

.myTextColor { color: #60466A; }

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

This text font color is #60466A.


Background Color

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

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

This div background color is #60466A.


Border color

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

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

This div border color is #60466A.


Opacity

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

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

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

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

This text has shadow with #60466A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60466A on black background.


Color preview on white background

This text has color #60466A on white background.



Black color preview on #60466A background

This text has black color on #60466A background.


White color preview on #60466A background

This text has white color on #60466A background.