COLOR #6F6A6E

HEX: #6F6A6E
RGB: (111,106,110)

Color info

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

RGB color model

#6F6A6E color RGB value is (111,106,110).

  • red value is 111;
  • green value is 106;
  • blue value is 110.
RGB:
(111,106,110)
(44%,42%,43%)

RGB channels and saturation

R 111 of 255 = 44%
G 106 of 255 = 42%
B 110 of 255 = 43%

111
106
110

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

Portions of RGB colors in percentages

R + G + B =
111 + 106 + 110 = 327 (100%)
R 111 of 327 ~ 33.94%
G 106 of 327 ~ 32.42%
B 110 of 327 ~ 33.64%

%33.94
%32.42
%33.64

CMYK color model

#6F6A6E color CMYK value is (0,5,1,56).

  • cyan value is 0.00%
  • magenta value is 4.50%
  • yellow value is 0.90%
  • key color value is 56.47%
CMYK:
(0,5,1,56)
C0M5Y1K56 
(0%,5%,1%,56%)
(0.00/0.05/0.01/0.56)	

CMYK percentages

%0
%4.5
%0.9
%56.47

Codes

Color #6F6A6E in popluar color models

6F6A6E
RGB111106110
HSL312°2.30%42.55%
HSB/HSV312°4.50%43.53%
CMYK0.00%4.50%0.90%
56.47%

Color #6F6A6E in popluar number systems.

HEX6F6A6E
Decimal111106110
Binary110111111010101101110
Octal157152156

Shades and tints

Shades of #6F6A6E

#6F6A6E
(111,106,110)
#656164
(101,97,100)
#5B585A
(91,88,90)
#514F50
(81,79,80)
#474646
(71,70,70)
#3D3D3C
(61,61,60)
#333432
(51,52,50)
#292B28
(41,43,40)
#1F221E
(31,34,30)
#151914
(21,25,20)
#0B100A
(11,16,10)
#000000
(0,0,0)

Tints of #6F6A6E

#6F6A6E
(111,106,110)
#7C777B
(124,119,123)
#898488
(137,132,136)
#969195
(150,145,149)
#A39EA2
(163,158,162)
#B0ABAF
(176,171,175)
#BDB8BC
(189,184,188)
#CAC5C9
(202,197,201)
#D7D2D6
(215,210,214)
#E4DFE3
(228,223,227)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6A6E; }

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

This text font color is #6F6A6E.


Background Color

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

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

This div background color is #6F6A6E.


Border color

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

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

This div border color is #6F6A6E.


Opacity

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

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

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

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

This text has shadow with #6F6A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6A6E on black background.


Color preview on white background

This text has color #6F6A6E on white background.



Black color preview on #6F6A6E background

This text has black color on #6F6A6E background.


White color preview on #6F6A6E background

This text has white color on #6F6A6E background.