COLOR #6F5C9F

HEX: #6F5C9F
RGB: (111,92,159)

Color info

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

RGB color model

#6F5C9F color RGB value is (111,92,159).

  • red value is 111;
  • green value is 92;
  • blue value is 159.
RGB:
(111,92,159)
(44%,36%,62%)

RGB channels and saturation

R 111 of 255 = 44%
G 92 of 255 = 36%
B 159 of 255 = 62%

111
92
159

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

Portions of RGB colors in percentages

R + G + B =
111 + 92 + 159 = 362 (100%)
R 111 of 362 ~ 30.66%
G 92 of 362 ~ 25.41%
B 159 of 362 ~ 43.92%

%30.66
%25.41
%43.92

CMYK color model

#6F5C9F color CMYK value is (30,42,0,38).

  • cyan value is 30.19%
  • magenta value is 42.14%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(30,42,0,38)
C30M42Y0K38 
(30%,42%,0%,38%)
(0.30/0.42/0.00/0.38)	

CMYK percentages

%30.19
%42.14
%0
%37.65

Codes

Color #6F5C9F in popluar color models

6F5C9F
RGB11192159
HSL257°26.69%49.22%
HSB/HSV257°42.14%62.35%
CMYK30.19%42.14%0.00%
37.65%

Color #6F5C9F in popluar number systems.

HEX6F5C9F
Decimal11192159
Binary1101111101110010011111
Octal157134237

Shades and tints

Shades of #6F5C9F

#6F5C9F
(111,92,159)
#655491
(101,84,145)
#5B4C83
(91,76,131)
#514475
(81,68,117)
#473C67
(71,60,103)
#3D3459
(61,52,89)
#332C4B
(51,44,75)
#29243D
(41,36,61)
#1F1C2F
(31,28,47)
#151421
(21,20,33)
#0B0C13
(11,12,19)
#000000
(0,0,0)

Tints of #6F5C9F

#6F5C9F
(111,92,159)
#7C6AA7
(124,106,167)
#8978AF
(137,120,175)
#9686B7
(150,134,183)
#A394BF
(163,148,191)
#B0A2C7
(176,162,199)
#BDB0CF
(189,176,207)
#CABED7
(202,190,215)
#D7CCDF
(215,204,223)
#E4DAE7
(228,218,231)
#F1E8EF
(241,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5C9F color. Also use rgb(111,92,159) instead hex code.

Text Font Color

.myTextColor { color: #6F5C9F; }

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

This text font color is #6F5C9F.


Background Color

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

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

This div background color is #6F5C9F.


Border color

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

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

This div border color is #6F5C9F.


Opacity

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

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

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

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

This text has shadow with #6F5C9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5C9F on black background.


Color preview on white background

This text has color #6F5C9F on white background.



Black color preview on #6F5C9F background

This text has black color on #6F5C9F background.


White color preview on #6F5C9F background

This text has white color on #6F5C9F background.