COLOR #6F4F82

HEX: #6F4F82
RGB: (111,79,130)

Color info

#6F4F82 contains red, green and blue colors in about the same proportion. Web safe color of #6F4F82 is #666699 (or #669).

RGB color model

#6F4F82 color RGB value is (111,79,130).

  • red value is 111;
  • green value is 79;
  • blue value is 130.
RGB:
(111,79,130)
(44%,31%,51%)

RGB channels and saturation

R 111 of 255 = 44%
G 79 of 255 = 31%
B 130 of 255 = 51%

111
79
130

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

Portions of RGB colors in percentages

R + G + B =
111 + 79 + 130 = 320 (100%)
R 111 of 320 ~ 34.69%
G 79 of 320 ~ 24.69%
B 130 of 320 ~ 40.63%

%34.69
%24.69
%40.63

CMYK color model

#6F4F82 color CMYK value is (15,39,0,49).

  • cyan value is 14.62%
  • magenta value is 39.23%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(15,39,0,49)
C15M39Y0K49 
(15%,39%,0%,49%)
(0.15/0.39/0.00/0.49)	

CMYK percentages

%14.62
%39.23
%0
%49.02

Codes

Color #6F4F82 in popluar color models

6F4F82
RGB11179130
HSL278°24.40%40.98%
HSB/HSV278°39.23%50.98%
CMYK14.62%39.23%0.00%
49.02%

Color #6F4F82 in popluar number systems.

HEX6F4F82
Decimal11179130
Binary1101111100111110000010
Octal157117202

Shades and tints

Shades of #6F4F82

#6F4F82
(111,79,130)
#654877
(101,72,119)
#5B416C
(91,65,108)
#513A61
(81,58,97)
#473356
(71,51,86)
#3D2C4B
(61,44,75)
#332540
(51,37,64)
#291E35
(41,30,53)
#1F172A
(31,23,42)
#15101F
(21,16,31)
#0B0914
(11,9,20)
#000000
(0,0,0)

Tints of #6F4F82

#6F4F82
(111,79,130)
#7C5F8D
(124,95,141)
#896F98
(137,111,152)
#967FA3
(150,127,163)
#A38FAE
(163,143,174)
#B09FB9
(176,159,185)
#BDAFC4
(189,175,196)
#CABFCF
(202,191,207)
#D7CFDA
(215,207,218)
#E4DFE5
(228,223,229)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4F82 color. Also use rgb(111,79,130) instead hex code.

Text Font Color

.myTextColor { color: #6F4F82; }

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

This text font color is #6F4F82.


Background Color

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

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

This div background color is #6F4F82.


Border color

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

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

This div border color is #6F4F82.


Opacity

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

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

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

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

This text has shadow with #6F4F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4F82 on black background.


Color preview on white background

This text has color #6F4F82 on white background.



Black color preview on #6F4F82 background

This text has black color on #6F4F82 background.


White color preview on #6F4F82 background

This text has white color on #6F4F82 background.