COLOR #6E626C

HEX: #6E626C
RGB: (110,98,108)

Color info

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

RGB color model

#6E626C color RGB value is (110,98,108).

  • red value is 110;
  • green value is 98;
  • blue value is 108.
RGB:
(110,98,108)
(43%,38%,42%)

RGB channels and saturation

R 110 of 255 = 43%
G 98 of 255 = 38%
B 108 of 255 = 42%

110
98
108

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

Portions of RGB colors in percentages

R + G + B =
110 + 98 + 108 = 316 (100%)
R 110 of 316 ~ 34.81%
G 98 of 316 ~ 31.01%
B 108 of 316 ~ 34.18%

%34.81
%31.01
%34.18

CMYK color model

#6E626C color CMYK value is (0,11,2,57).

  • cyan value is 0.00%
  • magenta value is 10.91%
  • yellow value is 1.82%
  • key color value is 56.86%
CMYK:
(0,11,2,57)
C0M11Y2K57 
(0%,11%,2%,57%)
(0.00/0.11/0.02/0.57)	

CMYK percentages

%0
%10.91
%1.82
%56.86

Codes

Color #6E626C in popluar color models

6E626C
RGB11098108
HSL310°5.77%40.78%
HSB/HSV310°10.91%43.14%
CMYK0.00%10.91%1.82%
56.86%

Color #6E626C in popluar number systems.

HEX6E626C
Decimal11098108
Binary110111011000101101100
Octal156142154

Shades and tints

Shades of #6E626C

#6E626C
(110,98,108)
#645A63
(100,90,99)
#5A525A
(90,82,90)
#504A51
(80,74,81)
#464248
(70,66,72)
#3C3A3F
(60,58,63)
#323236
(50,50,54)
#282A2D
(40,42,45)
#1E2224
(30,34,36)
#141A1B
(20,26,27)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #6E626C

#6E626C
(110,98,108)
#7B7079
(123,112,121)
#887E86
(136,126,134)
#958C93
(149,140,147)
#A29AA0
(162,154,160)
#AFA8AD
(175,168,173)
#BCB6BA
(188,182,186)
#C9C4C7
(201,196,199)
#D6D2D4
(214,210,212)
#E3E0E1
(227,224,225)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E626C; }

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

This text font color is #6E626C.


Background Color

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

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

This div background color is #6E626C.


Border color

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

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

This div border color is #6E626C.


Opacity

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

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

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

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

This text has shadow with #6E626C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E626C on black background.


Color preview on white background

This text has color #6E626C on white background.



Black color preview on #6E626C background

This text has black color on #6E626C background.


White color preview on #6E626C background

This text has white color on #6E626C background.