COLOR #6F586E

HEX: #6F586E RGB: (111,88,110)

Color info

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

RGB color model

#6F586E color RGB value is (111,88,110).

RGB: (111,88,110) (44%, 35%, 43%)

RGB channels and saturation

R 111 of 255 = 44%
G 88 of 255 = 35%
B 110 of 255 = 43%

111
88
110

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

Portions of RGB colors in percentages

R + G + B = 111 + 88 + 110 = 309 (100%)
R 111 of 309 ~ 35.92%
G 88 of 309 ~ 28.48%
B 110 of 309 ~ 35.6'%

%35.92
%28.48
%35.6

CMYK color model

#6F586E color CMYK value is (0,21,1,56).

  • cyan value is 0.00%
  • magenta value is 20.72%
  • yellow value is 0.90%
  • key color value is 56.47%

CMYK: (0,21,1,56)
C0M21Y1K56 (0%, 21%, 1%, 56%)
(0.00 / 0.21 / 0.01 / 0.56)

CMYK percentages

%0
%20.72
%0.9
%56.47

Codes

Color #6F586E in popluar color models

6F 58 6E
RGB 111 88 110
HSL 303° 11.56% 39.02%
HSB/HSV 303° 20.72% 43.53%
CMYK 0.00% 20.72% 0.90%
56.47%

Color #6F586E in popluar number systems.

HEX 6F 58 6E
Decimal 111 88 110
Binary 1101111 1011000 1101110
Octal 157 130 156

Shades and tints

Shades of #6F586E

#6F586E
(111,88,110)
#655064
(101,80,100)
#5B485A
(91,72,90)
#514050
(81,64,80)
#473846
(71,56,70)
#3D303C
(61,48,60)
#332832
(51,40,50)
#292028
(41,32,40)
#1F181E
(31,24,30)
#151014
(21,16,20)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #6F586E

#6F586E
(111,88,110)
#7C677B
(124,103,123)
#897688
(137,118,136)
#968595
(150,133,149)
#A394A2
(163,148,162)
#B0A3AF
(176,163,175)
#BDB2BC
(189,178,188)
#CAC1C9
(202,193,201)
#D7D0D6
(215,208,214)
#E4DFE3
(228,223,227)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F586E; }

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

This text font color is #6F586E.

Background Color

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

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

This div background color is #6F586E.

Border color

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

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

This div border color is #6F586E.

Opacity

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

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

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

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

This text has shadow with #6F586E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F586E.

Preview

Color preview on black background

This text has color #6F586E on black background.


Color preview on white background

This text has color #6F586E on white background.


Black color preview on #6F586E background

This text has black color on #6F586E background.


White color preview on #6F586E background

This text has white color on #6F586E background.


Related colors

Complementary color

Complementary color for #hex is #90A791.


I love getcolorcode.com

Triadic colors

1 #6E6F58 and #586E6F with #6F586E are triadic colors.

2 #6E586F and #586F6E with #6F586E are triadic colors.