COLOR #6F2E8A

HEX: #6F2E8A RGB: (111,46,138)

Color info

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

RGB color model

#6F2E8A color RGB value is (111,46,138).

RGB: (111,46,138) (44%, 18%, 54%)

RGB channels and saturation

R 111 of 255 = 44%
G 46 of 255 = 18%
B 138 of 255 = 54%

111
46
138

R + G + B ~ 39%. #6F2E8A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 46 + 138 = 295 (100%)
R 111 of 295 ~ 37.63%
G 46 of 295 ~ 15.59%
B 138 of 295 ~ 46.78'%

%37.63
%15.59
%46.78

CMYK color model

#6F2E8A color CMYK value is (20,67,0,46).

  • cyan value is 19.57%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (20,67,0,46)
C20M67Y0K46 (20%, 67%, 0%, 46%)
(0.20 / 0.67 / 0.00 / 0.46)

CMYK percentages

%19.57
%66.67
%0
%45.88

Codes

Color #6F2E8A in popluar color models

6F 2E 8A
RGB 111 46 138
HSL 282° 50.00% 36.08%
HSB/HSV 282° 66.67% 54.12%
CMYK 19.57% 66.67% 0.00%
45.88%

Color #6F2E8A in popluar number systems.

HEX 6F 2E 8A
Decimal 111 46 138
Binary 1101111 101110 10001010
Octal 157 56 212

Shades and tints

Shades of #6F2E8A

#6F2E8A
(111,46,138)
#652A7E
(101,42,126)
#5B2672
(91,38,114)
#512266
(81,34,102)
#471E5A
(71,30,90)
#3D1A4E
(61,26,78)
#331642
(51,22,66)
#291236
(41,18,54)
#1F0E2A
(31,14,42)
#150A1E
(21,10,30)
#0B0612
(11,6,18)
#000000
(0,0,0)

Tints of #6F2E8A

#6F2E8A
(111,46,138)
#7C4194
(124,65,148)
#89549E
(137,84,158)
#9667A8
(150,103,168)
#A37AB2
(163,122,178)
#B08DBC
(176,141,188)
#BDA0C6
(189,160,198)
#CAB3D0
(202,179,208)
#D7C6DA
(215,198,218)
#E4D9E4
(228,217,228)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F2E8A color. Also use rgb(111,46,138) instead hex code.

Text Font Color

.myTextColor { color: #6F2E8A; }

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

This text font color is #6F2E8A.

Background Color

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

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

This div background color is #6F2E8A.

Border color

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

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

This div border color is #6F2E8A.

Opacity

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

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

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

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

This text has shadow with #6F2E8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F2E8A.

Preview

Color preview on black background

This text has color #6F2E8A on black background.


Color preview on white background

This text has color #6F2E8A on white background.


Black color preview on #6F2E8A background

This text has black color on #6F2E8A background.


White color preview on #6F2E8A background

This text has white color on #6F2E8A background.


Related colors

Complementary color

Complementary color for #hex is #90D175.


I love getcolorcode.com

Triadic colors

1 #8A6F2E and #2E8A6F with #6F2E8A are triadic colors.

2 #8A2E6F and #2E6F8A with #6F2E8A are triadic colors.