COLOR #6D435C

HEX: #6D435C
RGB: (109,67,92)

Color info

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

RGB color model

#6D435C color RGB value is (109,67,92).

  • red value is 109;
  • green value is 67;
  • blue value is 92.
RGB:
(109,67,92)
(43%,26%,36%)

RGB channels and saturation

R 109 of 255 = 43%
G 67 of 255 = 26%
B 92 of 255 = 36%

109
67
92

R + G + B ~ 35%. #6D435C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 67 + 92 = 268 (100%)
R 109 of 268 ~ 40.67%
G 67 of 268 ~ 25%
B 92 of 268 ~ 34.33%

%40.67
%25
%34.33

CMYK color model

#6D435C color CMYK value is (0,39,16,57).

  • cyan value is 0.00%
  • magenta value is 38.53%
  • yellow value is 15.60%
  • key color value is 57.25%
CMYK:
(0,39,16,57)
C0M39Y16K57 
(0%,39%,16%,57%)
(0.00/0.39/0.16/0.57)	

CMYK percentages

%0
%38.53
%15.6
%57.25

Codes

Color #6D435C in popluar color models

6D435C
RGB1096792
HSL324°23.86%34.51%
HSB/HSV324°38.53%42.75%
CMYK0.00%38.53%15.60%
57.25%

Color #6D435C in popluar number systems.

HEX6D435C
Decimal1096792
Binary110110110000111011100
Octal155103134

Shades and tints

Shades of #6D435C

#6D435C
(109,67,92)
#643D54
(100,61,84)
#5B374C
(91,55,76)
#523144
(82,49,68)
#492B3C
(73,43,60)
#402534
(64,37,52)
#371F2C
(55,31,44)
#2E1924
(46,25,36)
#25131C
(37,19,28)
#1C0D14
(28,13,20)
#13070C
(19,7,12)
#000000
(0,0,0)

Tints of #6D435C

#6D435C
(109,67,92)
#7A546A
(122,84,106)
#876578
(135,101,120)
#947686
(148,118,134)
#A18794
(161,135,148)
#AE98A2
(174,152,162)
#BBA9B0
(187,169,176)
#C8BABE
(200,186,190)
#D5CBCC
(213,203,204)
#E2DCDA
(226,220,218)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D435C color. Also use rgb(109,67,92) instead hex code.

Text Font Color

.myTextColor { color: #6D435C; }

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

This text font color is #6D435C.


Background Color

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

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

This div background color is #6D435C.


Border color

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

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

This div border color is #6D435C.


Opacity

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

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

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

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

This text has shadow with #6D435C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D435C on black background.


Color preview on white background

This text has color #6D435C on white background.



Black color preview on #6D435C background

This text has black color on #6D435C background.


White color preview on #6D435C background

This text has white color on #6D435C background.