COLOR #6D386A

HEX: #6D386A
RGB: (109,56,106)

Color info

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

RGB color model

#6D386A color RGB value is (109,56,106).

  • red value is 109;
  • green value is 56;
  • blue value is 106.
RGB:
(109,56,106)
(43%,22%,42%)

RGB channels and saturation

R 109 of 255 = 43%
G 56 of 255 = 22%
B 106 of 255 = 42%

109
56
106

R + G + B ~ 36%. #6D386A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 56 + 106 = 271 (100%)
R 109 of 271 ~ 40.22%
G 56 of 271 ~ 20.66%
B 106 of 271 ~ 39.11%

%40.22
%20.66
%39.11

CMYK color model

#6D386A color CMYK value is (0,49,3,57).

  • cyan value is 0.00%
  • magenta value is 48.62%
  • yellow value is 2.75%
  • key color value is 57.25%
CMYK:
(0,49,3,57)
C0M49Y3K57 
(0%,49%,3%,57%)
(0.00/0.49/0.03/0.57)	

CMYK percentages

%0
%48.62
%2.75
%57.25

Codes

Color #6D386A in popluar color models

6D386A
RGB10956106
HSL303°32.12%32.35%
HSB/HSV303°48.62%42.75%
CMYK0.00%48.62%2.75%
57.25%

Color #6D386A in popluar number systems.

HEX6D386A
Decimal10956106
Binary11011011110001101010
Octal15570152

Shades and tints

Shades of #6D386A

#6D386A
(109,56,106)
#643361
(100,51,97)
#5B2E58
(91,46,88)
#52294F
(82,41,79)
#492446
(73,36,70)
#401F3D
(64,31,61)
#371A34
(55,26,52)
#2E152B
(46,21,43)
#251022
(37,16,34)
#1C0B19
(28,11,25)
#130610
(19,6,16)
#000000
(0,0,0)

Tints of #6D386A

#6D386A
(109,56,106)
#7A4A77
(122,74,119)
#875C84
(135,92,132)
#946E91
(148,110,145)
#A1809E
(161,128,158)
#AE92AB
(174,146,171)
#BBA4B8
(187,164,184)
#C8B6C5
(200,182,197)
#D5C8D2
(213,200,210)
#E2DADF
(226,218,223)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D386A color. Also use rgb(109,56,106) instead hex code.

Text Font Color

.myTextColor { color: #6D386A; }

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

This text font color is #6D386A.


Background Color

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

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

This div background color is #6D386A.


Border color

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

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

This div border color is #6D386A.


Opacity

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

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

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

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

This text has shadow with #6D386A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D386A on black background.


Color preview on white background

This text has color #6D386A on white background.



Black color preview on #6D386A background

This text has black color on #6D386A background.


White color preview on #6D386A background

This text has white color on #6D386A background.