COLOR #6F3D74

HEX: #6F3D74
RGB: (111,61,116)

Color info

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

RGB color model

#6F3D74 color RGB value is (111,61,116).

  • red value is 111;
  • green value is 61;
  • blue value is 116.
RGB:
(111,61,116)
(44%,24%,45%)

RGB channels and saturation

R 111 of 255 = 44%
G 61 of 255 = 24%
B 116 of 255 = 45%

111
61
116

R + G + B ~ 38%. #6F3D74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 61 + 116 = 288 (100%)
R 111 of 288 ~ 38.54%
G 61 of 288 ~ 21.18%
B 116 of 288 ~ 40.28%

%38.54
%21.18
%40.28

CMYK color model

#6F3D74 color CMYK value is (4,47,0,55).

  • cyan value is 4.31%
  • magenta value is 47.41%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(4,47,0,55)
C4M47Y0K55 
(4%,47%,0%,55%)
(0.04/0.47/0.00/0.55)	

CMYK percentages

%4.31
%47.41
%0
%54.51

Codes

Color #6F3D74 in popluar color models

6F3D74
RGB11161116
HSL295°31.07%34.71%
HSB/HSV295°47.41%45.49%
CMYK4.31%47.41%0.00%
54.51%

Color #6F3D74 in popluar number systems.

HEX6F3D74
Decimal11161116
Binary11011111111011110100
Octal15775164

Shades and tints

Shades of #6F3D74

#6F3D74
(111,61,116)
#65386A
(101,56,106)
#5B3360
(91,51,96)
#512E56
(81,46,86)
#47294C
(71,41,76)
#3D2442
(61,36,66)
#331F38
(51,31,56)
#291A2E
(41,26,46)
#1F1524
(31,21,36)
#15101A
(21,16,26)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #6F3D74

#6F3D74
(111,61,116)
#7C4E80
(124,78,128)
#895F8C
(137,95,140)
#967098
(150,112,152)
#A381A4
(163,129,164)
#B092B0
(176,146,176)
#BDA3BC
(189,163,188)
#CAB4C8
(202,180,200)
#D7C5D4
(215,197,212)
#E4D6E0
(228,214,224)
#F1E7EC
(241,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F3D74 color. Also use rgb(111,61,116) instead hex code.

Text Font Color

.myTextColor { color: #6F3D74; }

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

This text font color is #6F3D74.


Background Color

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

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

This div background color is #6F3D74.


Border color

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

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

This div border color is #6F3D74.


Opacity

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

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

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

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

This text has shadow with #6F3D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3D74 on black background.


Color preview on white background

This text has color #6F3D74 on white background.



Black color preview on #6F3D74 background

This text has black color on #6F3D74 background.


White color preview on #6F3D74 background

This text has white color on #6F3D74 background.