COLOR #6F646B

HEX: #6F646B
RGB: (111,100,107)

Color info

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

RGB color model

#6F646B color RGB value is (111,100,107).

  • red value is 111;
  • green value is 100;
  • blue value is 107.
RGB:
(111,100,107)
(44%,39%,42%)

RGB channels and saturation

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

111
100
107

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

Portions of RGB colors in percentages

R + G + B =
111 + 100 + 107 = 318 (100%)
R 111 of 318 ~ 34.91%
G 100 of 318 ~ 31.45%
B 107 of 318 ~ 33.65%

%34.91
%31.45
%33.65

CMYK color model

#6F646B color CMYK value is (0,10,4,56).

  • cyan value is 0.00%
  • magenta value is 9.91%
  • yellow value is 3.60%
  • key color value is 56.47%
CMYK:
(0,10,4,56)
C0M10Y4K56 
(0%,10%,4%,56%)
(0.00/0.10/0.04/0.56)	

CMYK percentages

%0
%9.91
%3.6
%56.47

Codes

Color #6F646B in popluar color models

6F646B
RGB111100107
HSL322°5.21%41.37%
HSB/HSV322°9.91%43.53%
CMYK0.00%9.91%3.60%
56.47%

Color #6F646B in popluar number systems.

HEX6F646B
Decimal111100107
Binary110111111001001101011
Octal157144153

Shades and tints

Shades of #6F646B

#6F646B
(111,100,107)
#655B62
(101,91,98)
#5B5259
(91,82,89)
#514950
(81,73,80)
#474047
(71,64,71)
#3D373E
(61,55,62)
#332E35
(51,46,53)
#29252C
(41,37,44)
#1F1C23
(31,28,35)
#15131A
(21,19,26)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #6F646B

#6F646B
(111,100,107)
#7C7278
(124,114,120)
#898085
(137,128,133)
#968E92
(150,142,146)
#A39C9F
(163,156,159)
#B0AAAC
(176,170,172)
#BDB8B9
(189,184,185)
#CAC6C6
(202,198,198)
#D7D4D3
(215,212,211)
#E4E2E0
(228,226,224)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F646B; }

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

This text font color is #6F646B.


Background Color

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

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

This div background color is #6F646B.


Border color

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

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

This div border color is #6F646B.


Opacity

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

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

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

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

This text has shadow with #6F646B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F646B on black background.


Color preview on white background

This text has color #6F646B on white background.



Black color preview on #6F646B background

This text has black color on #6F646B background.


White color preview on #6F646B background

This text has white color on #6F646B background.