COLOR #6F667A

HEX: #6F667A
RGB: (111,102,122)

Color info

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

RGB color model

#6F667A color RGB value is (111,102,122).

  • red value is 111;
  • green value is 102;
  • blue value is 122.
RGB:
(111,102,122)
(44%,40%,48%)

RGB channels and saturation

R 111 of 255 = 44%
G 102 of 255 = 40%
B 122 of 255 = 48%

111
102
122

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

Portions of RGB colors in percentages

R + G + B =
111 + 102 + 122 = 335 (100%)
R 111 of 335 ~ 33.13%
G 102 of 335 ~ 30.45%
B 122 of 335 ~ 36.42%

%33.13
%30.45
%36.42

CMYK color model

#6F667A color CMYK value is (9,16,0,52).

  • cyan value is 9.02%
  • magenta value is 16.39%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(9,16,0,52)
C9M16Y0K52 
(9%,16%,0%,52%)
(0.09/0.16/0.00/0.52)	

CMYK percentages

%9.02
%16.39
%0
%52.16

Codes

Color #6F667A in popluar color models

6F667A
RGB111102122
HSL267°8.93%43.92%
HSB/HSV267°16.39%47.84%
CMYK9.02%16.39%0.00%
52.16%

Color #6F667A in popluar number systems.

HEX6F667A
Decimal111102122
Binary110111111001101111010
Octal157146172

Shades and tints

Shades of #6F667A

#6F667A
(111,102,122)
#655D6F
(101,93,111)
#5B5464
(91,84,100)
#514B59
(81,75,89)
#47424E
(71,66,78)
#3D3943
(61,57,67)
#333038
(51,48,56)
#29272D
(41,39,45)
#1F1E22
(31,30,34)
#151517
(21,21,23)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #6F667A

#6F667A
(111,102,122)
#7C7386
(124,115,134)
#898092
(137,128,146)
#968D9E
(150,141,158)
#A39AAA
(163,154,170)
#B0A7B6
(176,167,182)
#BDB4C2
(189,180,194)
#CAC1CE
(202,193,206)
#D7CEDA
(215,206,218)
#E4DBE6
(228,219,230)
#F1E8F2
(241,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F667A; }

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

This text font color is #6F667A.


Background Color

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

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

This div background color is #6F667A.


Border color

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

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

This div border color is #6F667A.


Opacity

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

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

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

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

This text has shadow with #6F667A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F667A on black background.


Color preview on white background

This text has color #6F667A on white background.



Black color preview on #6F667A background

This text has black color on #6F667A background.


White color preview on #6F667A background

This text has white color on #6F667A background.