COLOR #6F6579

HEX: #6F6579
RGB: (111,101,121)

Color info

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

RGB color model

#6F6579 color RGB value is (111,101,121).

  • red value is 111;
  • green value is 101;
  • blue value is 121.
RGB:
(111,101,121)
(44%,40%,47%)

RGB channels and saturation

R 111 of 255 = 44%
G 101 of 255 = 40%
B 121 of 255 = 47%

111
101
121

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

Portions of RGB colors in percentages

R + G + B =
111 + 101 + 121 = 333 (100%)
R 111 of 333 ~ 33.33%
G 101 of 333 ~ 30.33%
B 121 of 333 ~ 36.34%

%33.33
%30.33
%36.34

CMYK color model

#6F6579 color CMYK value is (8,17,0,53).

  • cyan value is 8.26%
  • magenta value is 16.53%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(8,17,0,53)
C8M17Y0K53 
(8%,17%,0%,53%)
(0.08/0.17/0.00/0.53)	

CMYK percentages

%8.26
%16.53
%0
%52.55

Codes

Color #6F6579 in popluar color models

6F6579
RGB111101121
HSL270°9.01%43.53%
HSB/HSV270°16.53%47.45%
CMYK8.26%16.53%0.00%
52.55%

Color #6F6579 in popluar number systems.

HEX6F6579
Decimal111101121
Binary110111111001011111001
Octal157145171

Shades and tints

Shades of #6F6579

#6F6579
(111,101,121)
#655C6E
(101,92,110)
#5B5363
(91,83,99)
#514A58
(81,74,88)
#47414D
(71,65,77)
#3D3842
(61,56,66)
#332F37
(51,47,55)
#29262C
(41,38,44)
#1F1D21
(31,29,33)
#151416
(21,20,22)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #6F6579

#6F6579
(111,101,121)
#7C7385
(124,115,133)
#898191
(137,129,145)
#968F9D
(150,143,157)
#A39DA9
(163,157,169)
#B0ABB5
(176,171,181)
#BDB9C1
(189,185,193)
#CAC7CD
(202,199,205)
#D7D5D9
(215,213,217)
#E4E3E5
(228,227,229)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6579 color. Also use rgb(111,101,121) instead hex code.

Text Font Color

.myTextColor { color: #6F6579; }

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

This text font color is #6F6579.


Background Color

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

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

This div background color is #6F6579.


Border color

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

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

This div border color is #6F6579.


Opacity

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

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

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

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

This text has shadow with #6F6579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6579 on black background.


Color preview on white background

This text has color #6F6579 on white background.



Black color preview on #6F6579 background

This text has black color on #6F6579 background.


White color preview on #6F6579 background

This text has white color on #6F6579 background.