COLOR #6E466E

HEX: #6E466E
RGB: (110,70,110)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

110
70
110

R + G + B ~ 38%. #6E466E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 70 + 110 = 290 (100%)
R 110 of 290 ~ 37.93%
G 70 of 290 ~ 24.14%
B 110 of 290 ~ 37.93%

%37.93
%24.14
%37.93

CMYK color model

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

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

CMYK percentages

%0
%36.36
%0
%56.86

Codes

Color #6E466E in popluar color models

6E466E
RGB11070110
HSL300°22.22%35.29%
HSB/HSV300°36.36%43.14%
CMYK0.00%36.36%0.00%
56.86%

Color #6E466E in popluar number systems.

HEX6E466E
Decimal11070110
Binary110111010001101101110
Octal156106156

Shades and tints

Shades of #6E466E

#6E466E
(110,70,110)
#644064
(100,64,100)
#5A3A5A
(90,58,90)
#503450
(80,52,80)
#462E46
(70,46,70)
#3C283C
(60,40,60)
#322232
(50,34,50)
#281C28
(40,28,40)
#1E161E
(30,22,30)
#141014
(20,16,20)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #6E466E

#6E466E
(110,70,110)
#7B567B
(123,86,123)
#886688
(136,102,136)
#957695
(149,118,149)
#A286A2
(162,134,162)
#AF96AF
(175,150,175)
#BCA6BC
(188,166,188)
#C9B6C9
(201,182,201)
#D6C6D6
(214,198,214)
#E3D6E3
(227,214,227)
#F0E6F0
(240,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E466E; }

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

This text font color is #6E466E.


Background Color

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

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

This div background color is #6E466E.


Border color

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

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

This div border color is #6E466E.


Opacity

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

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

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

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

This text has shadow with #6E466E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E466E on black background.


Color preview on white background

This text has color #6E466E on white background.



Black color preview on #6E466E background

This text has black color on #6E466E background.


White color preview on #6E466E background

This text has white color on #6E466E background.