COLOR #6F3966

HEX: #6F3966
RGB: (111,57,102)

Color info

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

RGB color model

#6F3966 color RGB value is (111,57,102).

  • red value is 111;
  • green value is 57;
  • blue value is 102.
RGB:
(111,57,102)
(44%,22%,40%)

RGB channels and saturation

R 111 of 255 = 44%
G 57 of 255 = 22%
B 102 of 255 = 40%

111
57
102

R + G + B ~ 35%. #6F3966 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 57 + 102 = 270 (100%)
R 111 of 270 ~ 41.11%
G 57 of 270 ~ 21.11%
B 102 of 270 ~ 37.78%

%41.11
%21.11
%37.78

CMYK color model

#6F3966 color CMYK value is (0,49,8,56).

  • cyan value is 0.00%
  • magenta value is 48.65%
  • yellow value is 8.11%
  • key color value is 56.47%
CMYK:
(0,49,8,56)
C0M49Y8K56 
(0%,49%,8%,56%)
(0.00/0.49/0.08/0.56)	

CMYK percentages

%0
%48.65
%8.11
%56.47

Codes

Color #6F3966 in popluar color models

6F3966
RGB11157102
HSL310°32.14%32.94%
HSB/HSV310°48.65%43.53%
CMYK0.00%48.65%8.11%
56.47%

Color #6F3966 in popluar number systems.

HEX6F3966
Decimal11157102
Binary11011111110011100110
Octal15771146

Shades and tints

Shades of #6F3966

#6F3966
(111,57,102)
#65345D
(101,52,93)
#5B2F54
(91,47,84)
#512A4B
(81,42,75)
#472542
(71,37,66)
#3D2039
(61,32,57)
#331B30
(51,27,48)
#291627
(41,22,39)
#1F111E
(31,17,30)
#150C15
(21,12,21)
#0B070C
(11,7,12)
#000000
(0,0,0)

Tints of #6F3966

#6F3966
(111,57,102)
#7C4B73
(124,75,115)
#895D80
(137,93,128)
#966F8D
(150,111,141)
#A3819A
(163,129,154)
#B093A7
(176,147,167)
#BDA5B4
(189,165,180)
#CAB7C1
(202,183,193)
#D7C9CE
(215,201,206)
#E4DBDB
(228,219,219)
#F1EDE8
(241,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F3966 color. Also use rgb(111,57,102) instead hex code.

Text Font Color

.myTextColor { color: #6F3966; }

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

This text font color is #6F3966.


Background Color

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

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

This div background color is #6F3966.


Border color

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

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

This div border color is #6F3966.


Opacity

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

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

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

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

This text has shadow with #6F3966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3966 on black background.


Color preview on white background

This text has color #6F3966 on white background.



Black color preview on #6F3966 background

This text has black color on #6F3966 background.


White color preview on #6F3966 background

This text has white color on #6F3966 background.