COLOR #6E465D

HEX: #6E465D
RGB: (110,70,93)

Color info

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

RGB color model

#6E465D color RGB value is (110,70,93).

  • red value is 110;
  • green value is 70;
  • blue value is 93.
RGB:
(110,70,93)
(43%,27%,36%)

RGB channels and saturation

R 110 of 255 = 43%
G 70 of 255 = 27%
B 93 of 255 = 36%

110
70
93

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

Portions of RGB colors in percentages

R + G + B =
110 + 70 + 93 = 273 (100%)
R 110 of 273 ~ 40.29%
G 70 of 273 ~ 25.64%
B 93 of 273 ~ 34.07%

%40.29
%25.64
%34.07

CMYK color model

#6E465D color CMYK value is (0,36,15,57).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 15.45%
  • key color value is 56.86%
CMYK:
(0,36,15,57)
C0M36Y15K57 
(0%,36%,15%,57%)
(0.00/0.36/0.15/0.57)	

CMYK percentages

%0
%36.36
%15.45
%56.86

Codes

Color #6E465D in popluar color models

6E465D
RGB1107093
HSL326°22.22%35.29%
HSB/HSV326°36.36%43.14%
CMYK0.00%36.36%15.45%
56.86%

Color #6E465D in popluar number systems.

HEX6E465D
Decimal1107093
Binary110111010001101011101
Octal156106135

Shades and tints

Shades of #6E465D

#6E465D
(110,70,93)
#644055
(100,64,85)
#5A3A4D
(90,58,77)
#503445
(80,52,69)
#462E3D
(70,46,61)
#3C2835
(60,40,53)
#32222D
(50,34,45)
#281C25
(40,28,37)
#1E161D
(30,22,29)
#141015
(20,16,21)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #6E465D

#6E465D
(110,70,93)
#7B566B
(123,86,107)
#886679
(136,102,121)
#957687
(149,118,135)
#A28695
(162,134,149)
#AF96A3
(175,150,163)
#BCA6B1
(188,166,177)
#C9B6BF
(201,182,191)
#D6C6CD
(214,198,205)
#E3D6DB
(227,214,219)
#F0E6E9
(240,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E465D color. Also use rgb(110,70,93) instead hex code.

Text Font Color

.myTextColor { color: #6E465D; }

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

This text font color is #6E465D.


Background Color

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

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

This div background color is #6E465D.


Border color

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

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

This div border color is #6E465D.


Opacity

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

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

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

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

This text has shadow with #6E465D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E465D on black background.


Color preview on white background

This text has color #6E465D on white background.



Black color preview on #6E465D background

This text has black color on #6E465D background.


White color preview on #6E465D background

This text has white color on #6E465D background.