COLOR #60697C

HEX: #60697C
RGB: (96,105,124)

Color info

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

RGB color model

#60697C color RGB value is (96,105,124).

  • red value is 96;
  • green value is 105;
  • blue value is 124.
RGB:
(96,105,124)
(38%,41%,49%)

RGB channels and saturation

R 96 of 255 = 38%
G 105 of 255 = 41%
B 124 of 255 = 49%

96
105
124

R + G + B ~ 43%. #60697C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 105 + 124 = 325 (100%)
R 96 of 325 ~ 29.54%
G 105 of 325 ~ 32.31%
B 124 of 325 ~ 38.15%

%29.54
%32.31
%38.15

CMYK color model

#60697C color CMYK value is (23,15,0,51).

  • cyan value is 22.58%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(23,15,0,51)
C23M15Y0K51 
(23%,15%,0%,51%)
(0.23/0.15/0.00/0.51)	

CMYK percentages

%22.58
%15.32
%0
%51.37

Codes

Color #60697C in popluar color models

60697C
RGB96105124
HSL221°12.73%43.14%
HSB/HSV221°22.58%48.63%
CMYK22.58%15.32%0.00%
51.37%

Color #60697C in popluar number systems.

HEX60697C
Decimal96105124
Binary110000011010011111100
Octal140151174

Shades and tints

Shades of #60697C

#60697C
(96,105,124)
#586071
(88,96,113)
#505766
(80,87,102)
#484E5B
(72,78,91)
#404550
(64,69,80)
#383C45
(56,60,69)
#30333A
(48,51,58)
#282A2F
(40,42,47)
#202124
(32,33,36)
#181819
(24,24,25)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #60697C

#60697C
(96,105,124)
#6E7687
(110,118,135)
#7C8392
(124,131,146)
#8A909D
(138,144,157)
#989DA8
(152,157,168)
#A6AAB3
(166,170,179)
#B4B7BE
(180,183,190)
#C2C4C9
(194,196,201)
#D0D1D4
(208,209,212)
#DEDEDF
(222,222,223)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60697C color. Also use rgb(96,105,124) instead hex code.

Text Font Color

.myTextColor { color: #60697C; }

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

This text font color is #60697C.


Background Color

.myBgColor { background-color: #60697C; }

<div style="background-color:#60697C">Inner text</div>

This div background color is #60697C.


Border color

.myBorderColor { border: 1px solid #60697C; }

<div style="border:3px solid #60697C">Div</div>

This div border color is #60697C.


Opacity

.myOpacity80 { color: #60697C; opacity: 0.8; }

<p style="color:#60697C;opacity:0.8;">80%</p>

Text with #60697C 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 #60697C;}

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

This text has shadow with #60697C color.

.textShadow {text-shadow: 3px 3px 1px #60697C, 3px 3px 1px red;}

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

This text has shadow with #60697C primary color and red secondary color.


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

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

This text has shadow with #60697C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60697C on black background.


Color preview on white background

This text has color #60697C on white background.



Black color preview on #60697C background

This text has black color on #60697C background.


White color preview on #60697C background

This text has white color on #60697C background.