COLOR #6E455A

HEX: #6E455A RGB: (110,69,90)

Color info

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

RGB color model

#6E455A color RGB value is (110,69,90).

RGB: (110,69,90) (43%, 27%, 35%)

RGB channels and saturation

R 110 of 255 = 43%
G 69 of 255 = 27%
B 90 of 255 = 35%

110
69
90

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

Portions of RGB colors in percentages

R + G + B = 110 + 69 + 90 = 269 (100%)
R 110 of 269 ~ 40.89%
G 69 of 269 ~ 25.65%
B 90 of 269 ~ 33.46'%

%40.89
%25.65
%33.46

CMYK color model

#6E455A color CMYK value is (0,37,18,57).

  • cyan value is 0.00%
  • magenta value is 37.27%
  • yellow value is 18.18%
  • key color value is 56.86%
CMYK: (0,37,18,57) C0M37Y18K57 (0%,37%,18%,57%) (0.00/0.37/0.18/0.57) 

CMYK percentages

%0
%37.27
%18.18
%56.86

Codes

Color #6E455A in popluar color models

6E 45 5A
RGB 110 69 90
HSL 329° 22.91% 35.10%
HSB/HSV 329° 37.27% 43.14%
CMYK 0.00% 37.27% 18.18%
56.86%

Color #6E455A in popluar number systems.

HEX 6E 45 5A
Decimal 110 69 90
Binary 1101110 1000101 1011010
Octal 156 105 132

Shades and tints

Shades of #6E455A

#6E455A
(110,69,90)
#643F52
(100,63,82)
#5A394A
(90,57,74)
#503342
(80,51,66)
#462D3A
(70,45,58)
#3C2732
(60,39,50)
#32212A
(50,33,42)
#281B22
(40,27,34)
#1E151A
(30,21,26)
#140F12
(20,15,18)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #6E455A

#6E455A
(110,69,90)
#7B5569
(123,85,105)
#886578
(136,101,120)
#957587
(149,117,135)
#A28596
(162,133,150)
#AF95A5
(175,149,165)
#BCA5B4
(188,165,180)
#C9B5C3
(201,181,195)
#D6C5D2
(214,197,210)
#E3D5E1
(227,213,225)
#F0E5F0
(240,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E455A; }

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

This text font color is #6E455A.


Background Color

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

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

This div background color is #6E455A.


Border color

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

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

This div border color is #6E455A.


Opacity

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

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

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

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

This text has shadow with #6E455A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6E455A on black background.


Color preview on white background

This text has color #6E455A on white background.



Black color preview on #6E455A background

This text has black color on #6E455A background.


White color preview on #6E455A background

This text has white color on #6E455A background.