COLOR #60646E

HEX: #60646E
RGB: (96,100,110)

Color info

#60646E contains red, green and blue colors in about the same proportion. Web safe color of #60646E is #666666 (or #666).

RGB color model

#60646E color RGB value is (96,100,110).

  • red value is 96;
  • green value is 100;
  • blue value is 110.
RGB:
(96,100,110)
(38%,39%,43%)

RGB channels and saturation

R 96 of 255 = 38%
G 100 of 255 = 39%
B 110 of 255 = 43%

96
100
110

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

Portions of RGB colors in percentages

R + G + B =
96 + 100 + 110 = 306 (100%)
R 96 of 306 ~ 31.37%
G 100 of 306 ~ 32.68%
B 110 of 306 ~ 35.95%

%31.37
%32.68
%35.95

CMYK color model

#60646E color CMYK value is (13,9,0,57).

  • cyan value is 12.73%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(13,9,0,57)
C13M9Y0K57 
(13%,9%,0%,57%)
(0.13/0.09/0.00/0.57)	

CMYK percentages

%12.73
%9.09
%0
%56.86

Codes

Color #60646E in popluar color models

60646E
RGB96100110
HSL223°6.80%40.39%
HSB/HSV223°12.73%43.14%
CMYK12.73%9.09%0.00%
56.86%

Color #60646E in popluar number systems.

HEX60646E
Decimal96100110
Binary110000011001001101110
Octal140144156

Shades and tints

Shades of #60646E

#60646E
(96,100,110)
#585B64
(88,91,100)
#50525A
(80,82,90)
#484950
(72,73,80)
#404046
(64,64,70)
#38373C
(56,55,60)
#302E32
(48,46,50)
#282528
(40,37,40)
#201C1E
(32,28,30)
#181314
(24,19,20)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #60646E

#60646E
(96,100,110)
#6E727B
(110,114,123)
#7C8088
(124,128,136)
#8A8E95
(138,142,149)
#989CA2
(152,156,162)
#A6AAAF
(166,170,175)
#B4B8BC
(180,184,188)
#C2C6C9
(194,198,201)
#D0D4D6
(208,212,214)
#DEE2E3
(222,226,227)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60646E color. Also use rgb(96,100,110) instead hex code.

Text Font Color

.myTextColor { color: #60646E; }

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

This text font color is #60646E.


Background Color

.myBgColor { background-color: #60646E; }

<div style="background-color:#60646E">Inner text</div>

This div background color is #60646E.


Border color

.myBorderColor { border: 1px solid #60646E; }

<div style="border:3px solid #60646E">Div</div>

This div border color is #60646E.


Opacity

.myOpacity80 { color: #60646E; opacity: 0.8; }

<p style="color:#60646E;opacity:0.8;">80%</p>

Text with #60646E 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 #60646E;}

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

This text has shadow with #60646E color.

.textShadow {text-shadow: 3px 3px 1px #60646E, 3px 3px 1px red;}

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

This text has shadow with #60646E primary color and red secondary color.


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

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

This text has shadow with #60646E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60646E on black background.


Color preview on white background

This text has color #60646E on white background.



Black color preview on #60646E background

This text has black color on #60646E background.


White color preview on #60646E background

This text has white color on #60646E background.