COLOR #6F4C6B

HEX: #6F4C6B RGB: (111,76,107)

Color info

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

RGB color model

#6F4C6B color RGB value is (111,76,107).

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

RGB channels and saturation

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

111
76
107

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

Portions of RGB colors in percentages

R + G + B = 111 + 76 + 107 = 294 (100%)
R 111 of 294 ~ 37.76%
G 76 of 294 ~ 25.85%
B 107 of 294 ~ 36.39'%

%37.76
%25.85
%36.39

CMYK color model

#6F4C6B color CMYK value is (0,32,4,56).

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

CMYK: (0,32,4,56)
C0M32Y4K56 (0%, 32%, 4%, 56%)
(0.00 / 0.32 / 0.04 / 0.56)

CMYK percentages

%0
%31.53
%3.6
%56.47

Codes

Color #6F4C6B in popluar color models

6F 4C 6B
RGB 111 76 107
HSL 307° 18.72% 36.67%
HSB/HSV 307° 31.53% 43.53%
CMYK 0.00% 31.53% 3.60%
56.47%

Color #6F4C6B in popluar number systems.

HEX 6F 4C 6B
Decimal 111 76 107
Binary 1101111 1001100 1101011
Octal 157 114 153

Shades and tints

Shades of #6F4C6B

#6F4C6B
(111,76,107)
#654662
(101,70,98)
#5B4059
(91,64,89)
#513A50
(81,58,80)
#473447
(71,52,71)
#3D2E3E
(61,46,62)
#332835
(51,40,53)
#29222C
(41,34,44)
#1F1C23
(31,28,35)
#15161A
(21,22,26)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #6F4C6B

#6F4C6B
(111,76,107)
#7C5C78
(124,92,120)
#896C85
(137,108,133)
#967C92
(150,124,146)
#A38C9F
(163,140,159)
#B09CAC
(176,156,172)
#BDACB9
(189,172,185)
#CABCC6
(202,188,198)
#D7CCD3
(215,204,211)
#E4DCE0
(228,220,224)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4C6B; }

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

This text font color is #6F4C6B.

Background Color

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

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

This div background color is #6F4C6B.

Border color

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

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

This div border color is #6F4C6B.

Opacity

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

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

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

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

This text has shadow with #6F4C6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F4C6B.

Preview

Color preview on black background

This text has color #6F4C6B on black background.


Color preview on white background

This text has color #6F4C6B on white background.


Black color preview on #6F4C6B background

This text has black color on #6F4C6B background.


White color preview on #6F4C6B background

This text has white color on #6F4C6B background.


Related colors

Complementary color

Complementary color for #hex is #90B394.


I love getcolorcode.com

Triadic colors

1 #6B6F4C and #4C6B6F with #6F4C6B are triadic colors.

2 #6B4C6F and #4C6F6B with #6F4C6B are triadic colors.