COLOR #6F4F6E

HEX: #6F4F6E
RGB: (111,79,110)

Color info

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

RGB color model

#6F4F6E color RGB value is (111,79,110).

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

RGB channels and saturation

R 111 of 255 = 44%
G 79 of 255 = 31%
B 110 of 255 = 43%

111
79
110

R + G + B ~ 39%. #6F4F6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 79 + 110 = 300 (100%)
R 111 of 300 ~ 37%
G 79 of 300 ~ 26.33%
B 110 of 300 ~ 36.67%

%37
%26.33
%36.67

CMYK color model

#6F4F6E color CMYK value is (0,29,1,56).

  • cyan value is 0.00%
  • magenta value is 28.83%
  • yellow value is 0.90%
  • key color value is 56.47%
CMYK:
(0,29,1,56)
C0M29Y1K56 
(0%,29%,1%,56%)
(0.00/0.29/0.01/0.56)	

CMYK percentages

%0
%28.83
%0.9
%56.47

Codes

Color #6F4F6E in popluar color models

6F4F6E
RGB11179110
HSL302°16.84%37.25%
HSB/HSV302°28.83%43.53%
CMYK0.00%28.83%0.90%
56.47%

Color #6F4F6E in popluar number systems.

HEX6F4F6E
Decimal11179110
Binary110111110011111101110
Octal157117156

Shades and tints

Shades of #6F4F6E

#6F4F6E
(111,79,110)
#654864
(101,72,100)
#5B415A
(91,65,90)
#513A50
(81,58,80)
#473346
(71,51,70)
#3D2C3C
(61,44,60)
#332532
(51,37,50)
#291E28
(41,30,40)
#1F171E
(31,23,30)
#151014
(21,16,20)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #6F4F6E

#6F4F6E
(111,79,110)
#7C5F7B
(124,95,123)
#896F88
(137,111,136)
#967F95
(150,127,149)
#A38FA2
(163,143,162)
#B09FAF
(176,159,175)
#BDAFBC
(189,175,188)
#CABFC9
(202,191,201)
#D7CFD6
(215,207,214)
#E4DFE3
(228,223,227)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4F6E; }

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

This text font color is #6F4F6E.


Background Color

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

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

This div background color is #6F4F6E.


Border color

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

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

This div border color is #6F4F6E.


Opacity

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

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

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

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

This text has shadow with #6F4F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4F6E on black background.


Color preview on white background

This text has color #6F4F6E on white background.



Black color preview on #6F4F6E background

This text has black color on #6F4F6E background.


White color preview on #6F4F6E background

This text has white color on #6F4F6E background.