COLOR #6F5479

HEX: #6F5479 RGB: (111,84,121)

Color info

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

RGB color model

#6F5479 color RGB value is (111,84,121).

RGB: (111,84,121) (44%, 33%, 47%)

RGB channels and saturation

R 111 of 255 = 44%
G 84 of 255 = 33%
B 121 of 255 = 47%

111
84
121

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

Portions of RGB colors in percentages

R + G + B = 111 + 84 + 121 = 316 (100%)
R 111 of 316 ~ 35.13%
G 84 of 316 ~ 26.58%
B 121 of 316 ~ 38.29'%

%35.13
%26.58
%38.29

CMYK color model

#6F5479 color CMYK value is (8,31,0,53).

  • cyan value is 8.26%
  • magenta value is 30.58%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (8,31,0,53)
C8M31Y0K53 (8%, 31%, 0%, 53%)
(0.08 / 0.31 / 0.00 / 0.53)

CMYK percentages

%8.26
%30.58
%0
%52.55

Codes

Color #6F5479 in popluar color models

6F 54 79
RGB 111 84 121
HSL 284° 18.05% 40.20%
HSB/HSV 284° 30.58% 47.45%
CMYK 8.26% 30.58% 0.00%
52.55%

Color #6F5479 in popluar number systems.

HEX 6F 54 79
Decimal 111 84 121
Binary 1101111 1010100 1111001
Octal 157 124 171

Shades and tints

Shades of #6F5479

#6F5479
(111,84,121)
#654D6E
(101,77,110)
#5B4663
(91,70,99)
#513F58
(81,63,88)
#47384D
(71,56,77)
#3D3142
(61,49,66)
#332A37
(51,42,55)
#29232C
(41,35,44)
#1F1C21
(31,28,33)
#151516
(21,21,22)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #6F5479

#6F5479
(111,84,121)
#7C6385
(124,99,133)
#897291
(137,114,145)
#96819D
(150,129,157)
#A390A9
(163,144,169)
#B09FB5
(176,159,181)
#BDAEC1
(189,174,193)
#CABDCD
(202,189,205)
#D7CCD9
(215,204,217)
#E4DBE5
(228,219,229)
#F1EAF1
(241,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5479; }

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

This text font color is #6F5479.

Background Color

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

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

This div background color is #6F5479.

Border color

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

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

This div border color is #6F5479.

Opacity

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

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

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

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

This text has shadow with #6F5479 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5479.

Preview

Color preview on black background

This text has color #6F5479 on black background.


Color preview on white background

This text has color #6F5479 on white background.


Black color preview on #6F5479 background

This text has black color on #6F5479 background.


White color preview on #6F5479 background

This text has white color on #6F5479 background.


Related colors

Complementary color

Complementary color for #hex is #90AB86.


I love getcolorcode.com

Triadic colors

1 #796F54 and #54796F with #6F5479 are triadic colors.

2 #79546F and #546F79 with #6F5479 are triadic colors.