COLOR #6F6266

HEX: #6F6266 RGB: (111,98,102)

Color info

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

RGB color model

#6F6266 color RGB value is (111,98,102).

RGB: (111,98,102) (44%, 38%, 40%)

RGB channels and saturation

R 111 of 255 = 44%
G 98 of 255 = 38%
B 102 of 255 = 40%

111
98
102

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

Portions of RGB colors in percentages

R + G + B = 111 + 98 + 102 = 311 (100%)
R 111 of 311 ~ 35.69%
G 98 of 311 ~ 31.51%
B 102 of 311 ~ 32.8'%

%35.69
%31.51
%32.8

CMYK color model

#6F6266 color CMYK value is (0,12,8,56).

  • cyan value is 0.00%
  • magenta value is 11.71%
  • yellow value is 8.11%
  • key color value is 56.47%

CMYK: (0,12,8,56)
C0M12Y8K56 (0%, 12%, 8%, 56%)
(0.00 / 0.12 / 0.08 / 0.56)

CMYK percentages

%0
%11.71
%8.11
%56.47

Codes

Color #6F6266 in popluar color models

6F 62 66
RGB 111 98 102
HSL 342° 6.22% 40.98%
HSB/HSV 342° 11.71% 43.53%
CMYK 0.00% 11.71% 8.11%
56.47%

Color #6F6266 in popluar number systems.

HEX 6F 62 66
Decimal 111 98 102
Binary 1101111 1100010 1100110
Octal 157 142 146

Shades and tints

Shades of #6F6266

#6F6266
(111,98,102)
#655A5D
(101,90,93)
#5B5254
(91,82,84)
#514A4B
(81,74,75)
#474242
(71,66,66)
#3D3A39
(61,58,57)
#333230
(51,50,48)
#292A27
(41,42,39)
#1F221E
(31,34,30)
#151A15
(21,26,21)
#0B120C
(11,18,12)
#000000
(0,0,0)

Tints of #6F6266

#6F6266
(111,98,102)
#7C7073
(124,112,115)
#897E80
(137,126,128)
#968C8D
(150,140,141)
#A39A9A
(163,154,154)
#B0A8A7
(176,168,167)
#BDB6B4
(189,182,180)
#CAC4C1
(202,196,193)
#D7D2CE
(215,210,206)
#E4E0DB
(228,224,219)
#F1EEE8
(241,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6266 color. Also use rgb(111,98,102) instead hex code.

Text Font Color

.myTextColor { color: #6F6266; }

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

This text font color is #6F6266.

Background Color

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

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

This div background color is #6F6266.

Border color

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

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

This div border color is #6F6266.

Opacity

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

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

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

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

This text has shadow with #6F6266 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6266.

Preview

Color preview on black background

This text has color #6F6266 on black background.


Color preview on white background

This text has color #6F6266 on white background.


Black color preview on #6F6266 background

This text has black color on #6F6266 background.


White color preview on #6F6266 background

This text has white color on #6F6266 background.


Related colors

Complementary color

Complementary color for #hex is #909D99.


I love getcolorcode.com

Triadic colors

1 #666F62 and #62666F with #6F6266 are triadic colors.

2 #66626F and #626F66 with #6F6266 are triadic colors.