COLOR #6F5E6C

HEX: #6F5E6C
RGB: (111,94,108)

Color info

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

RGB color model

#6F5E6C color RGB value is (111,94,108).

  • red value is 111;
  • green value is 94;
  • blue value is 108.
RGB:
(111,94,108)
(44%,37%,42%)

RGB channels and saturation

R 111 of 255 = 44%
G 94 of 255 = 37%
B 108 of 255 = 42%

111
94
108

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

Portions of RGB colors in percentages

R + G + B =
111 + 94 + 108 = 313 (100%)
R 111 of 313 ~ 35.46%
G 94 of 313 ~ 30.03%
B 108 of 313 ~ 34.5%

%35.46
%30.03
%34.5

CMYK color model

#6F5E6C color CMYK value is (0,15,3,56).

  • cyan value is 0.00%
  • magenta value is 15.32%
  • yellow value is 2.70%
  • key color value is 56.47%
CMYK:
(0,15,3,56)
C0M15Y3K56 
(0%,15%,3%,56%)
(0.00/0.15/0.03/0.56)	

CMYK percentages

%0
%15.32
%2.7
%56.47

Codes

Color #6F5E6C in popluar color models

6F5E6C
RGB11194108
HSL311°8.29%40.20%
HSB/HSV311°15.32%43.53%
CMYK0.00%15.32%2.70%
56.47%

Color #6F5E6C in popluar number systems.

HEX6F5E6C
Decimal11194108
Binary110111110111101101100
Octal157136154

Shades and tints

Shades of #6F5E6C

#6F5E6C
(111,94,108)
#655663
(101,86,99)
#5B4E5A
(91,78,90)
#514651
(81,70,81)
#473E48
(71,62,72)
#3D363F
(61,54,63)
#332E36
(51,46,54)
#29262D
(41,38,45)
#1F1E24
(31,30,36)
#15161B
(21,22,27)
#0B0E12
(11,14,18)
#000000
(0,0,0)

Tints of #6F5E6C

#6F5E6C
(111,94,108)
#7C6C79
(124,108,121)
#897A86
(137,122,134)
#968893
(150,136,147)
#A396A0
(163,150,160)
#B0A4AD
(176,164,173)
#BDB2BA
(189,178,186)
#CAC0C7
(202,192,199)
#D7CED4
(215,206,212)
#E4DCE1
(228,220,225)
#F1EAEE
(241,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5E6C color. Also use rgb(111,94,108) instead hex code.

Text Font Color

.myTextColor { color: #6F5E6C; }

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

This text font color is #6F5E6C.


Background Color

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

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

This div background color is #6F5E6C.


Border color

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

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

This div border color is #6F5E6C.


Opacity

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

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

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

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

This text has shadow with #6F5E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5E6C on black background.


Color preview on white background

This text has color #6F5E6C on white background.



Black color preview on #6F5E6C background

This text has black color on #6F5E6C background.


White color preview on #6F5E6C background

This text has white color on #6F5E6C background.