COLOR #6F606D

HEX: #6F606D
RGB: (111,96,109)

Color info

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

RGB color model

#6F606D color RGB value is (111,96,109).

  • red value is 111;
  • green value is 96;
  • blue value is 109.
RGB:
(111,96,109)
(44%,38%,43%)

RGB channels and saturation

R 111 of 255 = 44%
G 96 of 255 = 38%
B 109 of 255 = 43%

111
96
109

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

Portions of RGB colors in percentages

R + G + B =
111 + 96 + 109 = 316 (100%)
R 111 of 316 ~ 35.13%
G 96 of 316 ~ 30.38%
B 109 of 316 ~ 34.49%

%35.13
%30.38
%34.49

CMYK color model

#6F606D color CMYK value is (0,14,2,56).

  • cyan value is 0.00%
  • magenta value is 13.51%
  • yellow value is 1.80%
  • key color value is 56.47%
CMYK:
(0,14,2,56)
C0M14Y2K56 
(0%,14%,2%,56%)
(0.00/0.14/0.02/0.56)	

CMYK percentages

%0
%13.51
%1.8
%56.47

Codes

Color #6F606D in popluar color models

6F606D
RGB11196109
HSL308°7.25%40.59%
HSB/HSV308°13.51%43.53%
CMYK0.00%13.51%1.80%
56.47%

Color #6F606D in popluar number systems.

HEX6F606D
Decimal11196109
Binary110111111000001101101
Octal157140155

Shades and tints

Shades of #6F606D

#6F606D
(111,96,109)
#655864
(101,88,100)
#5B505B
(91,80,91)
#514852
(81,72,82)
#474049
(71,64,73)
#3D3840
(61,56,64)
#333037
(51,48,55)
#29282E
(41,40,46)
#1F2025
(31,32,37)
#15181C
(21,24,28)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #6F606D

#6F606D
(111,96,109)
#7C6E7A
(124,110,122)
#897C87
(137,124,135)
#968A94
(150,138,148)
#A398A1
(163,152,161)
#B0A6AE
(176,166,174)
#BDB4BB
(189,180,187)
#CAC2C8
(202,194,200)
#D7D0D5
(215,208,213)
#E4DEE2
(228,222,226)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F606D color. Also use rgb(111,96,109) instead hex code.

Text Font Color

.myTextColor { color: #6F606D; }

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

This text font color is #6F606D.


Background Color

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

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

This div background color is #6F606D.


Border color

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

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

This div border color is #6F606D.


Opacity

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

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

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

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

This text has shadow with #6F606D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F606D on black background.


Color preview on white background

This text has color #6F606D on white background.



Black color preview on #6F606D background

This text has black color on #6F606D background.


White color preview on #6F606D background

This text has white color on #6F606D background.