COLOR #6F6679

HEX: #6F6679
RGB: (111,102,121)

Color info

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

RGB color model

#6F6679 color RGB value is (111,102,121).

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

RGB channels and saturation

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

111
102
121

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

Portions of RGB colors in percentages

R + G + B =
111 + 102 + 121 = 334 (100%)
R 111 of 334 ~ 33.23%
G 102 of 334 ~ 30.54%
B 121 of 334 ~ 36.23%

%33.23
%30.54
%36.23

CMYK color model

#6F6679 color CMYK value is (8,16,0,53).

  • cyan value is 8.26%
  • magenta value is 15.70%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(8,16,0,53)
C8M16Y0K53 
(8%,16%,0%,53%)
(0.08/0.16/0.00/0.53)	

CMYK percentages

%8.26
%15.7
%0
%52.55

Codes

Color #6F6679 in popluar color models

6F6679
RGB111102121
HSL268°8.52%43.73%
HSB/HSV268°15.70%47.45%
CMYK8.26%15.70%0.00%
52.55%

Color #6F6679 in popluar number systems.

HEX6F6679
Decimal111102121
Binary110111111001101111001
Octal157146171

Shades and tints

Shades of #6F6679

#6F6679
(111,102,121)
#655D6E
(101,93,110)
#5B5463
(91,84,99)
#514B58
(81,75,88)
#47424D
(71,66,77)
#3D3942
(61,57,66)
#333037
(51,48,55)
#29272C
(41,39,44)
#1F1E21
(31,30,33)
#151516
(21,21,22)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #6F6679

#6F6679
(111,102,121)
#7C7385
(124,115,133)
#898091
(137,128,145)
#968D9D
(150,141,157)
#A39AA9
(163,154,169)
#B0A7B5
(176,167,181)
#BDB4C1
(189,180,193)
#CAC1CD
(202,193,205)
#D7CED9
(215,206,217)
#E4DBE5
(228,219,229)
#F1E8F1
(241,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6679; }

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

This text font color is #6F6679.


Background Color

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

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

This div background color is #6F6679.


Border color

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

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

This div border color is #6F6679.


Opacity

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

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

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

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

This text has shadow with #6F6679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6679 on black background.


Color preview on white background

This text has color #6F6679 on white background.



Black color preview on #6F6679 background

This text has black color on #6F6679 background.


White color preview on #6F6679 background

This text has white color on #6F6679 background.