COLOR #6F558F

HEX: #6F558F
RGB: (111,85,143)

Color info

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

RGB color model

#6F558F color RGB value is (111,85,143).

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

RGB channels and saturation

R 111 of 255 = 44%
G 85 of 255 = 33%
B 143 of 255 = 56%

111
85
143

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

Portions of RGB colors in percentages

R + G + B =
111 + 85 + 143 = 339 (100%)
R 111 of 339 ~ 32.74%
G 85 of 339 ~ 25.07%
B 143 of 339 ~ 42.18%

%32.74
%25.07
%42.18

CMYK color model

#6F558F color CMYK value is (22,41,0,44).

  • cyan value is 22.38%
  • magenta value is 40.56%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(22,41,0,44)
C22M41Y0K44 
(22%,41%,0%,44%)
(0.22/0.41/0.00/0.44)	

CMYK percentages

%22.38
%40.56
%0
%43.92

Codes

Color #6F558F in popluar color models

6F558F
RGB11185143
HSL267°25.44%44.71%
HSB/HSV267°40.56%56.08%
CMYK22.38%40.56%0.00%
43.92%

Color #6F558F in popluar number systems.

HEX6F558F
Decimal11185143
Binary1101111101010110001111
Octal157125217

Shades and tints

Shades of #6F558F

#6F558F
(111,85,143)
#654E82
(101,78,130)
#5B4775
(91,71,117)
#514068
(81,64,104)
#47395B
(71,57,91)
#3D324E
(61,50,78)
#332B41
(51,43,65)
#292434
(41,36,52)
#1F1D27
(31,29,39)
#15161A
(21,22,26)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #6F558F

#6F558F
(111,85,143)
#7C6499
(124,100,153)
#8973A3
(137,115,163)
#9682AD
(150,130,173)
#A391B7
(163,145,183)
#B0A0C1
(176,160,193)
#BDAFCB
(189,175,203)
#CABED5
(202,190,213)
#D7CDDF
(215,205,223)
#E4DCE9
(228,220,233)
#F1EBF3
(241,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F558F; }

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

This text font color is #6F558F.


Background Color

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

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

This div background color is #6F558F.


Border color

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

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

This div border color is #6F558F.


Opacity

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

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

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

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

This text has shadow with #6F558F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F558F on black background.


Color preview on white background

This text has color #6F558F on white background.



Black color preview on #6F558F background

This text has black color on #6F558F background.


White color preview on #6F558F background

This text has white color on #6F558F background.