COLOR #6F6C7A

HEX: #6F6C7A
RGB: (111,108,122)

Color info

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

RGB color model

#6F6C7A color RGB value is (111,108,122).

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

RGB channels and saturation

R 111 of 255 = 44%
G 108 of 255 = 42%
B 122 of 255 = 48%

111
108
122

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

Portions of RGB colors in percentages

R + G + B =
111 + 108 + 122 = 341 (100%)
R 111 of 341 ~ 32.55%
G 108 of 341 ~ 31.67%
B 122 of 341 ~ 35.78%

%32.55
%31.67
%35.78

CMYK color model

#6F6C7A color CMYK value is (9,11,0,52).

  • cyan value is 9.02%
  • magenta value is 11.48%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(9,11,0,52)
C9M11Y0K52 
(9%,11%,0%,52%)
(0.09/0.11/0.00/0.52)	

CMYK percentages

%9.02
%11.48
%0
%52.16

Codes

Color #6F6C7A in popluar color models

6F6C7A
RGB111108122
HSL253°6.09%45.10%
HSB/HSV253°11.48%47.84%
CMYK9.02%11.48%0.00%
52.16%

Color #6F6C7A in popluar number systems.

HEX6F6C7A
Decimal111108122
Binary110111111011001111010
Octal157154172

Shades and tints

Shades of #6F6C7A

#6F6C7A
(111,108,122)
#65636F
(101,99,111)
#5B5A64
(91,90,100)
#515159
(81,81,89)
#47484E
(71,72,78)
#3D3F43
(61,63,67)
#333638
(51,54,56)
#292D2D
(41,45,45)
#1F2422
(31,36,34)
#151B17
(21,27,23)
#0B120C
(11,18,12)
#000000
(0,0,0)

Tints of #6F6C7A

#6F6C7A
(111,108,122)
#7C7986
(124,121,134)
#898692
(137,134,146)
#96939E
(150,147,158)
#A3A0AA
(163,160,170)
#B0ADB6
(176,173,182)
#BDBAC2
(189,186,194)
#CAC7CE
(202,199,206)
#D7D4DA
(215,212,218)
#E4E1E6
(228,225,230)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6C7A; }

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

This text font color is #6F6C7A.


Background Color

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

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

This div background color is #6F6C7A.


Border color

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

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

This div border color is #6F6C7A.


Opacity

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

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

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

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

This text has shadow with #6F6C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6C7A on black background.


Color preview on white background

This text has color #6F6C7A on white background.



Black color preview on #6F6C7A background

This text has black color on #6F6C7A background.


White color preview on #6F6C7A background

This text has white color on #6F6C7A background.