COLOR #60627D

HEX: #60627D
RGB: (96,98,125)

Color info

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

RGB color model

#60627D color RGB value is (96,98,125).

  • red value is 96;
  • green value is 98;
  • blue value is 125.
RGB:
(96,98,125)
(38%,38%,49%)

RGB channels and saturation

R 96 of 255 = 38%
G 98 of 255 = 38%
B 125 of 255 = 49%

96
98
125

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

Portions of RGB colors in percentages

R + G + B =
96 + 98 + 125 = 319 (100%)
R 96 of 319 ~ 30.09%
G 98 of 319 ~ 30.72%
B 125 of 319 ~ 39.18%

%30.09
%30.72
%39.18

CMYK color model

#60627D color CMYK value is (23,22,0,51).

  • cyan value is 23.20%
  • magenta value is 21.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(23,22,0,51)
C23M22Y0K51 
(23%,22%,0%,51%)
(0.23/0.22/0.00/0.51)	

CMYK percentages

%23.2
%21.6
%0
%50.98

Codes

Color #60627D in popluar color models

60627D
RGB9698125
HSL236°13.12%43.33%
HSB/HSV236°23.20%49.02%
CMYK23.20%21.60%0.00%
50.98%

Color #60627D in popluar number systems.

HEX60627D
Decimal9698125
Binary110000011000101111101
Octal140142175

Shades and tints

Shades of #60627D

#60627D
(96,98,125)
#585A72
(88,90,114)
#505267
(80,82,103)
#484A5C
(72,74,92)
#404251
(64,66,81)
#383A46
(56,58,70)
#30323B
(48,50,59)
#282A30
(40,42,48)
#202225
(32,34,37)
#181A1A
(24,26,26)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #60627D

#60627D
(96,98,125)
#6E7088
(110,112,136)
#7C7E93
(124,126,147)
#8A8C9E
(138,140,158)
#989AA9
(152,154,169)
#A6A8B4
(166,168,180)
#B4B6BF
(180,182,191)
#C2C4CA
(194,196,202)
#D0D2D5
(208,210,213)
#DEE0E0
(222,224,224)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60627D color. Also use rgb(96,98,125) instead hex code.

Text Font Color

.myTextColor { color: #60627D; }

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

This text font color is #60627D.


Background Color

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

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

This div background color is #60627D.


Border color

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

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

This div border color is #60627D.


Opacity

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

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

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

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

This text has shadow with #60627D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60627D on black background.


Color preview on white background

This text has color #60627D on white background.



Black color preview on #60627D background

This text has black color on #60627D background.


White color preview on #60627D background

This text has white color on #60627D background.