COLOR #6F6C78

HEX: #6F6C78
RGB: (111,108,120)

Color info

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

RGB color model

#6F6C78 color RGB value is (111,108,120).

  • red value is 111;
  • green value is 108;
  • blue value is 120.
RGB:
(111,108,120)
(44%,42%,47%)

RGB channels and saturation

R 111 of 255 = 44%
G 108 of 255 = 42%
B 120 of 255 = 47%

111
108
120

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

Portions of RGB colors in percentages

R + G + B =
111 + 108 + 120 = 339 (100%)
R 111 of 339 ~ 32.74%
G 108 of 339 ~ 31.86%
B 120 of 339 ~ 35.4%

%32.74
%31.86
%35.4

CMYK color model

#6F6C78 color CMYK value is (8,10,0,53).

  • cyan value is 7.50%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(8,10,0,53)
C8M10Y0K53 
(8%,10%,0%,53%)
(0.08/0.10/0.00/0.53)	

CMYK percentages

%7.5
%10
%0
%52.94

Codes

Color #6F6C78 in popluar color models

6F6C78
RGB111108120
HSL255°5.26%44.71%
HSB/HSV255°10.00%47.06%
CMYK7.50%10.00%0.00%
52.94%

Color #6F6C78 in popluar number systems.

HEX6F6C78
Decimal111108120
Binary110111111011001111000
Octal157154170

Shades and tints

Shades of #6F6C78

#6F6C78
(111,108,120)
#65636E
(101,99,110)
#5B5A64
(91,90,100)
#51515A
(81,81,90)
#474850
(71,72,80)
#3D3F46
(61,63,70)
#33363C
(51,54,60)
#292D32
(41,45,50)
#1F2428
(31,36,40)
#151B1E
(21,27,30)
#0B1214
(11,18,20)
#000000
(0,0,0)

Tints of #6F6C78

#6F6C78
(111,108,120)
#7C7984
(124,121,132)
#898690
(137,134,144)
#96939C
(150,147,156)
#A3A0A8
(163,160,168)
#B0ADB4
(176,173,180)
#BDBAC0
(189,186,192)
#CAC7CC
(202,199,204)
#D7D4D8
(215,212,216)
#E4E1E4
(228,225,228)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6C78 color. Also use rgb(111,108,120) instead hex code.

Text Font Color

.myTextColor { color: #6F6C78; }

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

This text font color is #6F6C78.


Background Color

.myBgColor { background-color: #6F6C78; }

<div style="background-color:#6F6C78">Inner text</div>

This div background color is #6F6C78.


Border color

.myBorderColor { border: 1px solid #6F6C78; }

<div style="border:3px solid #6F6C78">Div</div>

This div border color is #6F6C78.


Opacity

.myOpacity80 { color: #6F6C78; opacity: 0.8; }

<p style="color:#6F6C78;opacity:0.8;">80%</p>

Text with #6F6C78 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 #6F6C78;}

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

This text has shadow with #6F6C78 color.

.textShadow {text-shadow: 3px 3px 1px #6F6C78, 3px 3px 1px red;}

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

This text has shadow with #6F6C78 primary color and red secondary color.


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

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

This text has shadow with #6F6C78 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6C78 on black background.


Color preview on white background

This text has color #6F6C78 on white background.



Black color preview on #6F6C78 background

This text has black color on #6F6C78 background.


White color preview on #6F6C78 background

This text has white color on #6F6C78 background.