COLOR #6F2D8B

HEX: #6F2D8B
RGB: (111,45,139)

Color info

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

RGB color model

#6F2D8B color RGB value is (111,45,139).

  • red value is 111;
  • green value is 45;
  • blue value is 139.
RGB:
(111,45,139)
(44%,18%,55%)

RGB channels and saturation

R 111 of 255 = 44%
G 45 of 255 = 18%
B 139 of 255 = 55%

111
45
139

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

Portions of RGB colors in percentages

R + G + B =
111 + 45 + 139 = 295 (100%)
R 111 of 295 ~ 37.63%
G 45 of 295 ~ 15.25%
B 139 of 295 ~ 47.12%

%37.63
%15.25
%47.12

CMYK color model

#6F2D8B color CMYK value is (20,68,0,45).

  • cyan value is 20.14%
  • magenta value is 67.63%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(20,68,0,45)
C20M68Y0K45 
(20%,68%,0%,45%)
(0.20/0.68/0.00/0.45)	

CMYK percentages

%20.14
%67.63
%0
%45.49

Codes

Color #6F2D8B in popluar color models

6F2D8B
RGB11145139
HSL282°51.09%36.08%
HSB/HSV282°67.63%54.51%
CMYK20.14%67.63%0.00%
45.49%

Color #6F2D8B in popluar number systems.

HEX6F2D8B
Decimal11145139
Binary110111110110110001011
Octal15755213

Shades and tints

Shades of #6F2D8B

#6F2D8B
(111,45,139)
#65297F
(101,41,127)
#5B2573
(91,37,115)
#512167
(81,33,103)
#471D5B
(71,29,91)
#3D194F
(61,25,79)
#331543
(51,21,67)
#291137
(41,17,55)
#1F0D2B
(31,13,43)
#15091F
(21,9,31)
#0B0513
(11,5,19)
#000000
(0,0,0)

Tints of #6F2D8B

#6F2D8B
(111,45,139)
#7C4095
(124,64,149)
#89539F
(137,83,159)
#9666A9
(150,102,169)
#A379B3
(163,121,179)
#B08CBD
(176,140,189)
#BD9FC7
(189,159,199)
#CAB2D1
(202,178,209)
#D7C5DB
(215,197,219)
#E4D8E5
(228,216,229)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F2D8B color. Also use rgb(111,45,139) instead hex code.

Text Font Color

.myTextColor { color: #6F2D8B; }

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

This text font color is #6F2D8B.


Background Color

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

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

This div background color is #6F2D8B.


Border color

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

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

This div border color is #6F2D8B.


Opacity

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

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

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

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

This text has shadow with #6F2D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F2D8B on black background.


Color preview on white background

This text has color #6F2D8B on white background.



Black color preview on #6F2D8B background

This text has black color on #6F2D8B background.


White color preview on #6F2D8B background

This text has white color on #6F2D8B background.