COLOR #6B4E7E

HEX: #6B4E7E
RGB: (107,78,126)

Color info

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

RGB color model

#6B4E7E color RGB value is (107,78,126).

  • red value is 107;
  • green value is 78;
  • blue value is 126.
RGB:
(107,78,126)
(42%,31%,49%)

RGB channels and saturation

R 107 of 255 = 42%
G 78 of 255 = 31%
B 126 of 255 = 49%

107
78
126

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

Portions of RGB colors in percentages

R + G + B =
107 + 78 + 126 = 311 (100%)
R 107 of 311 ~ 34.41%
G 78 of 311 ~ 25.08%
B 126 of 311 ~ 40.51%

%34.41
%25.08
%40.51

CMYK color model

#6B4E7E color CMYK value is (15,38,0,51).

  • cyan value is 15.08%
  • magenta value is 38.10%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(15,38,0,51)
C15M38Y0K51 
(15%,38%,0%,51%)
(0.15/0.38/0.00/0.51)	

CMYK percentages

%15.08
%38.1
%0
%50.59

Codes

Color #6B4E7E in popluar color models

6B4E7E
RGB10778126
HSL276°23.53%40.00%
HSB/HSV276°38.10%49.41%
CMYK15.08%38.10%0.00%
50.59%

Color #6B4E7E in popluar number systems.

HEX6B4E7E
Decimal10778126
Binary110101110011101111110
Octal153116176

Shades and tints

Shades of #6B4E7E

#6B4E7E
(107,78,126)
#624773
(98,71,115)
#594068
(89,64,104)
#50395D
(80,57,93)
#473252
(71,50,82)
#3E2B47
(62,43,71)
#35243C
(53,36,60)
#2C1D31
(44,29,49)
#231626
(35,22,38)
#1A0F1B
(26,15,27)
#110810
(17,8,16)
#000000
(0,0,0)

Tints of #6B4E7E

#6B4E7E
(107,78,126)
#785E89
(120,94,137)
#856E94
(133,110,148)
#927E9F
(146,126,159)
#9F8EAA
(159,142,170)
#AC9EB5
(172,158,181)
#B9AEC0
(185,174,192)
#C6BECB
(198,190,203)
#D3CED6
(211,206,214)
#E0DEE1
(224,222,225)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4E7E color. Also use rgb(107,78,126) instead hex code.

Text Font Color

.myTextColor { color: #6B4E7E; }

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

This text font color is #6B4E7E.


Background Color

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

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

This div background color is #6B4E7E.


Border color

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

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

This div border color is #6B4E7E.


Opacity

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

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

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

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

This text has shadow with #6B4E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4E7E on black background.


Color preview on white background

This text has color #6B4E7E on white background.



Black color preview on #6B4E7E background

This text has black color on #6B4E7E background.


White color preview on #6B4E7E background

This text has white color on #6B4E7E background.