COLOR #6F4C6C

HEX: #6F4C6C RGB: (111,76,108)

Color info

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

RGB color model

#6F4C6C color RGB value is (111,76,108).

RGB: (111,76,108) (44%, 30%, 42%)

RGB channels and saturation

R 111 of 255 = 44%
G 76 of 255 = 30%
B 108 of 255 = 42%

111
76
108

R + G + B ~ 39%. #6F4C6C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 76 + 108 = 295 (100%)
R 111 of 295 ~ 37.63%
G 76 of 295 ~ 25.76%
B 108 of 295 ~ 36.61'%

%37.63
%25.76
%36.61

CMYK color model

#6F4C6C color CMYK value is (0,32,3,56).

  • cyan value is 0.00%
  • magenta value is 31.53%
  • yellow value is 2.70%
  • key color value is 56.47%

CMYK: (0,32,3,56)
C0M32Y3K56 (0%, 32%, 3%, 56%)
(0.00 / 0.32 / 0.03 / 0.56)

CMYK percentages

%0
%31.53
%2.7
%56.47

Codes

Color #6F4C6C in popluar color models

6F 4C 6C
RGB 111 76 108
HSL 305° 18.72% 36.67%
HSB/HSV 305° 31.53% 43.53%
CMYK 0.00% 31.53% 2.70%
56.47%

Color #6F4C6C in popluar number systems.

HEX 6F 4C 6C
Decimal 111 76 108
Binary 1101111 1001100 1101100
Octal 157 114 154

Shades and tints

Shades of #6F4C6C

#6F4C6C
(111,76,108)
#654663
(101,70,99)
#5B405A
(91,64,90)
#513A51
(81,58,81)
#473448
(71,52,72)
#3D2E3F
(61,46,63)
#332836
(51,40,54)
#29222D
(41,34,45)
#1F1C24
(31,28,36)
#15161B
(21,22,27)
#0B1012
(11,16,18)
#000000
(0,0,0)

Tints of #6F4C6C

#6F4C6C
(111,76,108)
#7C5C79
(124,92,121)
#896C86
(137,108,134)
#967C93
(150,124,147)
#A38CA0
(163,140,160)
#B09CAD
(176,156,173)
#BDACBA
(189,172,186)
#CABCC7
(202,188,199)
#D7CCD4
(215,204,212)
#E4DCE1
(228,220,225)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4C6C; }

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

This text font color is #6F4C6C.

Background Color

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

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

This div background color is #6F4C6C.

Border color

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

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

This div border color is #6F4C6C.

Opacity

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

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

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

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

This text has shadow with #6F4C6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F4C6C.

Preview

Color preview on black background

This text has color #6F4C6C on black background.


Color preview on white background

This text has color #6F4C6C on white background.


Black color preview on #6F4C6C background

This text has black color on #6F4C6C background.


White color preview on #6F4C6C background

This text has white color on #6F4C6C background.


Related colors

Complementary color

Complementary color for #hex is #90B393.


I love getcolorcode.com

Triadic colors

1 #6C6F4C and #4C6C6F with #6F4C6C are triadic colors.

2 #6C4C6F and #4C6F6C with #6F4C6C are triadic colors.