COLOR #6F6564

HEX: #6F6564 RGB: (111,101,100)

Color info

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

RGB color model

#6F6564 color RGB value is (111,101,100).

RGB: (111,101,100) (44%, 40%, 39%)

RGB channels and saturation

R 111 of 255 = 44%
G 101 of 255 = 40%
B 100 of 255 = 39%

111
101
100

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

Portions of RGB colors in percentages

R + G + B = 111 + 101 + 100 = 312 (100%)
R 111 of 312 ~ 35.58%
G 101 of 312 ~ 32.37%
B 100 of 312 ~ 32.05'%

%35.58
%32.37
%32.05

CMYK color model

#6F6564 color CMYK value is (0,9,10,56).

  • cyan value is 0.00%
  • magenta value is 9.01%
  • yellow value is 9.91%
  • key color value is 56.47%

CMYK: (0,9,10,56)
C0M9Y10K56 (0%, 9%, 10%, 56%)
(0.00 / 0.09 / 0.10 / 0.56)

CMYK percentages

%0
%9.01
%9.91
%56.47

Codes

Color #6F6564 in popluar color models

6F 65 64
RGB 111 101 100
HSL 5.21% 41.37%
HSB/HSV 9.91% 43.53%
CMYK 0.00% 9.01% 9.91%
56.47%

Color #6F6564 in popluar number systems.

HEX 6F 65 64
Decimal 111 101 100
Binary 1101111 1100101 1100100
Octal 157 145 144

Shades and tints

Shades of #6F6564

#6F6564
(111,101,100)
#655C5B
(101,92,91)
#5B5352
(91,83,82)
#514A49
(81,74,73)
#474140
(71,65,64)
#3D3837
(61,56,55)
#332F2E
(51,47,46)
#292625
(41,38,37)
#1F1D1C
(31,29,28)
#151413
(21,20,19)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #6F6564

#6F6564
(111,101,100)
#7C7372
(124,115,114)
#898180
(137,129,128)
#968F8E
(150,143,142)
#A39D9C
(163,157,156)
#B0ABAA
(176,171,170)
#BDB9B8
(189,185,184)
#CAC7C6
(202,199,198)
#D7D5D4
(215,213,212)
#E4E3E2
(228,227,226)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6564 color. Also use rgb(111,101,100) instead hex code.

Text Font Color

.myTextColor { color: #6F6564; }

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

This text font color is #6F6564.

Background Color

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

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

This div background color is #6F6564.

Border color

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

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

This div border color is #6F6564.

Opacity

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

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

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

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

This text has shadow with #6F6564 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6564.

Preview

Color preview on black background

This text has color #6F6564 on black background.


Color preview on white background

This text has color #6F6564 on white background.


Black color preview on #6F6564 background

This text has black color on #6F6564 background.


White color preview on #6F6564 background

This text has white color on #6F6564 background.


Related colors

Complementary color

Complementary color for #hex is #909A9B.


I love getcolorcode.com

Triadic colors

1 #646F65 and #65646F with #6F6564 are triadic colors.

2 #64656F and #656F64 with #6F6564 are triadic colors.