COLOR #6F757C

HEX: #6F757C
RGB: (111,117,124)

Color info

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

RGB color model

#6F757C color RGB value is (111,117,124).

  • red value is 111;
  • green value is 117;
  • blue value is 124.
RGB:
(111,117,124)
(44%,46%,49%)

RGB channels and saturation

R 111 of 255 = 44%
G 117 of 255 = 46%
B 124 of 255 = 49%

111
117
124

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

Portions of RGB colors in percentages

R + G + B =
111 + 117 + 124 = 352 (100%)
R 111 of 352 ~ 31.53%
G 117 of 352 ~ 33.24%
B 124 of 352 ~ 35.23%

%31.53
%33.24
%35.23

CMYK color model

#6F757C color CMYK value is (10,6,0,51).

  • cyan value is 10.48%
  • magenta value is 5.65%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(10,6,0,51)
C10M6Y0K51 
(10%,6%,0%,51%)
(0.10/0.06/0.00/0.51)	

CMYK percentages

%10.48
%5.65
%0
%51.37

Codes

Color #6F757C in popluar color models

6F757C
RGB111117124
HSL212°5.53%46.08%
HSB/HSV212°10.48%48.63%
CMYK10.48%5.65%0.00%
51.37%

Color #6F757C in popluar number systems.

HEX6F757C
Decimal111117124
Binary110111111101011111100
Octal157165174

Shades and tints

Shades of #6F757C

#6F757C
(111,117,124)
#656B71
(101,107,113)
#5B6166
(91,97,102)
#51575B
(81,87,91)
#474D50
(71,77,80)
#3D4345
(61,67,69)
#33393A
(51,57,58)
#292F2F
(41,47,47)
#1F2524
(31,37,36)
#151B19
(21,27,25)
#0B110E
(11,17,14)
#000000
(0,0,0)

Tints of #6F757C

#6F757C
(111,117,124)
#7C8187
(124,129,135)
#898D92
(137,141,146)
#96999D
(150,153,157)
#A3A5A8
(163,165,168)
#B0B1B3
(176,177,179)
#BDBDBE
(189,189,190)
#CAC9C9
(202,201,201)
#D7D5D4
(215,213,212)
#E4E1DF
(228,225,223)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F757C color. Also use rgb(111,117,124) instead hex code.

Text Font Color

.myTextColor { color: #6F757C; }

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

This text font color is #6F757C.


Background Color

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

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

This div background color is #6F757C.


Border color

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

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

This div border color is #6F757C.


Opacity

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

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

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

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

This text has shadow with #6F757C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F757C on black background.


Color preview on white background

This text has color #6F757C on white background.



Black color preview on #6F757C background

This text has black color on #6F757C background.


White color preview on #6F757C background

This text has white color on #6F757C background.