COLOR #6F5584

HEX: #6F5584 RGB: (111,85,132)

Color info

#6F5584 contains red, green and blue colors in about the same proportion. Web safe color of #6F5584 is #666699 (or #669).

RGB color model

#6F5584 color RGB value is (111,85,132).

RGB: (111,85,132) (44%, 33%, 52%)

RGB channels and saturation

R 111 of 255 = 44%
G 85 of 255 = 33%
B 132 of 255 = 52%

111
85
132

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

Portions of RGB colors in percentages

R + G + B = 111 + 85 + 132 = 328 (100%)
R 111 of 328 ~ 33.84%
G 85 of 328 ~ 25.91%
B 132 of 328 ~ 40.24'%

%33.84
%25.91
%40.24

CMYK color model

#6F5584 color CMYK value is (16,36,0,48).

  • cyan value is 15.91%
  • magenta value is 35.61%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (16,36,0,48)
C16M36Y0K48 (16%, 36%, 0%, 48%)
(0.16 / 0.36 / 0.00 / 0.48)

CMYK percentages

%15.91
%35.61
%0
%48.24

Codes

Color #6F5584 in popluar color models

6F 55 84
RGB 111 85 132
HSL 273° 21.66% 42.55%
HSB/HSV 273° 35.61% 51.76%
CMYK 15.91% 35.61% 0.00%
48.24%

Color #6F5584 in popluar number systems.

HEX 6F 55 84
Decimal 111 85 132
Binary 1101111 1010101 10000100
Octal 157 125 204

Shades and tints

Shades of #6F5584

#6F5584
(111,85,132)
#654E78
(101,78,120)
#5B476C
(91,71,108)
#514060
(81,64,96)
#473954
(71,57,84)
#3D3248
(61,50,72)
#332B3C
(51,43,60)
#292430
(41,36,48)
#1F1D24
(31,29,36)
#151618
(21,22,24)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #6F5584

#6F5584
(111,85,132)
#7C648F
(124,100,143)
#89739A
(137,115,154)
#9682A5
(150,130,165)
#A391B0
(163,145,176)
#B0A0BB
(176,160,187)
#BDAFC6
(189,175,198)
#CABED1
(202,190,209)
#D7CDDC
(215,205,220)
#E4DCE7
(228,220,231)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5584 color. Also use rgb(111,85,132) instead hex code.

Text Font Color

.myTextColor { color: #6F5584; }

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

This text font color is #6F5584.

Background Color

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

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

This div background color is #6F5584.

Border color

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

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

This div border color is #6F5584.

Opacity

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

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

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

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

This text has shadow with #6F5584 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5584.

Preview

Color preview on black background

This text has color #6F5584 on black background.


Color preview on white background

This text has color #6F5584 on white background.


Black color preview on #6F5584 background

This text has black color on #6F5584 background.


White color preview on #6F5584 background

This text has white color on #6F5584 background.


Related colors

Complementary color

Complementary color for #hex is #90AA7B.


I love getcolorcode.com

Triadic colors

1 #846F55 and #55846F with #6F5584 are triadic colors.

2 #84556F and #556F84 with #6F5584 are triadic colors.