COLOR #6F2C9C

HEX: #6F2C9C
RGB: (111,44,156)

Color info

#6F2C9C contains mainly red and blue colors. Web safe color of #6F2C9C is #663399 (or #639).

RGB color model

#6F2C9C color RGB value is (111,44,156).

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

RGB channels and saturation

R 111 of 255 = 44%
G 44 of 255 = 17%
B 156 of 255 = 61%

111
44
156

R + G + B ~ 41%. #6F2C9C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
111 + 44 + 156 = 311 (100%)
R 111 of 311 ~ 35.69%
G 44 of 311 ~ 14.15%
B 156 of 311 ~ 50.16%

%35.69
%14.15
%50.16

CMYK color model

#6F2C9C color CMYK value is (29,72,0,39).

  • cyan value is 28.85%
  • magenta value is 71.79%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(29,72,0,39)
C29M72Y0K39 
(29%,72%,0%,39%)
(0.29/0.72/0.00/0.39)	

CMYK percentages

%28.85
%71.79
%0
%38.82

Codes

Color #6F2C9C in popluar color models

6F2C9C
RGB11144156
HSL276°56.00%39.22%
HSB/HSV276°71.79%61.18%
CMYK28.85%71.79%0.00%
38.82%

Color #6F2C9C in popluar number systems.

HEX6F2C9C
Decimal11144156
Binary110111110110010011100
Octal15754234

Shades and tints

Shades of #6F2C9C

#6F2C9C
(111,44,156)
#65288E
(101,40,142)
#5B2480
(91,36,128)
#512072
(81,32,114)
#471C64
(71,28,100)
#3D1856
(61,24,86)
#331448
(51,20,72)
#29103A
(41,16,58)
#1F0C2C
(31,12,44)
#15081E
(21,8,30)
#0B0410
(11,4,16)
#000000
(0,0,0)

Tints of #6F2C9C

#6F2C9C
(111,44,156)
#7C3FA5
(124,63,165)
#8952AE
(137,82,174)
#9665B7
(150,101,183)
#A378C0
(163,120,192)
#B08BC9
(176,139,201)
#BD9ED2
(189,158,210)
#CAB1DB
(202,177,219)
#D7C4E4
(215,196,228)
#E4D7ED
(228,215,237)
#F1EAF6
(241,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F2C9C; }

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

This text font color is #6F2C9C.


Background Color

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

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

This div background color is #6F2C9C.


Border color

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

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

This div border color is #6F2C9C.


Opacity

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

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

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

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

This text has shadow with #6F2C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F2C9C on black background.


Color preview on white background

This text has color #6F2C9C on white background.



Black color preview on #6F2C9C background

This text has black color on #6F2C9C background.


White color preview on #6F2C9C background

This text has white color on #6F2C9C background.