COLOR #6F6861

HEX: #6F6861 RGB: (111,104,97)

Color info

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

RGB color model

#6F6861 color RGB value is (111,104,97).

RGB: (111,104,97) (44%, 41%, 38%)

RGB channels and saturation

R 111 of 255 = 44%
G 104 of 255 = 41%
B 97 of 255 = 38%

111
104
97

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

Portions of RGB colors in percentages

R + G + B = 111 + 104 + 97 = 312 (100%)
R 111 of 312 ~ 35.58%
G 104 of 312 ~ 33.33%
B 97 of 312 ~ 31.09'%

%35.58
%33.33
%31.09

CMYK color model

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

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

CMYK: (0,6,13,56)
C0M6Y13K56 (0%, 6%, 13%, 56%)
(0.00 / 0.06 / 0.13 / 0.56)

CMYK percentages

%0
%6.31
%12.61
%56.47

Codes

Color #6F6861 in popluar color models

6F 68 61
RGB 111 104 97
HSL 30° 6.73% 40.78%
HSB/HSV 30° 12.61% 43.53%
CMYK 0.00% 6.31% 12.61%
56.47%

Color #6F6861 in popluar number systems.

HEX 6F 68 61
Decimal 111 104 97
Binary 1101111 1101000 1100001
Octal 157 150 141

Shades and tints

Shades of #6F6861

#6F6861
(111,104,97)
#655F59
(101,95,89)
#5B5651
(91,86,81)
#514D49
(81,77,73)
#474441
(71,68,65)
#3D3B39
(61,59,57)
#333231
(51,50,49)
#292929
(41,41,41)
#1F2021
(31,32,33)
#151719
(21,23,25)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #6F6861

#6F6861
(111,104,97)
#7C756F
(124,117,111)
#89827D
(137,130,125)
#968F8B
(150,143,139)
#A39C99
(163,156,153)
#B0A9A7
(176,169,167)
#BDB6B5
(189,182,181)
#CAC3C3
(202,195,195)
#D7D0D1
(215,208,209)
#E4DDDF
(228,221,223)
#F1EAED
(241,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6861; }

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

This text font color is #6F6861.

Background Color

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

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

This div background color is #6F6861.

Border color

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

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

This div border color is #6F6861.

Opacity

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

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

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

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

This text has shadow with #6F6861 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6861.

Preview

Color preview on black background

This text has color #6F6861 on black background.


Color preview on white background

This text has color #6F6861 on white background.


Black color preview on #6F6861 background

This text has black color on #6F6861 background.


White color preview on #6F6861 background

This text has white color on #6F6861 background.


Related colors

Complementary color

Complementary color for #hex is #90979E.


I love getcolorcode.com

Triadic colors

1 #616F68 and #68616F with #6F6861 are triadic colors.

2 #61686F and #686F61 with #6F6861 are triadic colors.