COLOR #6F279B

HEX: #6F279B
RGB: (111,39,155)

Color info

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

RGB color model

#6F279B color RGB value is (111,39,155).

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

RGB channels and saturation

R 111 of 255 = 44%
G 39 of 255 = 15%
B 155 of 255 = 61%

111
39
155

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

Portions of RGB colors in percentages

R + G + B =
111 + 39 + 155 = 305 (100%)
R 111 of 305 ~ 36.39%
G 39 of 305 ~ 12.79%
B 155 of 305 ~ 50.82%

%36.39
%12.79
%50.82

CMYK color model

#6F279B color CMYK value is (28,75,0,39).

  • cyan value is 28.39%
  • magenta value is 74.84%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(28,75,0,39)
C28M75Y0K39 
(28%,75%,0%,39%)
(0.28/0.75/0.00/0.39)	

CMYK percentages

%28.39
%74.84
%0
%39.22

Codes

Color #6F279B in popluar color models

6F279B
RGB11139155
HSL277°59.79%38.04%
HSB/HSV277°74.84%60.78%
CMYK28.39%74.84%0.00%
39.22%

Color #6F279B in popluar number systems.

HEX6F279B
Decimal11139155
Binary110111110011110011011
Octal15747233

Shades and tints

Shades of #6F279B

#6F279B
(111,39,155)
#65248D
(101,36,141)
#5B217F
(91,33,127)
#511E71
(81,30,113)
#471B63
(71,27,99)
#3D1855
(61,24,85)
#331547
(51,21,71)
#291239
(41,18,57)
#1F0F2B
(31,15,43)
#150C1D
(21,12,29)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #6F279B

#6F279B
(111,39,155)
#7C3AA4
(124,58,164)
#894DAD
(137,77,173)
#9660B6
(150,96,182)
#A373BF
(163,115,191)
#B086C8
(176,134,200)
#BD99D1
(189,153,209)
#CAACDA
(202,172,218)
#D7BFE3
(215,191,227)
#E4D2EC
(228,210,236)
#F1E5F5
(241,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F279B; }

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

This text font color is #6F279B.


Background Color

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

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

This div background color is #6F279B.


Border color

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

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

This div border color is #6F279B.


Opacity

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

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

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

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

This text has shadow with #6F279B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F279B on black background.


Color preview on white background

This text has color #6F279B on white background.



Black color preview on #6F279B background

This text has black color on #6F279B background.


White color preview on #6F279B background

This text has white color on #6F279B background.