COLOR #6F6E8E

HEX: #6F6E8E
RGB: (111,110,142)

Color info

#6F6E8E contains red, green and blue colors in about the same proportion. Web safe color of #6F6E8E is #666699 (or #669).

RGB color model

#6F6E8E color RGB value is (111,110,142).

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

RGB channels and saturation

R 111 of 255 = 44%
G 110 of 255 = 43%
B 142 of 255 = 56%

111
110
142

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

Portions of RGB colors in percentages

R + G + B =
111 + 110 + 142 = 363 (100%)
R 111 of 363 ~ 30.58%
G 110 of 363 ~ 30.3%
B 142 of 363 ~ 39.12%

%30.58
%30.3
%39.12

CMYK color model

#6F6E8E color CMYK value is (22,23,0,44).

  • cyan value is 21.83%
  • magenta value is 22.54%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(22,23,0,44)
C22M23Y0K44 
(22%,23%,0%,44%)
(0.22/0.23/0.00/0.44)	

CMYK percentages

%21.83
%22.54
%0
%44.31

Codes

Color #6F6E8E in popluar color models

6F6E8E
RGB111110142
HSL242°12.70%49.41%
HSB/HSV242°22.54%55.69%
CMYK21.83%22.54%0.00%
44.31%

Color #6F6E8E in popluar number systems.

HEX6F6E8E
Decimal111110142
Binary1101111110111010001110
Octal157156216

Shades and tints

Shades of #6F6E8E

#6F6E8E
(111,110,142)
#656482
(101,100,130)
#5B5A76
(91,90,118)
#51506A
(81,80,106)
#47465E
(71,70,94)
#3D3C52
(61,60,82)
#333246
(51,50,70)
#29283A
(41,40,58)
#1F1E2E
(31,30,46)
#151422
(21,20,34)
#0B0A16
(11,10,22)
#000000
(0,0,0)

Tints of #6F6E8E

#6F6E8E
(111,110,142)
#7C7B98
(124,123,152)
#8988A2
(137,136,162)
#9695AC
(150,149,172)
#A3A2B6
(163,162,182)
#B0AFC0
(176,175,192)
#BDBCCA
(189,188,202)
#CAC9D4
(202,201,212)
#D7D6DE
(215,214,222)
#E4E3E8
(228,227,232)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6E8E; }

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

This text font color is #6F6E8E.


Background Color

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

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

This div background color is #6F6E8E.


Border color

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

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

This div border color is #6F6E8E.


Opacity

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

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

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

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

This text has shadow with #6F6E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6E8E on black background.


Color preview on white background

This text has color #6F6E8E on white background.



Black color preview on #6F6E8E background

This text has black color on #6F6E8E background.


White color preview on #6F6E8E background

This text has white color on #6F6E8E background.