COLOR #6F1592

HEX: #6F1592
RGB: (111,21,146)

Color info

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

RGB color model

#6F1592 color RGB value is (111,21,146).

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

RGB channels and saturation

R 111 of 255 = 44%
G 21 of 255 = 8%
B 146 of 255 = 57%

111
21
146

R + G + B ~ 36%. #6F1592 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 21 + 146 = 278 (100%)
R 111 of 278 ~ 39.93%
G 21 of 278 ~ 7.55%
B 146 of 278 ~ 52.52%

%39.93
%52.52

CMYK color model

#6F1592 color CMYK value is (24,86,0,43).

  • cyan value is 23.97%
  • magenta value is 85.62%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(24,86,0,43)
C24M86Y0K43 
(24%,86%,0%,43%)
(0.24/0.86/0.00/0.43)	

CMYK percentages

%23.97
%85.62
%0
%42.75

Codes

Color #6F1592 in popluar color models

6F1592
RGB11121146
HSL283°74.85%32.75%
HSB/HSV283°85.62%57.25%
CMYK23.97%85.62%0.00%
42.75%

Color #6F1592 in popluar number systems.

HEX6F1592
Decimal11121146
Binary11011111010110010010
Octal15725222

Shades and tints

Shades of #6F1592

#6F1592
(111,21,146)
#651485
(101,20,133)
#5B1378
(91,19,120)
#51126B
(81,18,107)
#47115E
(71,17,94)
#3D1051
(61,16,81)
#330F44
(51,15,68)
#290E37
(41,14,55)
#1F0D2A
(31,13,42)
#150C1D
(21,12,29)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #6F1592

#6F1592
(111,21,146)
#7C2A9B
(124,42,155)
#893FA4
(137,63,164)
#9654AD
(150,84,173)
#A369B6
(163,105,182)
#B07EBF
(176,126,191)
#BD93C8
(189,147,200)
#CAA8D1
(202,168,209)
#D7BDDA
(215,189,218)
#E4D2E3
(228,210,227)
#F1E7EC
(241,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F1592; }

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

This text font color is #6F1592.


Background Color

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

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

This div background color is #6F1592.


Border color

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

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

This div border color is #6F1592.


Opacity

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

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

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

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

This text has shadow with #6F1592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F1592 on black background.


Color preview on white background

This text has color #6F1592 on white background.



Black color preview on #6F1592 background

This text has black color on #6F1592 background.


White color preview on #6F1592 background

This text has white color on #6F1592 background.