COLOR #6F1C51

HEX: #6F1C51
RGB: (111,28,81)

Color info

#6F1C51 contains mainly red and blue colors. Web safe color of #6F1C51 is #663366 (or #636).

RGB color model

#6F1C51 color RGB value is (111,28,81).

  • red value is 111;
  • green value is 28;
  • blue value is 81.
RGB:
(111,28,81)
(44%,11%,32%)

RGB channels and saturation

R 111 of 255 = 44%
G 28 of 255 = 11%
B 81 of 255 = 32%

111
28
81

R + G + B ~ 29%. #6F1C51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 28 + 81 = 220 (100%)
R 111 of 220 ~ 50.45%
G 28 of 220 ~ 12.73%
B 81 of 220 ~ 36.82%

%50.45
%12.73
%36.82

CMYK color model

#6F1C51 color CMYK value is (0,75,27,56).

  • cyan value is 0.00%
  • magenta value is 74.77%
  • yellow value is 27.03%
  • key color value is 56.47%
CMYK:
(0,75,27,56)
C0M75Y27K56 
(0%,75%,27%,56%)
(0.00/0.75/0.27/0.56)	

CMYK percentages

%0
%74.77
%27.03
%56.47

Codes

Color #6F1C51 in popluar color models

6F1C51
RGB1112881
HSL322°59.71%27.25%
HSB/HSV322°74.77%43.53%
CMYK0.00%74.77%27.03%
56.47%

Color #6F1C51 in popluar number systems.

HEX6F1C51
Decimal1112881
Binary1101111111001010001
Octal15734121

Shades and tints

Shades of #6F1C51

#6F1C51
(111,28,81)
#651A4A
(101,26,74)
#5B1843
(91,24,67)
#51163C
(81,22,60)
#471435
(71,20,53)
#3D122E
(61,18,46)
#331027
(51,16,39)
#290E20
(41,14,32)
#1F0C19
(31,12,25)
#150A12
(21,10,18)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #6F1C51

#6F1C51
(111,28,81)
#7C3060
(124,48,96)
#89446F
(137,68,111)
#96587E
(150,88,126)
#A36C8D
(163,108,141)
#B0809C
(176,128,156)
#BD94AB
(189,148,171)
#CAA8BA
(202,168,186)
#D7BCC9
(215,188,201)
#E4D0D8
(228,208,216)
#F1E4E7
(241,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F1C51; }

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

This text font color is #6F1C51.


Background Color

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

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

This div background color is #6F1C51.


Border color

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

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

This div border color is #6F1C51.


Opacity

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

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

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

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

This text has shadow with #6F1C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F1C51 on black background.


Color preview on white background

This text has color #6F1C51 on white background.



Black color preview on #6F1C51 background

This text has black color on #6F1C51 background.


White color preview on #6F1C51 background

This text has white color on #6F1C51 background.