COLOR #6E6263

HEX: #6E6263
RGB: (110,98,99)

Color info

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

RGB color model

#6E6263 color RGB value is (110,98,99).

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

RGB channels and saturation

R 110 of 255 = 43%
G 98 of 255 = 38%
B 99 of 255 = 39%

110
98
99

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

Portions of RGB colors in percentages

R + G + B =
110 + 98 + 99 = 307 (100%)
R 110 of 307 ~ 35.83%
G 98 of 307 ~ 31.92%
B 99 of 307 ~ 32.25%

%35.83
%31.92
%32.25

CMYK color model

#6E6263 color CMYK value is (0,11,10,57).

  • cyan value is 0.00%
  • magenta value is 10.91%
  • yellow value is 10.00%
  • key color value is 56.86%
CMYK: (0,11,10,57) C0M11Y10K57 (0%,11%,10%,57%) (0.00/0.11/0.10/0.57)

CMYK percentages

%0
%10.91
%10
%56.86

Codes

Color #6E6263 in popluar color models

6E6263
RGB1109899
HSL355°5.77%40.78%
HSB/HSV355°10.91%43.14%
CMYK0.00%10.91%10.00%
56.86%

Color #6E6263 in popluar number systems.

HEX6E6263
Decimal1109899
Binary110111011000101100011
Octal156142143

Shades and tints

Shades of #6E6263

#6E6263
(110,98,99)
#645A5A
(100,90,90)
#5A5251
(90,82,81)
#504A48
(80,74,72)
#46423F
(70,66,63)
#3C3A36
(60,58,54)
#32322D
(50,50,45)
#282A24
(40,42,36)
#1E221B
(30,34,27)
#141A12
(20,26,18)
#0A1209
(10,18,9)
#000000
(0,0,0)

Tints of #6E6263

#6E6263
(110,98,99)
#7B7071
(123,112,113)
#887E7F
(136,126,127)
#958C8D
(149,140,141)
#A29A9B
(162,154,155)
#AFA8A9
(175,168,169)
#BCB6B7
(188,182,183)
#C9C4C5
(201,196,197)
#D6D2D3
(214,210,211)
#E3E0E1
(227,224,225)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6263; }

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

This text font color is #6E6263.


Background Color

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

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

This div background color is #6E6263.


Border color

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

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

This div border color is #6E6263.


Opacity

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

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

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

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

This text has shadow with #6E6263 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6E6263 on black background.


Color preview on white background

This text has color #6E6263 on white background.



Black color preview on #6E6263 background

This text has black color on #6E6263 background.


White color preview on #6E6263 background

This text has white color on #6E6263 background.