COLOR #6E366E

HEX: #6E366E
RGB: (110,54,110)

Color info

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

RGB color model

#6E366E color RGB value is (110,54,110).

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

RGB channels and saturation

R 110 of 255 = 43%
G 54 of 255 = 21%
B 110 of 255 = 43%

110
54
110

R + G + B ~ 36%. #6E366E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 54 + 110 = 274 (100%)
R 110 of 274 ~ 40.15%
G 54 of 274 ~ 19.71%
B 110 of 274 ~ 40.15%

%40.15
%19.71
%40.15

CMYK color model

#6E366E color CMYK value is (0,51,0,57).

  • cyan value is 0.00%
  • magenta value is 50.91%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(0,51,0,57)
C0M51Y0K57 
(0%,51%,0%,57%)
(0.00/0.51/0.00/0.57)	

CMYK percentages

%0
%50.91
%0
%56.86

Codes

Color #6E366E in popluar color models

6E366E
RGB11054110
HSL300°34.15%32.16%
HSB/HSV300°50.91%43.14%
CMYK0.00%50.91%0.00%
56.86%

Color #6E366E in popluar number systems.

HEX6E366E
Decimal11054110
Binary11011101101101101110
Octal15666156

Shades and tints

Shades of #6E366E

#6E366E
(110,54,110)
#643264
(100,50,100)
#5A2E5A
(90,46,90)
#502A50
(80,42,80)
#462646
(70,38,70)
#3C223C
(60,34,60)
#321E32
(50,30,50)
#281A28
(40,26,40)
#1E161E
(30,22,30)
#141214
(20,18,20)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #6E366E

#6E366E
(110,54,110)
#7B487B
(123,72,123)
#885A88
(136,90,136)
#956C95
(149,108,149)
#A27EA2
(162,126,162)
#AF90AF
(175,144,175)
#BCA2BC
(188,162,188)
#C9B4C9
(201,180,201)
#D6C6D6
(214,198,214)
#E3D8E3
(227,216,227)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E366E; }

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

This text font color is #6E366E.


Background Color

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

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

This div background color is #6E366E.


Border color

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

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

This div border color is #6E366E.


Opacity

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

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

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

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

This text has shadow with #6E366E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E366E on black background.


Color preview on white background

This text has color #6E366E on white background.



Black color preview on #6E366E background

This text has black color on #6E366E background.


White color preview on #6E366E background

This text has white color on #6E366E background.