COLOR #6F4878

HEX: #6F4878 RGB: (111,72,120)

Color info

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

RGB color model

#6F4878 color RGB value is (111,72,120).

RGB: (111,72,120) (44%, 28%, 47%)

RGB channels and saturation

R 111 of 255 = 44%
G 72 of 255 = 28%
B 120 of 255 = 47%

111
72
120

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

Portions of RGB colors in percentages

R + G + B = 111 + 72 + 120 = 303 (100%)
R 111 of 303 ~ 36.63%
G 72 of 303 ~ 23.76%
B 120 of 303 ~ 39.6'%

%36.63
%23.76
%39.6

CMYK color model

#6F4878 color CMYK value is (8,40,0,53).

  • cyan value is 7.50%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (8,40,0,53)
C8M40Y0K53 (8%, 40%, 0%, 53%)
(0.08 / 0.40 / 0.00 / 0.53)

CMYK percentages

%7.5
%40
%0
%52.94

Codes

Color #6F4878 in popluar color models

6F 48 78
RGB 111 72 120
HSL 289° 25.00% 37.65%
HSB/HSV 289° 40.00% 47.06%
CMYK 7.50% 40.00% 0.00%
52.94%

Color #6F4878 in popluar number systems.

HEX 6F 48 78
Decimal 111 72 120
Binary 1101111 1001000 1111000
Octal 157 110 170

Shades and tints

Shades of #6F4878

#6F4878
(111,72,120)
#65426E
(101,66,110)
#5B3C64
(91,60,100)
#51365A
(81,54,90)
#473050
(71,48,80)
#3D2A46
(61,42,70)
#33243C
(51,36,60)
#291E32
(41,30,50)
#1F1828
(31,24,40)
#15121E
(21,18,30)
#0B0C14
(11,12,20)
#000000
(0,0,0)

Tints of #6F4878

#6F4878
(111,72,120)
#7C5884
(124,88,132)
#896890
(137,104,144)
#96789C
(150,120,156)
#A388A8
(163,136,168)
#B098B4
(176,152,180)
#BDA8C0
(189,168,192)
#CAB8CC
(202,184,204)
#D7C8D8
(215,200,216)
#E4D8E4
(228,216,228)
#F1E8F0
(241,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4878 color. Also use rgb(111,72,120) instead hex code.

Text Font Color

.myTextColor { color: #6F4878; }

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

This text font color is #6F4878.

Background Color

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

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

This div background color is #6F4878.

Border color

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

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

This div border color is #6F4878.

Opacity

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

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

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

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

This text has shadow with #6F4878 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F4878.

Preview

Color preview on black background

This text has color #6F4878 on black background.


Color preview on white background

This text has color #6F4878 on white background.


Black color preview on #6F4878 background

This text has black color on #6F4878 background.


White color preview on #6F4878 background

This text has white color on #6F4878 background.


Related colors

Complementary color

Complementary color for #hex is #90B787.


I love getcolorcode.com

Triadic colors

1 #786F48 and #48786F with #6F4878 are triadic colors.

2 #78486F and #486F78 with #6F4878 are triadic colors.