COLOR #60648F

HEX: #60648F RGB: (96,100,143)

Color info

#60648F contains red, green and blue colors in about the same proportion. Web safe color of #60648F is #666699 (or #669).

RGB color model

#60648F color RGB value is (96,100,143).

RGB: (96,100,143) (38%, 39%, 56%)

RGB channels and saturation

R 96 of 255 = 38%
G 100 of 255 = 39%
B 143 of 255 = 56%

96
100
143

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

Portions of RGB colors in percentages

R + G + B = 96 + 100 + 143 = 339 (100%)
R 96 of 339 ~ 28.32%
G 100 of 339 ~ 29.5%
B 143 of 339 ~ 42.18'%

%28.32
%29.5
%42.18

CMYK color model

#60648F color CMYK value is (33,30,0,44).

  • cyan value is 32.87%
  • magenta value is 30.07%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK: (33,30,0,44) C33M30Y0K44 (33%,30%,0%,44%) (0.33/0.30/0.00/0.44) 

CMYK percentages

%32.87
%30.07
%0
%43.92

Codes

Color #60648F in popluar color models

60 64 8F
RGB 96 100 143
HSL 235° 19.67% 46.86%
HSB/HSV 235° 32.87% 56.08%
CMYK 32.87% 30.07% 0.00%
43.92%

Color #60648F in popluar number systems.

HEX 60 64 8F
Decimal 96 100 143
Binary 1100000 1100100 10001111
Octal 140 144 217

Shades and tints

Shades of #60648F

#60648F
(96,100,143)
#585B82
(88,91,130)
#505275
(80,82,117)
#484968
(72,73,104)
#40405B
(64,64,91)
#38374E
(56,55,78)
#302E41
(48,46,65)
#282534
(40,37,52)
#201C27
(32,28,39)
#18131A
(24,19,26)
#100A0D
(16,10,13)
#000000
(0,0,0)

Tints of #60648F

#60648F
(96,100,143)
#6E7299
(110,114,153)
#7C80A3
(124,128,163)
#8A8EAD
(138,142,173)
#989CB7
(152,156,183)
#A6AAC1
(166,170,193)
#B4B8CB
(180,184,203)
#C2C6D5
(194,198,213)
#D0D4DF
(208,212,223)
#DEE2E9
(222,226,233)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60648F color. Also use rgb(96,100,143) instead hex code.

Text Font Color

.myTextColor { color: #60648F; }

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

This text font color is #60648F.

Background Color

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

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

This div background color is #60648F.

Border color

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

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

This div border color is #60648F.

Opacity

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

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

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

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

This text has shadow with #60648F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60648F.

Preview

Color preview on black background

This text has color #60648F on black background.


Color preview on white background

This text has color #60648F on white background.


Black color preview on #60648F background

This text has black color on #60648F background.


White color preview on #60648F background

This text has white color on #60648F background.


Related colors

Complementary color

Complementary color for #hex is #9F9B70.


I love getcolorcode.com

Triadic colors

1 #8F6064 and #648F60 with #60648F are triadic colors.

2 #8F6460 and #64608F with #60648F are triadic colors.