COLOR #6F3E6A

HEX: #6F3E6A
RGB: (111,62,106)

Color info

#6F3E6A contains red, green and blue colors in about the same proportion. Web safe color of #6F3E6A is #663366 (or #636).

RGB color model

#6F3E6A color RGB value is (111,62,106).

  • red value is 111;
  • green value is 62;
  • blue value is 106.
RGB:
(111,62,106)
(44%,24%,42%)

RGB channels and saturation

R 111 of 255 = 44%
G 62 of 255 = 24%
B 106 of 255 = 42%

111
62
106

R + G + B ~ 37%. #6F3E6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 62 + 106 = 279 (100%)
R 111 of 279 ~ 39.78%
G 62 of 279 ~ 22.22%
B 106 of 279 ~ 37.99%

%39.78
%22.22
%37.99

CMYK color model

#6F3E6A color CMYK value is (0,44,5,56).

  • cyan value is 0.00%
  • magenta value is 44.14%
  • yellow value is 4.50%
  • key color value is 56.47%
CMYK:
(0,44,5,56)
C0M44Y5K56 
(0%,44%,5%,56%)
(0.00/0.44/0.05/0.56)	

CMYK percentages

%0
%44.14
%4.5
%56.47

Codes

Color #6F3E6A in popluar color models

6F3E6A
RGB11162106
HSL306°28.32%33.92%
HSB/HSV306°44.14%43.53%
CMYK0.00%44.14%4.50%
56.47%

Color #6F3E6A in popluar number systems.

HEX6F3E6A
Decimal11162106
Binary11011111111101101010
Octal15776152

Shades and tints

Shades of #6F3E6A

#6F3E6A
(111,62,106)
#653961
(101,57,97)
#5B3458
(91,52,88)
#512F4F
(81,47,79)
#472A46
(71,42,70)
#3D253D
(61,37,61)
#332034
(51,32,52)
#291B2B
(41,27,43)
#1F1622
(31,22,34)
#151119
(21,17,25)
#0B0C10
(11,12,16)
#000000
(0,0,0)

Tints of #6F3E6A

#6F3E6A
(111,62,106)
#7C4F77
(124,79,119)
#896084
(137,96,132)
#967191
(150,113,145)
#A3829E
(163,130,158)
#B093AB
(176,147,171)
#BDA4B8
(189,164,184)
#CAB5C5
(202,181,197)
#D7C6D2
(215,198,210)
#E4D7DF
(228,215,223)
#F1E8EC
(241,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F3E6A color. Also use rgb(111,62,106) instead hex code.

Text Font Color

.myTextColor { color: #6F3E6A; }

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

This text font color is #6F3E6A.


Background Color

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

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

This div background color is #6F3E6A.


Border color

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

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

This div border color is #6F3E6A.


Opacity

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

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

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

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

This text has shadow with #6F3E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3E6A on black background.


Color preview on white background

This text has color #6F3E6A on white background.



Black color preview on #6F3E6A background

This text has black color on #6F3E6A background.


White color preview on #6F3E6A background

This text has white color on #6F3E6A background.