COLOR #6F5A8F

HEX: #6F5A8F
RGB: (111,90,143)

Color info

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

RGB color model

#6F5A8F color RGB value is (111,90,143).

  • red value is 111;
  • green value is 90;
  • blue value is 143.
RGB:
(111,90,143)
(44%,35%,56%)

RGB channels and saturation

R 111 of 255 = 44%
G 90 of 255 = 35%
B 143 of 255 = 56%

111
90
143

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

Portions of RGB colors in percentages

R + G + B =
111 + 90 + 143 = 344 (100%)
R 111 of 344 ~ 32.27%
G 90 of 344 ~ 26.16%
B 143 of 344 ~ 41.57%

%32.27
%26.16
%41.57

CMYK color model

#6F5A8F color CMYK value is (22,37,0,44).

  • cyan value is 22.38%
  • magenta value is 37.06%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(22,37,0,44)
C22M37Y0K44 
(22%,37%,0%,44%)
(0.22/0.37/0.00/0.44)	

CMYK percentages

%22.38
%37.06
%0
%43.92

Codes

Color #6F5A8F in popluar color models

6F5A8F
RGB11190143
HSL264°22.75%45.69%
HSB/HSV264°37.06%56.08%
CMYK22.38%37.06%0.00%
43.92%

Color #6F5A8F in popluar number systems.

HEX6F5A8F
Decimal11190143
Binary1101111101101010001111
Octal157132217

Shades and tints

Shades of #6F5A8F

#6F5A8F
(111,90,143)
#655282
(101,82,130)
#5B4A75
(91,74,117)
#514268
(81,66,104)
#473A5B
(71,58,91)
#3D324E
(61,50,78)
#332A41
(51,42,65)
#292234
(41,34,52)
#1F1A27
(31,26,39)
#15121A
(21,18,26)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #6F5A8F

#6F5A8F
(111,90,143)
#7C6999
(124,105,153)
#8978A3
(137,120,163)
#9687AD
(150,135,173)
#A396B7
(163,150,183)
#B0A5C1
(176,165,193)
#BDB4CB
(189,180,203)
#CAC3D5
(202,195,213)
#D7D2DF
(215,210,223)
#E4E1E9
(228,225,233)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5A8F; }

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

This text font color is #6F5A8F.


Background Color

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

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

This div background color is #6F5A8F.


Border color

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

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

This div border color is #6F5A8F.


Opacity

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

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

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

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

This text has shadow with #6F5A8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5A8F on black background.


Color preview on white background

This text has color #6F5A8F on white background.



Black color preview on #6F5A8F background

This text has black color on #6F5A8F background.


White color preview on #6F5A8F background

This text has white color on #6F5A8F background.