COLOR #6F1182

HEX: #6F1182
RGB: (111,17,130)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

111
17
130

R + G + B ~ 34%. #6F1182 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 17 + 130 = 258 (100%)
R 111 of 258 ~ 43.02%
G 17 of 258 ~ 6.59%
B 130 of 258 ~ 50.39%

%43.02
%50.39

CMYK color model

#6F1182 color CMYK value is (15,87,0,49).

  • cyan value is 14.62%
  • magenta value is 86.92%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(15,87,0,49)
C15M87Y0K49 
(15%,87%,0%,49%)
(0.15/0.87/0.00/0.49)	

CMYK percentages

%14.62
%86.92
%0
%49.02

Codes

Color #6F1182 in popluar color models

6F1182
RGB11117130
HSL290°76.87%28.82%
HSB/HSV290°86.92%50.98%
CMYK14.62%86.92%0.00%
49.02%

Color #6F1182 in popluar number systems.

HEX6F1182
Decimal11117130
Binary11011111000110000010
Octal15721202

Shades and tints

Shades of #6F1182

#6F1182
(111,17,130)
#651077
(101,16,119)
#5B0F6C
(91,15,108)
#510E61
(81,14,97)
#470D56
(71,13,86)
#3D0C4B
(61,12,75)
#330B40
(51,11,64)
#290A35
(41,10,53)
#1F092A
(31,9,42)
#15081F
(21,8,31)
#0B0714
(11,7,20)
#000000
(0,0,0)

Tints of #6F1182

#6F1182
(111,17,130)
#7C268D
(124,38,141)
#893B98
(137,59,152)
#9650A3
(150,80,163)
#A365AE
(163,101,174)
#B07AB9
(176,122,185)
#BD8FC4
(189,143,196)
#CAA4CF
(202,164,207)
#D7B9DA
(215,185,218)
#E4CEE5
(228,206,229)
#F1E3F0
(241,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F1182; }

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

This text font color is #6F1182.


Background Color

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

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

This div background color is #6F1182.


Border color

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

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

This div border color is #6F1182.


Opacity

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

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

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

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

This text has shadow with #6F1182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F1182 on black background.


Color preview on white background

This text has color #6F1182 on white background.



Black color preview on #6F1182 background

This text has black color on #6F1182 background.


White color preview on #6F1182 background

This text has white color on #6F1182 background.