COLOR #6F518F

HEX: #6F518F
RGB: (111,81,143)

Color info

#6F518F contains mainly red and blue colors. Web safe color of #6F518F is #666699 (or #669).

RGB color model

#6F518F color RGB value is (111,81,143).

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

RGB channels and saturation

R 111 of 255 = 44%
G 81 of 255 = 32%
B 143 of 255 = 56%

111
81
143

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

Portions of RGB colors in percentages

R + G + B =
111 + 81 + 143 = 335 (100%)
R 111 of 335 ~ 33.13%
G 81 of 335 ~ 24.18%
B 143 of 335 ~ 42.69%

%33.13
%24.18
%42.69

CMYK color model

#6F518F color CMYK value is (22,43,0,44).

  • cyan value is 22.38%
  • magenta value is 43.36%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(22,43,0,44)
C22M43Y0K44 
(22%,43%,0%,44%)
(0.22/0.43/0.00/0.44)	

CMYK percentages

%22.38
%43.36
%0
%43.92

Codes

Color #6F518F in popluar color models

6F518F
RGB11181143
HSL269°27.68%43.92%
HSB/HSV269°43.36%56.08%
CMYK22.38%43.36%0.00%
43.92%

Color #6F518F in popluar number systems.

HEX6F518F
Decimal11181143
Binary1101111101000110001111
Octal157121217

Shades and tints

Shades of #6F518F

#6F518F
(111,81,143)
#654A82
(101,74,130)
#5B4375
(91,67,117)
#513C68
(81,60,104)
#47355B
(71,53,91)
#3D2E4E
(61,46,78)
#332741
(51,39,65)
#292034
(41,32,52)
#1F1927
(31,25,39)
#15121A
(21,18,26)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #6F518F

#6F518F
(111,81,143)
#7C6099
(124,96,153)
#896FA3
(137,111,163)
#967EAD
(150,126,173)
#A38DB7
(163,141,183)
#B09CC1
(176,156,193)
#BDABCB
(189,171,203)
#CABAD5
(202,186,213)
#D7C9DF
(215,201,223)
#E4D8E9
(228,216,233)
#F1E7F3
(241,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F518F; }

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

This text font color is #6F518F.


Background Color

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

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

This div background color is #6F518F.


Border color

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

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

This div border color is #6F518F.


Opacity

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

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

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

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

This text has shadow with #6F518F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F518F on black background.


Color preview on white background

This text has color #6F518F on white background.



Black color preview on #6F518F background

This text has black color on #6F518F background.


White color preview on #6F518F background

This text has white color on #6F518F background.