COLOR #6F4C7D

HEX: #6F4C7D
RGB: (111,76,125)

Color info

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

RGB color model

#6F4C7D color RGB value is (111,76,125).

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

RGB channels and saturation

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

111
76
125

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

Portions of RGB colors in percentages

R + G + B =
111 + 76 + 125 = 312 (100%)
R 111 of 312 ~ 35.58%
G 76 of 312 ~ 24.36%
B 125 of 312 ~ 40.06%

%35.58
%24.36
%40.06

CMYK color model

#6F4C7D color CMYK value is (11,39,0,51).

  • cyan value is 11.20%
  • magenta value is 39.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(11,39,0,51)
C11M39Y0K51 
(11%,39%,0%,51%)
(0.11/0.39/0.00/0.51)	

CMYK percentages

%11.2
%39.2
%0
%50.98

Codes

Color #6F4C7D in popluar color models

6F4C7D
RGB11176125
HSL283°24.38%39.41%
HSB/HSV283°39.20%49.02%
CMYK11.20%39.20%0.00%
50.98%

Color #6F4C7D in popluar number systems.

HEX6F4C7D
Decimal11176125
Binary110111110011001111101
Octal157114175

Shades and tints

Shades of #6F4C7D

#6F4C7D
(111,76,125)
#654672
(101,70,114)
#5B4067
(91,64,103)
#513A5C
(81,58,92)
#473451
(71,52,81)
#3D2E46
(61,46,70)
#33283B
(51,40,59)
#292230
(41,34,48)
#1F1C25
(31,28,37)
#15161A
(21,22,26)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #6F4C7D

#6F4C7D
(111,76,125)
#7C5C88
(124,92,136)
#896C93
(137,108,147)
#967C9E
(150,124,158)
#A38CA9
(163,140,169)
#B09CB4
(176,156,180)
#BDACBF
(189,172,191)
#CABCCA
(202,188,202)
#D7CCD5
(215,204,213)
#E4DCE0
(228,220,224)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4C7D; }

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

This text font color is #6F4C7D.


Background Color

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

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

This div background color is #6F4C7D.


Border color

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

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

This div border color is #6F4C7D.


Opacity

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

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

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

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

This text has shadow with #6F4C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4C7D on black background.


Color preview on white background

This text has color #6F4C7D on white background.



Black color preview on #6F4C7D background

This text has black color on #6F4C7D background.


White color preview on #6F4C7D background

This text has white color on #6F4C7D background.