COLOR #6F5476

HEX: #6F5476
RGB: (111,84,118)

Color info

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

RGB color model

#6F5476 color RGB value is (111,84,118).

  • red value is 111;
  • green value is 84;
  • blue value is 118.
RGB:
(111,84,118)
(44%,33%,46%)

RGB channels and saturation

R 111 of 255 = 44%
G 84 of 255 = 33%
B 118 of 255 = 46%

111
84
118

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

Portions of RGB colors in percentages

R + G + B =
111 + 84 + 118 = 313 (100%)
R 111 of 313 ~ 35.46%
G 84 of 313 ~ 26.84%
B 118 of 313 ~ 37.7%

%35.46
%26.84
%37.7

CMYK color model

#6F5476 color CMYK value is (6,29,0,54).

  • cyan value is 5.93%
  • magenta value is 28.81%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(6,29,0,54)
C6M29Y0K54 
(6%,29%,0%,54%)
(0.06/0.29/0.00/0.54)	

CMYK percentages

%5.93
%28.81
%0
%53.73

Codes

Color #6F5476 in popluar color models

6F5476
RGB11184118
HSL288°16.83%39.61%
HSB/HSV288°28.81%46.27%
CMYK5.93%28.81%0.00%
53.73%

Color #6F5476 in popluar number systems.

HEX6F5476
Decimal11184118
Binary110111110101001110110
Octal157124166

Shades and tints

Shades of #6F5476

#6F5476
(111,84,118)
#654D6C
(101,77,108)
#5B4662
(91,70,98)
#513F58
(81,63,88)
#47384E
(71,56,78)
#3D3144
(61,49,68)
#332A3A
(51,42,58)
#292330
(41,35,48)
#1F1C26
(31,28,38)
#15151C
(21,21,28)
#0B0E12
(11,14,18)
#000000
(0,0,0)

Tints of #6F5476

#6F5476
(111,84,118)
#7C6382
(124,99,130)
#89728E
(137,114,142)
#96819A
(150,129,154)
#A390A6
(163,144,166)
#B09FB2
(176,159,178)
#BDAEBE
(189,174,190)
#CABDCA
(202,189,202)
#D7CCD6
(215,204,214)
#E4DBE2
(228,219,226)
#F1EAEE
(241,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5476; }

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

This text font color is #6F5476.


Background Color

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

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

This div background color is #6F5476.


Border color

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

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

This div border color is #6F5476.


Opacity

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

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

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

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

This text has shadow with #6F5476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5476 on black background.


Color preview on white background

This text has color #6F5476 on white background.



Black color preview on #6F5476 background

This text has black color on #6F5476 background.


White color preview on #6F5476 background

This text has white color on #6F5476 background.