COLOR #6F6067

HEX: #6F6067
RGB: (111,96,103)

Color info

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

RGB color model

#6F6067 color RGB value is (111,96,103).

  • red value is 111;
  • green value is 96;
  • blue value is 103.
RGB:
(111,96,103)
(44%,38%,40%)

RGB channels and saturation

R 111 of 255 = 44%
G 96 of 255 = 38%
B 103 of 255 = 40%

111
96
103

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

Portions of RGB colors in percentages

R + G + B =
111 + 96 + 103 = 310 (100%)
R 111 of 310 ~ 35.81%
G 96 of 310 ~ 30.97%
B 103 of 310 ~ 33.23%

%35.81
%30.97
%33.23

CMYK color model

#6F6067 color CMYK value is (0,14,7,56).

  • cyan value is 0.00%
  • magenta value is 13.51%
  • yellow value is 7.21%
  • key color value is 56.47%
CMYK:
(0,14,7,56)
C0M14Y7K56 
(0%,14%,7%,56%)
(0.00/0.14/0.07/0.56)	

CMYK percentages

%0
%13.51
%7.21
%56.47

Codes

Color #6F6067 in popluar color models

6F6067
RGB11196103
HSL332°7.25%40.59%
HSB/HSV332°13.51%43.53%
CMYK0.00%13.51%7.21%
56.47%

Color #6F6067 in popluar number systems.

HEX6F6067
Decimal11196103
Binary110111111000001100111
Octal157140147

Shades and tints

Shades of #6F6067

#6F6067
(111,96,103)
#65585E
(101,88,94)
#5B5055
(91,80,85)
#51484C
(81,72,76)
#474043
(71,64,67)
#3D383A
(61,56,58)
#333031
(51,48,49)
#292828
(41,40,40)
#1F201F
(31,32,31)
#151816
(21,24,22)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #6F6067

#6F6067
(111,96,103)
#7C6E74
(124,110,116)
#897C81
(137,124,129)
#968A8E
(150,138,142)
#A3989B
(163,152,155)
#B0A6A8
(176,166,168)
#BDB4B5
(189,180,181)
#CAC2C2
(202,194,194)
#D7D0CF
(215,208,207)
#E4DEDC
(228,222,220)
#F1ECE9
(241,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6067 color. Also use rgb(111,96,103) instead hex code.

Text Font Color

.myTextColor { color: #6F6067; }

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

This text font color is #6F6067.


Background Color

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

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

This div background color is #6F6067.


Border color

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

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

This div border color is #6F6067.


Opacity

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

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

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

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

This text has shadow with #6F6067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6067 on black background.


Color preview on white background

This text has color #6F6067 on white background.



Black color preview on #6F6067 background

This text has black color on #6F6067 background.


White color preview on #6F6067 background

This text has white color on #6F6067 background.