COLOR #6F159F

HEX: #6F159F
RGB: (111,21,159)

Color info

#6F159F contains mainly red and blue colors. Web safe color of #6F159F is #660099 (or #609).

RGB color model

#6F159F color RGB value is (111,21,159).

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

RGB channels and saturation

R 111 of 255 = 44%
G 21 of 255 = 8%
B 159 of 255 = 62%

111
21
159

R + G + B ~ 38%. #6F159F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 21 + 159 = 291 (100%)
R 111 of 291 ~ 38.14%
G 21 of 291 ~ 7.22%
B 159 of 291 ~ 54.64%

%38.14
%54.64

CMYK color model

#6F159F color CMYK value is (30,87,0,38).

  • cyan value is 30.19%
  • magenta value is 86.79%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(30,87,0,38)
C30M87Y0K38 
(30%,87%,0%,38%)
(0.30/0.87/0.00/0.38)	

CMYK percentages

%30.19
%86.79
%0
%37.65

Codes

Color #6F159F in popluar color models

6F159F
RGB11121159
HSL279°76.67%35.29%
HSB/HSV279°86.79%62.35%
CMYK30.19%86.79%0.00%
37.65%

Color #6F159F in popluar number systems.

HEX6F159F
Decimal11121159
Binary11011111010110011111
Octal15725237

Shades and tints

Shades of #6F159F

#6F159F
(111,21,159)
#651491
(101,20,145)
#5B1383
(91,19,131)
#511275
(81,18,117)
#471167
(71,17,103)
#3D1059
(61,16,89)
#330F4B
(51,15,75)
#290E3D
(41,14,61)
#1F0D2F
(31,13,47)
#150C21
(21,12,33)
#0B0B13
(11,11,19)
#000000
(0,0,0)

Tints of #6F159F

#6F159F
(111,21,159)
#7C2AA7
(124,42,167)
#893FAF
(137,63,175)
#9654B7
(150,84,183)
#A369BF
(163,105,191)
#B07EC7
(176,126,199)
#BD93CF
(189,147,207)
#CAA8D7
(202,168,215)
#D7BDDF
(215,189,223)
#E4D2E7
(228,210,231)
#F1E7EF
(241,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F159F; }

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

This text font color is #6F159F.


Background Color

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

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

This div background color is #6F159F.


Border color

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

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

This div border color is #6F159F.


Opacity

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

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

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

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

This text has shadow with #6F159F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F159F on black background.


Color preview on white background

This text has color #6F159F on white background.



Black color preview on #6F159F background

This text has black color on #6F159F background.


White color preview on #6F159F background

This text has white color on #6F159F background.