COLOR #6E435C

HEX: #6E435C RGB: (110,67,92)

Color info

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

RGB color model

#6E435C color RGB value is (110,67,92).

RGB: (110,67,92) (43%, 26%, 36%)

RGB channels and saturation

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

110
67
92

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

Portions of RGB colors in percentages

R + G + B = 110 + 67 + 92 = 269 (100%)
R 110 of 269 ~ 40.89%
G 67 of 269 ~ 24.91%
B 92 of 269 ~ 34.2'%

%40.89
%24.91
%34.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.09%
  • yellow value is 16.36%
  • key color value is 56.86%

CMYK: (0,39,16,57)
C0M39Y16K57 (0%, 39%, 16%, 57%)
(0.00 / 0.39 / 0.16 / 0.57)

CMYK percentages

%0
%39.09
%16.36
%56.86

Codes

Color #6E435C in popluar color models

6E 43 5C
RGB 110 67 92
HSL 325° 24.29% 34.71%
HSB/HSV 325° 39.09% 43.14%
CMYK 0.00% 39.09% 16.36%
56.86%

Color #6E435C in popluar number systems.

HEX 6E 43 5C
Decimal 110 67 92
Binary 1101110 1000011 1011100
Octal 156 103 134

Shades and tints

Shades of #6E435C

#6E435C
(110,67,92)
#643D54
(100,61,84)
#5A374C
(90,55,76)
#503144
(80,49,68)
#462B3C
(70,43,60)
#3C2534
(60,37,52)
#321F2C
(50,31,44)
#281924
(40,25,36)
#1E131C
(30,19,28)
#140D14
(20,13,20)
#0A070C
(10,7,12)
#000000
(0,0,0)

Tints of #6E435C

#6E435C
(110,67,92)
#7B546A
(123,84,106)
#886578
(136,101,120)
#957686
(149,118,134)
#A28794
(162,135,148)
#AF98A2
(175,152,162)
#BCA9B0
(188,169,176)
#C9BABE
(201,186,190)
#D6CBCC
(214,203,204)
#E3DCDA
(227,220,218)
#F0EDE8
(240,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E435C; }

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

This text font color is #6E435C.

Background Color

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

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

This div background color is #6E435C.

Border color

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

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

This div border color is #6E435C.

Opacity

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

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

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

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

This text has shadow with #6E435C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E435C.

Preview

Color preview on black background

This text has color #6E435C on black background.


Color preview on white background

This text has color #6E435C on white background.


Black color preview on #6E435C background

This text has black color on #6E435C background.


White color preview on #6E435C background

This text has white color on #6E435C background.


Related colors

Complementary color

Complementary color for #hex is #91BCA3.


I love getcolorcode.com

Triadic colors

1 #5C6E43 and #435C6E with #6E435C are triadic colors.

2 #5C436E and #436E5C with #6E435C are triadic colors.