COLOR #6F6E7A

HEX: #6F6E7A
RGB: (111,110,122)

Color info

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

RGB color model

#6F6E7A color RGB value is (111,110,122).

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

RGB channels and saturation

R 111 of 255 = 44%
G 110 of 255 = 43%
B 122 of 255 = 48%

111
110
122

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

Portions of RGB colors in percentages

R + G + B =
111 + 110 + 122 = 343 (100%)
R 111 of 343 ~ 32.36%
G 110 of 343 ~ 32.07%
B 122 of 343 ~ 35.57%

%32.36
%32.07
%35.57

CMYK color model

#6F6E7A color CMYK value is (9,10,0,52).

  • cyan value is 9.02%
  • magenta value is 9.84%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(9,10,0,52)
C9M10Y0K52 
(9%,10%,0%,52%)
(0.09/0.10/0.00/0.52)	

CMYK percentages

%9.02
%9.84
%0
%52.16

Codes

Color #6F6E7A in popluar color models

6F6E7A
RGB111110122
HSL245°5.17%45.49%
HSB/HSV245°9.84%47.84%
CMYK9.02%9.84%0.00%
52.16%

Color #6F6E7A in popluar number systems.

HEX6F6E7A
Decimal111110122
Binary110111111011101111010
Octal157156172

Shades and tints

Shades of #6F6E7A

#6F6E7A
(111,110,122)
#65646F
(101,100,111)
#5B5A64
(91,90,100)
#515059
(81,80,89)
#47464E
(71,70,78)
#3D3C43
(61,60,67)
#333238
(51,50,56)
#29282D
(41,40,45)
#1F1E22
(31,30,34)
#151417
(21,20,23)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #6F6E7A

#6F6E7A
(111,110,122)
#7C7B86
(124,123,134)
#898892
(137,136,146)
#96959E
(150,149,158)
#A3A2AA
(163,162,170)
#B0AFB6
(176,175,182)
#BDBCC2
(189,188,194)
#CAC9CE
(202,201,206)
#D7D6DA
(215,214,218)
#E4E3E6
(228,227,230)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6E7A; }

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

This text font color is #6F6E7A.


Background Color

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

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

This div background color is #6F6E7A.


Border color

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

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

This div border color is #6F6E7A.


Opacity

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

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

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

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

This text has shadow with #6F6E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6E7A on black background.


Color preview on white background

This text has color #6F6E7A on white background.



Black color preview on #6F6E7A background

This text has black color on #6F6E7A background.


White color preview on #6F6E7A background

This text has white color on #6F6E7A background.