COLOR #6F586C

HEX: #6F586C
RGB: (111,88,108)

Color info

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

RGB color model

#6F586C color RGB value is (111,88,108).

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

RGB channels and saturation

R 111 of 255 = 44%
G 88 of 255 = 35%
B 108 of 255 = 42%

111
88
108

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

Portions of RGB colors in percentages

R + G + B =
111 + 88 + 108 = 307 (100%)
R 111 of 307 ~ 36.16%
G 88 of 307 ~ 28.66%
B 108 of 307 ~ 35.18%

%36.16
%28.66
%35.18

CMYK color model

#6F586C color CMYK value is (0,21,3,56).

  • cyan value is 0.00%
  • magenta value is 20.72%
  • yellow value is 2.70%
  • key color value is 56.47%
CMYK:
(0,21,3,56)
C0M21Y3K56 
(0%,21%,3%,56%)
(0.00/0.21/0.03/0.56)	

CMYK percentages

%0
%20.72
%2.7
%56.47

Codes

Color #6F586C in popluar color models

6F586C
RGB11188108
HSL308°11.56%39.02%
HSB/HSV308°20.72%43.53%
CMYK0.00%20.72%2.70%
56.47%

Color #6F586C in popluar number systems.

HEX6F586C
Decimal11188108
Binary110111110110001101100
Octal157130154

Shades and tints

Shades of #6F586C

#6F586C
(111,88,108)
#655063
(101,80,99)
#5B485A
(91,72,90)
#514051
(81,64,81)
#473848
(71,56,72)
#3D303F
(61,48,63)
#332836
(51,40,54)
#29202D
(41,32,45)
#1F1824
(31,24,36)
#15101B
(21,16,27)
#0B0812
(11,8,18)
#000000
(0,0,0)

Tints of #6F586C

#6F586C
(111,88,108)
#7C6779
(124,103,121)
#897686
(137,118,134)
#968593
(150,133,147)
#A394A0
(163,148,160)
#B0A3AD
(176,163,173)
#BDB2BA
(189,178,186)
#CAC1C7
(202,193,199)
#D7D0D4
(215,208,212)
#E4DFE1
(228,223,225)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F586C; }

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

This text font color is #6F586C.


Background Color

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

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

This div background color is #6F586C.


Border color

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

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

This div border color is #6F586C.


Opacity

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

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

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

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

This text has shadow with #6F586C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F586C on black background.


Color preview on white background

This text has color #6F586C on white background.



Black color preview on #6F586C background

This text has black color on #6F586C background.


White color preview on #6F586C background

This text has white color on #6F586C background.