COLOR #6B4F6E

HEX: #6B4F6E RGB: (107,79,110)

Color info

#6B4F6E contains red, green and blue colors in about the same proportion. Web safe color of #6B4F6E is #666666 (or #666).

RGB color model

#6B4F6E color RGB value is (107,79,110).

RGB: (107,79,110) (42%, 31%, 43%)

RGB channels and saturation

R 107 of 255 = 42%
G 79 of 255 = 31%
B 110 of 255 = 43%

107
79
110

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

Portions of RGB colors in percentages

R + G + B = 107 + 79 + 110 = 296 (100%)
R 107 of 296 ~ 36.15%
G 79 of 296 ~ 26.69%
B 110 of 296 ~ 37.16'%

%36.15
%26.69
%37.16

CMYK color model

#6B4F6E color CMYK value is (3,28,0,57).

  • cyan value is 2.73%
  • magenta value is 28.18%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (3,28,0,57)
C3M28Y0K57 (3%, 28%, 0%, 57%)
(0.03 / 0.28 / 0.00 / 0.57)

CMYK percentages

%2.73
%28.18
%0
%56.86

Codes

Color #6B4F6E in popluar color models

6B 4F 6E
RGB 107 79 110
HSL 294° 16.40% 37.06%
HSB/HSV 294° 28.18% 43.14%
CMYK 2.73% 28.18% 0.00%
56.86%

Color #6B4F6E in popluar number systems.

HEX 6B 4F 6E
Decimal 107 79 110
Binary 1101011 1001111 1101110
Octal 153 117 156

Shades and tints

Shades of #6B4F6E

#6B4F6E
(107,79,110)
#624864
(98,72,100)
#59415A
(89,65,90)
#503A50
(80,58,80)
#473346
(71,51,70)
#3E2C3C
(62,44,60)
#352532
(53,37,50)
#2C1E28
(44,30,40)
#23171E
(35,23,30)
#1A1014
(26,16,20)
#11090A
(17,9,10)
#000000
(0,0,0)

Tints of #6B4F6E

#6B4F6E
(107,79,110)
#785F7B
(120,95,123)
#856F88
(133,111,136)
#927F95
(146,127,149)
#9F8FA2
(159,143,162)
#AC9FAF
(172,159,175)
#B9AFBC
(185,175,188)
#C6BFC9
(198,191,201)
#D3CFD6
(211,207,214)
#E0DFE3
(224,223,227)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4F6E color. Also use rgb(107,79,110) instead hex code.

Text Font Color

.myTextColor { color: #6B4F6E; }

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

This text font color is #6B4F6E.

Background Color

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

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

This div background color is #6B4F6E.

Border color

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

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

This div border color is #6B4F6E.

Opacity

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

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

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

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

This text has shadow with #6B4F6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B4F6E.

Preview

Color preview on black background

This text has color #6B4F6E on black background.


Color preview on white background

This text has color #6B4F6E on white background.


Black color preview on #6B4F6E background

This text has black color on #6B4F6E background.


White color preview on #6B4F6E background

This text has white color on #6B4F6E background.


Related colors

Complementary color

Complementary color for #hex is #94B091.


I love getcolorcode.com

Triadic colors

1 #6E6B4F and #4F6E6B with #6B4F6E are triadic colors.

2 #6E4F6B and #4F6B6E with #6B4F6E are triadic colors.