COLOR #6F6768

HEX: #6F6768 RGB: (111,103,104)

Color info

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

RGB color model

#6F6768 color RGB value is (111,103,104).

RGB: (111,103,104) (44%, 40%, 41%)

RGB channels and saturation

R 111 of 255 = 44%
G 103 of 255 = 40%
B 104 of 255 = 41%

111
103
104

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

Portions of RGB colors in percentages

R + G + B = 111 + 103 + 104 = 318 (100%)
R 111 of 318 ~ 34.91%
G 103 of 318 ~ 32.39%
B 104 of 318 ~ 32.7'%

%34.91
%32.39
%32.7

CMYK color model

#6F6768 color CMYK value is (0,7,6,56).

  • cyan value is 0.00%
  • magenta value is 7.21%
  • yellow value is 6.31%
  • key color value is 56.47%

CMYK: (0,7,6,56)
C0M7Y6K56 (0%, 7%, 6%, 56%)
(0.00 / 0.07 / 0.06 / 0.56)

CMYK percentages

%0
%7.21
%6.31
%56.47

Codes

Color #6F6768 in popluar color models

6F 67 68
RGB 111 103 104
HSL 353° 3.74% 41.96%
HSB/HSV 353° 7.21% 43.53%
CMYK 0.00% 7.21% 6.31%
56.47%

Color #6F6768 in popluar number systems.

HEX 6F 67 68
Decimal 111 103 104
Binary 1101111 1100111 1101000
Octal 157 147 150

Shades and tints

Shades of #6F6768

#6F6768
(111,103,104)
#655E5F
(101,94,95)
#5B5556
(91,85,86)
#514C4D
(81,76,77)
#474344
(71,67,68)
#3D3A3B
(61,58,59)
#333132
(51,49,50)
#292829
(41,40,41)
#1F1F20
(31,31,32)
#151617
(21,22,23)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #6F6768

#6F6768
(111,103,104)
#7C7475
(124,116,117)
#898182
(137,129,130)
#968E8F
(150,142,143)
#A39B9C
(163,155,156)
#B0A8A9
(176,168,169)
#BDB5B6
(189,181,182)
#CAC2C3
(202,194,195)
#D7CFD0
(215,207,208)
#E4DCDD
(228,220,221)
#F1E9EA
(241,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6768 color. Also use rgb(111,103,104) instead hex code.

Text Font Color

.myTextColor { color: #6F6768; }

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

This text font color is #6F6768.

Background Color

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

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

This div background color is #6F6768.

Border color

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

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

This div border color is #6F6768.

Opacity

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

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

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

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

This text has shadow with #6F6768 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6768.

Preview

Color preview on black background

This text has color #6F6768 on black background.


Color preview on white background

This text has color #6F6768 on white background.


Black color preview on #6F6768 background

This text has black color on #6F6768 background.


White color preview on #6F6768 background

This text has white color on #6F6768 background.


Related colors

Complementary color

Complementary color for #hex is #909897.


I love getcolorcode.com

Triadic colors

1 #686F67 and #67686F with #6F6768 are triadic colors.

2 #68676F and #676F68 with #6F6768 are triadic colors.