COLOR #6F6D7A

HEX: #6F6D7A RGB: (111,109,122)

Color info

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

RGB color model

#6F6D7A color RGB value is (111,109,122).

RGB: (111,109,122) (44%, 43%, 48%)

RGB channels and saturation

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

111
109
122

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

Portions of RGB colors in percentages

R + G + B = 111 + 109 + 122 = 342 (100%)
R 111 of 342 ~ 32.46%
G 109 of 342 ~ 31.87%
B 122 of 342 ~ 35.67'%

%32.46
%31.87
%35.67

CMYK color model

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

  • cyan value is 9.02%
  • magenta value is 10.66%
  • 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
%10.66
%0
%52.16

Codes

Color #6F6D7A in popluar color models

6F 6D 7A
RGB 111 109 122
HSL 249° 5.63% 45.29%
HSB/HSV 249° 10.66% 47.84%
CMYK 9.02% 10.66% 0.00%
52.16%

Color #6F6D7A in popluar number systems.

HEX 6F 6D 7A
Decimal 111 109 122
Binary 1101111 1101101 1111010
Octal 157 155 172

Shades and tints

Shades of #6F6D7A

#6F6D7A
(111,109,122)
#65646F
(101,100,111)
#5B5B64
(91,91,100)
#515259
(81,82,89)
#47494E
(71,73,78)
#3D4043
(61,64,67)
#333738
(51,55,56)
#292E2D
(41,46,45)
#1F2522
(31,37,34)
#151C17
(21,28,23)
#0B130C
(11,19,12)
#000000
(0,0,0)

Tints of #6F6D7A

#6F6D7A
(111,109,122)
#7C7A86
(124,122,134)
#898792
(137,135,146)
#96949E
(150,148,158)
#A3A1AA
(163,161,170)
#B0AEB6
(176,174,182)
#BDBBC2
(189,187,194)
#CAC8CE
(202,200,206)
#D7D5DA
(215,213,218)
#E4E2E6
(228,226,230)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6D7A; }

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

This text font color is #6F6D7A.

Background Color

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

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

This div background color is #6F6D7A.

Border color

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

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

This div border color is #6F6D7A.

Opacity

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

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

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

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

This text has shadow with #6F6D7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6D7A.

Preview

Color preview on black background

This text has color #6F6D7A on black background.


Color preview on white background

This text has color #6F6D7A on white background.


Black color preview on #6F6D7A background

This text has black color on #6F6D7A background.


White color preview on #6F6D7A background

This text has white color on #6F6D7A background.


Related colors

Complementary color

Complementary color for #hex is #909285.


I love getcolorcode.com

Triadic colors

1 #7A6F6D and #6D7A6F with #6F6D7A are triadic colors.

2 #7A6D6F and #6D6F7A with #6F6D7A are triadic colors.