COLOR #6D466B

HEX: #6D466B
RGB: (109,70,107)

Color info

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

RGB color model

#6D466B color RGB value is (109,70,107).

  • red value is 109;
  • green value is 70;
  • blue value is 107.
RGB:
(109,70,107)
(43%,27%,42%)

RGB channels and saturation

R 109 of 255 = 43%
G 70 of 255 = 27%
B 107 of 255 = 42%

109
70
107

R + G + B ~ 37%. #6D466B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 70 + 107 = 286 (100%)
R 109 of 286 ~ 38.11%
G 70 of 286 ~ 24.48%
B 107 of 286 ~ 37.41%

%38.11
%24.48
%37.41

CMYK color model

#6D466B color CMYK value is (0,36,2,57).

  • cyan value is 0.00%
  • magenta value is 35.78%
  • yellow value is 1.83%
  • key color value is 57.25%
CMYK:
(0,36,2,57)
C0M36Y2K57 
(0%,36%,2%,57%)
(0.00/0.36/0.02/0.57)	

CMYK percentages

%0
%35.78
%1.83
%57.25

Codes

Color #6D466B in popluar color models

6D466B
RGB10970107
HSL303°21.79%35.10%
HSB/HSV303°35.78%42.75%
CMYK0.00%35.78%1.83%
57.25%

Color #6D466B in popluar number systems.

HEX6D466B
Decimal10970107
Binary110110110001101101011
Octal155106153

Shades and tints

Shades of #6D466B

#6D466B
(109,70,107)
#644062
(100,64,98)
#5B3A59
(91,58,89)
#523450
(82,52,80)
#492E47
(73,46,71)
#40283E
(64,40,62)
#372235
(55,34,53)
#2E1C2C
(46,28,44)
#251623
(37,22,35)
#1C101A
(28,16,26)
#130A11
(19,10,17)
#000000
(0,0,0)

Tints of #6D466B

#6D466B
(109,70,107)
#7A5678
(122,86,120)
#876685
(135,102,133)
#947692
(148,118,146)
#A1869F
(161,134,159)
#AE96AC
(174,150,172)
#BBA6B9
(187,166,185)
#C8B6C6
(200,182,198)
#D5C6D3
(213,198,211)
#E2D6E0
(226,214,224)
#EFE6ED
(239,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D466B color. Also use rgb(109,70,107) instead hex code.

Text Font Color

.myTextColor { color: #6D466B; }

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

This text font color is #6D466B.


Background Color

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

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

This div background color is #6D466B.


Border color

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

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

This div border color is #6D466B.


Opacity

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

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

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

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

This text has shadow with #6D466B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D466B on black background.


Color preview on white background

This text has color #6D466B on white background.



Black color preview on #6D466B background

This text has black color on #6D466B background.


White color preview on #6D466B background

This text has white color on #6D466B background.