COLOR #6F646A

HEX: #6F646A RGB: (111,100,106)

Color info

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

RGB color model

#6F646A color RGB value is (111,100,106).

RGB: (111,100,106) (44%, 39%, 42%)

RGB channels and saturation

R 111 of 255 = 44%
G 100 of 255 = 39%
B 106 of 255 = 42%

111
100
106

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

Portions of RGB colors in percentages

R + G + B = 111 + 100 + 106 = 317 (100%)
R 111 of 317 ~ 35.02%
G 100 of 317 ~ 31.55%
B 106 of 317 ~ 33.44'%

%35.02
%31.55
%33.44

CMYK color model

#6F646A color CMYK value is (0,10,5,56).

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

CMYK: (0,10,5,56)
C0M10Y5K56 (0%, 10%, 5%, 56%)
(0.00 / 0.10 / 0.05 / 0.56)

CMYK percentages

%0
%9.91
%4.5
%56.47

Codes

Color #6F646A in popluar color models

6F 64 6A
RGB 111 100 106
HSL 327° 5.21% 41.37%
HSB/HSV 327° 9.91% 43.53%
CMYK 0.00% 9.91% 4.50%
56.47%

Color #6F646A in popluar number systems.

HEX 6F 64 6A
Decimal 111 100 106
Binary 1101111 1100100 1101010
Octal 157 144 152

Shades and tints

Shades of #6F646A

#6F646A
(111,100,106)
#655B61
(101,91,97)
#5B5258
(91,82,88)
#51494F
(81,73,79)
#474046
(71,64,70)
#3D373D
(61,55,61)
#332E34
(51,46,52)
#29252B
(41,37,43)
#1F1C22
(31,28,34)
#151319
(21,19,25)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #6F646A

#6F646A
(111,100,106)
#7C7277
(124,114,119)
#898084
(137,128,132)
#968E91
(150,142,145)
#A39C9E
(163,156,158)
#B0AAAB
(176,170,171)
#BDB8B8
(189,184,184)
#CAC6C5
(202,198,197)
#D7D4D2
(215,212,210)
#E4E2DF
(228,226,223)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F646A; }

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

This text font color is #6F646A.

Background Color

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

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

This div background color is #6F646A.

Border color

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

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

This div border color is #6F646A.

Opacity

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

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

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

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

This text has shadow with #6F646A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F646A.

Preview

Color preview on black background

This text has color #6F646A on black background.


Color preview on white background

This text has color #6F646A on white background.


Black color preview on #6F646A background

This text has black color on #6F646A background.


White color preview on #6F646A background

This text has white color on #6F646A background.


Related colors

Complementary color

Complementary color for #hex is #909B95.


I love getcolorcode.com

Triadic colors

1 #6A6F64 and #646A6F with #6F646A are triadic colors.

2 #6A646F and #646F6A with #6F646A are triadic colors.