COLOR #6F616C

HEX: #6F616C
RGB: (111,97,108)

Color info

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

RGB color model

#6F616C color RGB value is (111,97,108).

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

RGB channels and saturation

R 111 of 255 = 44%
G 97 of 255 = 38%
B 108 of 255 = 42%

111
97
108

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

Portions of RGB colors in percentages

R + G + B =
111 + 97 + 108 = 316 (100%)
R 111 of 316 ~ 35.13%
G 97 of 316 ~ 30.7%
B 108 of 316 ~ 34.18%

%35.13
%30.7
%34.18

CMYK color model

#6F616C color CMYK value is (0,13,3,56).

  • cyan value is 0.00%
  • magenta value is 12.61%
  • yellow value is 2.70%
  • key color value is 56.47%
CMYK:
(0,13,3,56)
C0M13Y3K56 
(0%,13%,3%,56%)
(0.00/0.13/0.03/0.56)	

CMYK percentages

%0
%12.61
%2.7
%56.47

Codes

Color #6F616C in popluar color models

6F616C
RGB11197108
HSL313°6.73%40.78%
HSB/HSV313°12.61%43.53%
CMYK0.00%12.61%2.70%
56.47%

Color #6F616C in popluar number systems.

HEX6F616C
Decimal11197108
Binary110111111000011101100
Octal157141154

Shades and tints

Shades of #6F616C

#6F616C
(111,97,108)
#655963
(101,89,99)
#5B515A
(91,81,90)
#514951
(81,73,81)
#474148
(71,65,72)
#3D393F
(61,57,63)
#333136
(51,49,54)
#29292D
(41,41,45)
#1F2124
(31,33,36)
#15191B
(21,25,27)
#0B1112
(11,17,18)
#000000
(0,0,0)

Tints of #6F616C

#6F616C
(111,97,108)
#7C6F79
(124,111,121)
#897D86
(137,125,134)
#968B93
(150,139,147)
#A399A0
(163,153,160)
#B0A7AD
(176,167,173)
#BDB5BA
(189,181,186)
#CAC3C7
(202,195,199)
#D7D1D4
(215,209,212)
#E4DFE1
(228,223,225)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F616C; }

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

This text font color is #6F616C.


Background Color

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

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

This div background color is #6F616C.


Border color

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

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

This div border color is #6F616C.


Opacity

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

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

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

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

This text has shadow with #6F616C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F616C on black background.


Color preview on white background

This text has color #6F616C on white background.



Black color preview on #6F616C background

This text has black color on #6F616C background.


White color preview on #6F616C background

This text has white color on #6F616C background.