COLOR #6F27A9

HEX: #6F27A9
RGB: (111,39,169)

Color info

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

RGB color model

#6F27A9 color RGB value is (111,39,169).

  • red value is 111;
  • green value is 39;
  • blue value is 169.
RGB:
(111,39,169)
(44%,15%,66%)

RGB channels and saturation

R 111 of 255 = 44%
G 39 of 255 = 15%
B 169 of 255 = 66%

111
39
169

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

Portions of RGB colors in percentages

R + G + B =
111 + 39 + 169 = 319 (100%)
R 111 of 319 ~ 34.8%
G 39 of 319 ~ 12.23%
B 169 of 319 ~ 52.98%

%34.8
%12.23
%52.98

CMYK color model

#6F27A9 color CMYK value is (34,77,0,34).

  • cyan value is 34.32%
  • magenta value is 76.92%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(34,77,0,34)
C34M77Y0K34 
(34%,77%,0%,34%)
(0.34/0.77/0.00/0.34)	

CMYK percentages

%34.32
%76.92
%0
%33.73

Codes

Color #6F27A9 in popluar color models

6F27A9
RGB11139169
HSL273°62.50%40.78%
HSB/HSV273°76.92%66.27%
CMYK34.32%76.92%0.00%
33.73%

Color #6F27A9 in popluar number systems.

HEX6F27A9
Decimal11139169
Binary110111110011110101001
Octal15747251

Shades and tints

Shades of #6F27A9

#6F27A9
(111,39,169)
#65249A
(101,36,154)
#5B218B
(91,33,139)
#511E7C
(81,30,124)
#471B6D
(71,27,109)
#3D185E
(61,24,94)
#33154F
(51,21,79)
#291240
(41,18,64)
#1F0F31
(31,15,49)
#150C22
(21,12,34)
#0B0913
(11,9,19)
#000000
(0,0,0)

Tints of #6F27A9

#6F27A9
(111,39,169)
#7C3AB0
(124,58,176)
#894DB7
(137,77,183)
#9660BE
(150,96,190)
#A373C5
(163,115,197)
#B086CC
(176,134,204)
#BD99D3
(189,153,211)
#CAACDA
(202,172,218)
#D7BFE1
(215,191,225)
#E4D2E8
(228,210,232)
#F1E5EF
(241,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F27A9 color. Also use rgb(111,39,169) instead hex code.

Text Font Color

.myTextColor { color: #6F27A9; }

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

This text font color is #6F27A9.


Background Color

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

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

This div background color is #6F27A9.


Border color

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

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

This div border color is #6F27A9.


Opacity

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

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

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

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

This text has shadow with #6F27A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F27A9 on black background.


Color preview on white background

This text has color #6F27A9 on white background.



Black color preview on #6F27A9 background

This text has black color on #6F27A9 background.


White color preview on #6F27A9 background

This text has white color on #6F27A9 background.