COLOR #6C435E

HEX: #6C435E
RGB: (108,67,94)

Color info

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

RGB color model

#6C435E color RGB value is (108,67,94).

  • red value is 108;
  • green value is 67;
  • blue value is 94.
RGB:
(108,67,94)
(42%,26%,37%)

RGB channels and saturation

R 108 of 255 = 42%
G 67 of 255 = 26%
B 94 of 255 = 37%

108
67
94

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

Portions of RGB colors in percentages

R + G + B =
108 + 67 + 94 = 269 (100%)
R 108 of 269 ~ 40.15%
G 67 of 269 ~ 24.91%
B 94 of 269 ~ 34.94%

%40.15
%24.91
%34.94

CMYK color model

#6C435E color CMYK value is (0,38,13,58).

  • cyan value is 0.00%
  • magenta value is 37.96%
  • yellow value is 12.96%
  • key color value is 57.65%
CMYK:
(0,38,13,58)
C0M38Y13K58 
(0%,38%,13%,58%)
(0.00/0.38/0.13/0.58)	

CMYK percentages

%0
%37.96
%12.96
%57.65

Codes

Color #6C435E in popluar color models

6C435E
RGB1086794
HSL320°23.43%34.31%
HSB/HSV320°37.96%42.35%
CMYK0.00%37.96%12.96%
57.65%

Color #6C435E in popluar number systems.

HEX6C435E
Decimal1086794
Binary110110010000111011110
Octal154103136

Shades and tints

Shades of #6C435E

#6C435E
(108,67,94)
#633D56
(99,61,86)
#5A374E
(90,55,78)
#513146
(81,49,70)
#482B3E
(72,43,62)
#3F2536
(63,37,54)
#361F2E
(54,31,46)
#2D1926
(45,25,38)
#24131E
(36,19,30)
#1B0D16
(27,13,22)
#12070E
(18,7,14)
#000000
(0,0,0)

Tints of #6C435E

#6C435E
(108,67,94)
#79546C
(121,84,108)
#86657A
(134,101,122)
#937688
(147,118,136)
#A08796
(160,135,150)
#AD98A4
(173,152,164)
#BAA9B2
(186,169,178)
#C7BAC0
(199,186,192)
#D4CBCE
(212,203,206)
#E1DCDC
(225,220,220)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C435E color. Also use rgb(108,67,94) instead hex code.

Text Font Color

.myTextColor { color: #6C435E; }

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

This text font color is #6C435E.


Background Color

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

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

This div background color is #6C435E.


Border color

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

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

This div border color is #6C435E.


Opacity

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

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

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

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

This text has shadow with #6C435E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C435E on black background.


Color preview on white background

This text has color #6C435E on white background.



Black color preview on #6C435E background

This text has black color on #6C435E background.


White color preview on #6C435E background

This text has white color on #6C435E background.