COLOR #6F4C7C

HEX: #6F4C7C
RGB: (111,76,124)

Color info

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

RGB color model

#6F4C7C color RGB value is (111,76,124).

  • red value is 111;
  • green value is 76;
  • blue value is 124.
RGB:
(111,76,124)
(44%,30%,49%)

RGB channels and saturation

R 111 of 255 = 44%
G 76 of 255 = 30%
B 124 of 255 = 49%

111
76
124

R + G + B ~ 41%. #6F4C7C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
111 + 76 + 124 = 311 (100%)
R 111 of 311 ~ 35.69%
G 76 of 311 ~ 24.44%
B 124 of 311 ~ 39.87%

%35.69
%24.44
%39.87

CMYK color model

#6F4C7C color CMYK value is (10,39,0,51).

  • cyan value is 10.48%
  • magenta value is 38.71%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(10,39,0,51)
C10M39Y0K51 
(10%,39%,0%,51%)
(0.10/0.39/0.00/0.51)	

CMYK percentages

%10.48
%38.71
%0
%51.37

Codes

Color #6F4C7C in popluar color models

6F4C7C
RGB11176124
HSL284°24.00%39.22%
HSB/HSV284°38.71%48.63%
CMYK10.48%38.71%0.00%
51.37%

Color #6F4C7C in popluar number systems.

HEX6F4C7C
Decimal11176124
Binary110111110011001111100
Octal157114174

Shades and tints

Shades of #6F4C7C

#6F4C7C
(111,76,124)
#654671
(101,70,113)
#5B4066
(91,64,102)
#513A5B
(81,58,91)
#473450
(71,52,80)
#3D2E45
(61,46,69)
#33283A
(51,40,58)
#29222F
(41,34,47)
#1F1C24
(31,28,36)
#151619
(21,22,25)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #6F4C7C

#6F4C7C
(111,76,124)
#7C5C87
(124,92,135)
#896C92
(137,108,146)
#967C9D
(150,124,157)
#A38CA8
(163,140,168)
#B09CB3
(176,156,179)
#BDACBE
(189,172,190)
#CABCC9
(202,188,201)
#D7CCD4
(215,204,212)
#E4DCDF
(228,220,223)
#F1ECEA
(241,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4C7C color. Also use rgb(111,76,124) instead hex code.

Text Font Color

.myTextColor { color: #6F4C7C; }

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

This text font color is #6F4C7C.


Background Color

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

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

This div background color is #6F4C7C.


Border color

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

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

This div border color is #6F4C7C.


Opacity

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

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

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

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

This text has shadow with #6F4C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4C7C on black background.


Color preview on white background

This text has color #6F4C7C on white background.



Black color preview on #6F4C7C background

This text has black color on #6F4C7C background.


White color preview on #6F4C7C background

This text has white color on #6F4C7C background.