COLOR #6F3F6D

HEX: #6F3F6D
RGB: (111,63,109)

Color info

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

RGB color model

#6F3F6D color RGB value is (111,63,109).

  • red value is 111;
  • green value is 63;
  • blue value is 109.
RGB:
(111,63,109)
(44%,25%,43%)

RGB channels and saturation

R 111 of 255 = 44%
G 63 of 255 = 25%
B 109 of 255 = 43%

111
63
109

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

Portions of RGB colors in percentages

R + G + B =
111 + 63 + 109 = 283 (100%)
R 111 of 283 ~ 39.22%
G 63 of 283 ~ 22.26%
B 109 of 283 ~ 38.52%

%39.22
%22.26
%38.52

CMYK color model

#6F3F6D color CMYK value is (0,43,2,56).

  • cyan value is 0.00%
  • magenta value is 43.24%
  • yellow value is 1.80%
  • key color value is 56.47%
CMYK:
(0,43,2,56)
C0M43Y2K56 
(0%,43%,2%,56%)
(0.00/0.43/0.02/0.56)	

CMYK percentages

%0
%43.24
%1.8
%56.47

Codes

Color #6F3F6D in popluar color models

6F3F6D
RGB11163109
HSL303°27.59%34.12%
HSB/HSV303°43.24%43.53%
CMYK0.00%43.24%1.80%
56.47%

Color #6F3F6D in popluar number systems.

HEX6F3F6D
Decimal11163109
Binary11011111111111101101
Octal15777155

Shades and tints

Shades of #6F3F6D

#6F3F6D
(111,63,109)
#653A64
(101,58,100)
#5B355B
(91,53,91)
#513052
(81,48,82)
#472B49
(71,43,73)
#3D2640
(61,38,64)
#332137
(51,33,55)
#291C2E
(41,28,46)
#1F1725
(31,23,37)
#15121C
(21,18,28)
#0B0D13
(11,13,19)
#000000
(0,0,0)

Tints of #6F3F6D

#6F3F6D
(111,63,109)
#7C507A
(124,80,122)
#896187
(137,97,135)
#967294
(150,114,148)
#A383A1
(163,131,161)
#B094AE
(176,148,174)
#BDA5BB
(189,165,187)
#CAB6C8
(202,182,200)
#D7C7D5
(215,199,213)
#E4D8E2
(228,216,226)
#F1E9EF
(241,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F3F6D color. Also use rgb(111,63,109) instead hex code.

Text Font Color

.myTextColor { color: #6F3F6D; }

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

This text font color is #6F3F6D.


Background Color

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

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

This div background color is #6F3F6D.


Border color

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

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

This div border color is #6F3F6D.


Opacity

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

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

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

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

This text has shadow with #6F3F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3F6D on black background.


Color preview on white background

This text has color #6F3F6D on white background.



Black color preview on #6F3F6D background

This text has black color on #6F3F6D background.


White color preview on #6F3F6D background

This text has white color on #6F3F6D background.