COLOR #6F1C4A

HEX: #6F1C4A
RGB: (111,28,74)

Color info

#6F1C4A contains mainly red and blue colors. Web safe color of #6F1C4A is #663333 (or #633).

RGB color model

#6F1C4A color RGB value is (111,28,74).

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

RGB channels and saturation

R 111 of 255 = 44%
G 28 of 255 = 11%
B 74 of 255 = 29%

111
28
74

R + G + B ~ 28%. #6F1C4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 28 + 74 = 213 (100%)
R 111 of 213 ~ 52.11%
G 28 of 213 ~ 13.15%
B 74 of 213 ~ 34.74%

%52.11
%13.15
%34.74

CMYK color model

#6F1C4A color CMYK value is (0,75,33,56).

  • cyan value is 0.00%
  • magenta value is 74.77%
  • yellow value is 33.33%
  • key color value is 56.47%
CMYK:
(0,75,33,56)
C0M75Y33K56 
(0%,75%,33%,56%)
(0.00/0.75/0.33/0.56)	

CMYK percentages

%0
%74.77
%33.33
%56.47

Codes

Color #6F1C4A in popluar color models

6F1C4A
RGB1112874
HSL327°59.71%27.25%
HSB/HSV327°74.77%43.53%
CMYK0.00%74.77%33.33%
56.47%

Color #6F1C4A in popluar number systems.

HEX6F1C4A
Decimal1112874
Binary1101111111001001010
Octal15734112

Shades and tints

Shades of #6F1C4A

#6F1C4A
(111,28,74)
#651A44
(101,26,68)
#5B183E
(91,24,62)
#511638
(81,22,56)
#471432
(71,20,50)
#3D122C
(61,18,44)
#331026
(51,16,38)
#290E20
(41,14,32)
#1F0C1A
(31,12,26)
#150A14
(21,10,20)
#0B080E
(11,8,14)
#000000
(0,0,0)

Tints of #6F1C4A

#6F1C4A
(111,28,74)
#7C305A
(124,48,90)
#89446A
(137,68,106)
#96587A
(150,88,122)
#A36C8A
(163,108,138)
#B0809A
(176,128,154)
#BD94AA
(189,148,170)
#CAA8BA
(202,168,186)
#D7BCCA
(215,188,202)
#E4D0DA
(228,208,218)
#F1E4EA
(241,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F1C4A; }

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

This text font color is #6F1C4A.


Background Color

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

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

This div background color is #6F1C4A.


Border color

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

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

This div border color is #6F1C4A.


Opacity

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

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

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

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

This text has shadow with #6F1C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F1C4A on black background.


Color preview on white background

This text has color #6F1C4A on white background.



Black color preview on #6F1C4A background

This text has black color on #6F1C4A background.


White color preview on #6F1C4A background

This text has white color on #6F1C4A background.