COLOR #6F5A76

HEX: #6F5A76 RGB: (111,90,118)

Color info

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

RGB color model

#6F5A76 color RGB value is (111,90,118).

RGB: (111,90,118) (44%, 35%, 46%)

RGB channels and saturation

R 111 of 255 = 44%
G 90 of 255 = 35%
B 118 of 255 = 46%

111
90
118

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

Portions of RGB colors in percentages

R + G + B = 111 + 90 + 118 = 319 (100%)
R 111 of 319 ~ 34.8%
G 90 of 319 ~ 28.21%
B 118 of 319 ~ 36.99'%

%34.8
%28.21
%36.99

CMYK color model

#6F5A76 color CMYK value is (6,24,0,54).

  • cyan value is 5.93%
  • magenta value is 23.73%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (6,24,0,54)
C6M24Y0K54 (6%, 24%, 0%, 54%)
(0.06 / 0.24 / 0.00 / 0.54)

CMYK percentages

%5.93
%23.73
%0
%53.73

Codes

Color #6F5A76 in popluar color models

6F 5A 76
RGB 111 90 118
HSL 285° 13.46% 40.78%
HSB/HSV 285° 23.73% 46.27%
CMYK 5.93% 23.73% 0.00%
53.73%

Color #6F5A76 in popluar number systems.

HEX 6F 5A 76
Decimal 111 90 118
Binary 1101111 1011010 1110110
Octal 157 132 166

Shades and tints

Shades of #6F5A76

#6F5A76
(111,90,118)
#65526C
(101,82,108)
#5B4A62
(91,74,98)
#514258
(81,66,88)
#473A4E
(71,58,78)
#3D3244
(61,50,68)
#332A3A
(51,42,58)
#292230
(41,34,48)
#1F1A26
(31,26,38)
#15121C
(21,18,28)
#0B0A12
(11,10,18)
#000000
(0,0,0)

Tints of #6F5A76

#6F5A76
(111,90,118)
#7C6982
(124,105,130)
#89788E
(137,120,142)
#96879A
(150,135,154)
#A396A6
(163,150,166)
#B0A5B2
(176,165,178)
#BDB4BE
(189,180,190)
#CAC3CA
(202,195,202)
#D7D2D6
(215,210,214)
#E4E1E2
(228,225,226)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5A76 color. Also use rgb(111,90,118) instead hex code.

Text Font Color

.myTextColor { color: #6F5A76; }

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

This text font color is #6F5A76.

Background Color

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

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

This div background color is #6F5A76.

Border color

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

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

This div border color is #6F5A76.

Opacity

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

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

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

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

This text has shadow with #6F5A76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5A76.

Preview

Color preview on black background

This text has color #6F5A76 on black background.


Color preview on white background

This text has color #6F5A76 on white background.


Black color preview on #6F5A76 background

This text has black color on #6F5A76 background.


White color preview on #6F5A76 background

This text has white color on #6F5A76 background.


Related colors

Complementary color

Complementary color for #hex is #90A589.


I love getcolorcode.com

Triadic colors

1 #766F5A and #5A766F with #6F5A76 are triadic colors.

2 #765A6F and #5A6F76 with #6F5A76 are triadic colors.