COLOR #6F656A

HEX: #6F656A
RGB: (111,101,106)

Color info

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

RGB color model

#6F656A color RGB value is (111,101,106).

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

RGB channels and saturation

R 111 of 255 = 44%
G 101 of 255 = 40%
B 106 of 255 = 42%

111
101
106

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

Portions of RGB colors in percentages

R + G + B =
111 + 101 + 106 = 318 (100%)
R 111 of 318 ~ 34.91%
G 101 of 318 ~ 31.76%
B 106 of 318 ~ 33.33%

%34.91
%31.76
%33.33

CMYK color model

#6F656A color CMYK value is (0,9,5,56).

  • cyan value is 0.00%
  • magenta value is 9.01%
  • yellow value is 4.50%
  • key color value is 56.47%
CMYK:
(0,9,5,56)
C0M9Y5K56 
(0%,9%,5%,56%)
(0.00/0.09/0.05/0.56)	

CMYK percentages

%0
%9.01
%4.5
%56.47

Codes

Color #6F656A in popluar color models

6F656A
RGB111101106
HSL330°4.72%41.57%
HSB/HSV330°9.01%43.53%
CMYK0.00%9.01%4.50%
56.47%

Color #6F656A in popluar number systems.

HEX6F656A
Decimal111101106
Binary110111111001011101010
Octal157145152

Shades and tints

Shades of #6F656A

#6F656A
(111,101,106)
#655C61
(101,92,97)
#5B5358
(91,83,88)
#514A4F
(81,74,79)
#474146
(71,65,70)
#3D383D
(61,56,61)
#332F34
(51,47,52)
#29262B
(41,38,43)
#1F1D22
(31,29,34)
#151419
(21,20,25)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #6F656A

#6F656A
(111,101,106)
#7C7377
(124,115,119)
#898184
(137,129,132)
#968F91
(150,143,145)
#A39D9E
(163,157,158)
#B0ABAB
(176,171,171)
#BDB9B8
(189,185,184)
#CAC7C5
(202,199,197)
#D7D5D2
(215,213,210)
#E4E3DF
(228,227,223)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F656A; }

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

This text font color is #6F656A.


Background Color

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

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

This div background color is #6F656A.


Border color

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

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

This div border color is #6F656A.


Opacity

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

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

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

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

This text has shadow with #6F656A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F656A on black background.


Color preview on white background

This text has color #6F656A on white background.



Black color preview on #6F656A background

This text has black color on #6F656A background.


White color preview on #6F656A background

This text has white color on #6F656A background.