COLOR #6E636D

HEX: #6E636D
RGB: (110,99,109)

Color info

#6E636D contains red, green and blue colors in about the same proportion. Web safe color of #6E636D is #666666 (or #666).

RGB color model

#6E636D color RGB value is (110,99,109).

  • red value is 110;
  • green value is 99;
  • blue value is 109.
RGB:
(110,99,109)
(43%,39%,43%)

RGB channels and saturation

R 110 of 255 = 43%
G 99 of 255 = 39%
B 109 of 255 = 43%

110
99
109

R + G + B ~ 42%. #6E636D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 99 + 109 = 318 (100%)
R 110 of 318 ~ 34.59%
G 99 of 318 ~ 31.13%
B 109 of 318 ~ 34.28%

%34.59
%31.13
%34.28

CMYK color model

#6E636D color CMYK value is (0,10,1,57).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 0.91%
  • key color value is 56.86%
CMYK:
(0,10,1,57)
C0M10Y1K57 
(0%,10%,1%,57%)
(0.00/0.10/0.01/0.57)	

CMYK percentages

%0
%10
%0.91
%56.86

Codes

Color #6E636D in popluar color models

6E636D
RGB11099109
HSL305°5.26%40.98%
HSB/HSV305°10.00%43.14%
CMYK0.00%10.00%0.91%
56.86%

Color #6E636D in popluar number systems.

HEX6E636D
Decimal11099109
Binary110111011000111101101
Octal156143155

Shades and tints

Shades of #6E636D

#6E636D
(110,99,109)
#645A64
(100,90,100)
#5A515B
(90,81,91)
#504852
(80,72,82)
#463F49
(70,63,73)
#3C3640
(60,54,64)
#322D37
(50,45,55)
#28242E
(40,36,46)
#1E1B25
(30,27,37)
#14121C
(20,18,28)
#0A0913
(10,9,19)
#000000
(0,0,0)

Tints of #6E636D

#6E636D
(110,99,109)
#7B717A
(123,113,122)
#887F87
(136,127,135)
#958D94
(149,141,148)
#A29BA1
(162,155,161)
#AFA9AE
(175,169,174)
#BCB7BB
(188,183,187)
#C9C5C8
(201,197,200)
#D6D3D5
(214,211,213)
#E3E1E2
(227,225,226)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E636D; }

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

This text font color is #6E636D.


Background Color

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

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

This div background color is #6E636D.


Border color

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

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

This div border color is #6E636D.


Opacity

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

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

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

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

This text has shadow with #6E636D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E636D on black background.


Color preview on white background

This text has color #6E636D on white background.



Black color preview on #6E636D background

This text has black color on #6E636D background.


White color preview on #6E636D background

This text has white color on #6E636D background.