COLOR #6D456E

HEX: #6D456E
RGB: (109,69,110)

Color info

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

RGB color model

#6D456E color RGB value is (109,69,110).

  • red value is 109;
  • green value is 69;
  • blue value is 110.
RGB:
(109,69,110)
(43%,27%,43%)

RGB channels and saturation

R 109 of 255 = 43%
G 69 of 255 = 27%
B 110 of 255 = 43%

109
69
110

R + G + B ~ 38%. #6D456E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 69 + 110 = 288 (100%)
R 109 of 288 ~ 37.85%
G 69 of 288 ~ 23.96%
B 110 of 288 ~ 38.19%

%37.85
%23.96
%38.19

CMYK color model

#6D456E color CMYK value is (1,37,0,57).

  • cyan value is 0.91%
  • magenta value is 37.27%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(1,37,0,57)
C1M37Y0K57 
(1%,37%,0%,57%)
(0.01/0.37/0.00/0.57)	

CMYK percentages

%0.91
%37.27
%0
%56.86

Codes

Color #6D456E in popluar color models

6D456E
RGB10969110
HSL299°22.91%35.10%
HSB/HSV299°37.27%43.14%
CMYK0.91%37.27%0.00%
56.86%

Color #6D456E in popluar number systems.

HEX6D456E
Decimal10969110
Binary110110110001011101110
Octal155105156

Shades and tints

Shades of #6D456E

#6D456E
(109,69,110)
#643F64
(100,63,100)
#5B395A
(91,57,90)
#523350
(82,51,80)
#492D46
(73,45,70)
#40273C
(64,39,60)
#372132
(55,33,50)
#2E1B28
(46,27,40)
#25151E
(37,21,30)
#1C0F14
(28,15,20)
#13090A
(19,9,10)
#000000
(0,0,0)

Tints of #6D456E

#6D456E
(109,69,110)
#7A557B
(122,85,123)
#876588
(135,101,136)
#947595
(148,117,149)
#A185A2
(161,133,162)
#AE95AF
(174,149,175)
#BBA5BC
(187,165,188)
#C8B5C9
(200,181,201)
#D5C5D6
(213,197,214)
#E2D5E3
(226,213,227)
#EFE5F0
(239,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D456E color. Also use rgb(109,69,110) instead hex code.

Text Font Color

.myTextColor { color: #6D456E; }

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

This text font color is #6D456E.


Background Color

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

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

This div background color is #6D456E.


Border color

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

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

This div border color is #6D456E.


Opacity

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

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

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

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

This text has shadow with #6D456E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D456E on black background.


Color preview on white background

This text has color #6D456E on white background.



Black color preview on #6D456E background

This text has black color on #6D456E background.


White color preview on #6D456E background

This text has white color on #6D456E background.