COLOR #6F116F

HEX: #6F116F
RGB: (111,17,111)

Color info

#6F116F contains mainly red and blue colors. Web safe color of #6F116F is #660066 (or #606).

RGB color model

#6F116F color RGB value is (111,17,111).

  • red value is 111;
  • green value is 17;
  • blue value is 111.
RGB:
(111,17,111)
(44%,7%,44%)

RGB channels and saturation

R 111 of 255 = 44%
G 17 of 255 = 7%
B 111 of 255 = 44%

111
17
111

R + G + B ~ 32%. #6F116F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 17 + 111 = 239 (100%)
R 111 of 239 ~ 46.44%
G 17 of 239 ~ 7.11%
B 111 of 239 ~ 46.44%

%46.44
%46.44

CMYK color model

#6F116F color CMYK value is (0,85,0,56).

  • cyan value is 0.00%
  • magenta value is 84.68%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(0,85,0,56)
C0M85Y0K56 
(0%,85%,0%,56%)
(0.00/0.85/0.00/0.56)	

CMYK percentages

%0
%84.68
%0
%56.47

Codes

Color #6F116F in popluar color models

6F116F
RGB11117111
HSL300°73.44%25.10%
HSB/HSV300°84.68%43.53%
CMYK0.00%84.68%0.00%
56.47%

Color #6F116F in popluar number systems.

HEX6F116F
Decimal11117111
Binary1101111100011101111
Octal15721157

Shades and tints

Shades of #6F116F

#6F116F
(111,17,111)
#651065
(101,16,101)
#5B0F5B
(91,15,91)
#510E51
(81,14,81)
#470D47
(71,13,71)
#3D0C3D
(61,12,61)
#330B33
(51,11,51)
#290A29
(41,10,41)
#1F091F
(31,9,31)
#150815
(21,8,21)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #6F116F

#6F116F
(111,17,111)
#7C267C
(124,38,124)
#893B89
(137,59,137)
#965096
(150,80,150)
#A365A3
(163,101,163)
#B07AB0
(176,122,176)
#BD8FBD
(189,143,189)
#CAA4CA
(202,164,202)
#D7B9D7
(215,185,215)
#E4CEE4
(228,206,228)
#F1E3F1
(241,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F116F; }

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

This text font color is #6F116F.


Background Color

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

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

This div background color is #6F116F.


Border color

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

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

This div border color is #6F116F.


Opacity

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

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

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

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

This text has shadow with #6F116F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F116F on black background.


Color preview on white background

This text has color #6F116F on white background.



Black color preview on #6F116F background

This text has black color on #6F116F background.


White color preview on #6F116F background

This text has white color on #6F116F background.