COLOR #6E435A

HEX: #6E435A
RGB: (110,67,90)

Color info

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

RGB color model

#6E435A color RGB value is (110,67,90).

  • red value is 110;
  • green value is 67;
  • blue value is 90.
RGB:
(110,67,90)
(43%,26%,35%)

RGB channels and saturation

R 110 of 255 = 43%
G 67 of 255 = 26%
B 90 of 255 = 35%

110
67
90

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

Portions of RGB colors in percentages

R + G + B =
110 + 67 + 90 = 267 (100%)
R 110 of 267 ~ 41.2%
G 67 of 267 ~ 25.09%
B 90 of 267 ~ 33.71%

%41.2
%25.09
%33.71

CMYK color model

#6E435A color CMYK value is (0,39,18,57).

  • cyan value is 0.00%
  • magenta value is 39.09%
  • yellow value is 18.18%
  • key color value is 56.86%
CMYK:
(0,39,18,57)
C0M39Y18K57 
(0%,39%,18%,57%)
(0.00/0.39/0.18/0.57)	

CMYK percentages

%0
%39.09
%18.18
%56.86

Codes

Color #6E435A in popluar color models

6E435A
RGB1106790
HSL328°24.29%34.71%
HSB/HSV328°39.09%43.14%
CMYK0.00%39.09%18.18%
56.86%

Color #6E435A in popluar number systems.

HEX6E435A
Decimal1106790
Binary110111010000111011010
Octal156103132

Shades and tints

Shades of #6E435A

#6E435A
(110,67,90)
#643D52
(100,61,82)
#5A374A
(90,55,74)
#503142
(80,49,66)
#462B3A
(70,43,58)
#3C2532
(60,37,50)
#321F2A
(50,31,42)
#281922
(40,25,34)
#1E131A
(30,19,26)
#140D12
(20,13,18)
#0A070A
(10,7,10)
#000000
(0,0,0)

Tints of #6E435A

#6E435A
(110,67,90)
#7B5469
(123,84,105)
#886578
(136,101,120)
#957687
(149,118,135)
#A28796
(162,135,150)
#AF98A5
(175,152,165)
#BCA9B4
(188,169,180)
#C9BAC3
(201,186,195)
#D6CBD2
(214,203,210)
#E3DCE1
(227,220,225)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E435A; }

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

This text font color is #6E435A.


Background Color

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

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

This div background color is #6E435A.


Border color

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

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

This div border color is #6E435A.


Opacity

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

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

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

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

This text has shadow with #6E435A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E435A on black background.


Color preview on white background

This text has color #6E435A on white background.



Black color preview on #6E435A background

This text has black color on #6E435A background.


White color preview on #6E435A background

This text has white color on #6E435A background.