COLOR #6E6463

HEX: #6E6463 RGB: (110,100,99)

Color info

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

RGB color model

#6E6463 color RGB value is (110,100,99).

RGB: (110,100,99) (43%, 39%, 39%)

RGB channels and saturation

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

110
100
99

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

Portions of RGB colors in percentages

R + G + B = 110 + 100 + 99 = 309 (100%)
R 110 of 309 ~ 35.6%
G 100 of 309 ~ 32.36%
B 99 of 309 ~ 32.04'%

%35.6
%32.36
%32.04

CMYK color model

#6E6463 color CMYK value is (0,9,10,57).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 10.00%
  • key color value is 56.86%

CMYK: (0,9,10,57)
C0M9Y10K57 (0%, 9%, 10%, 57%)
(0.00 / 0.09 / 0.10 / 0.57)

CMYK percentages

%0
%9.09
%10
%56.86

Codes

Color #6E6463 in popluar color models

6E 64 63
RGB 110 100 99
HSL 5.26% 40.98%
HSB/HSV 10.00% 43.14%
CMYK 0.00% 9.09% 10.00%
56.86%

Color #6E6463 in popluar number systems.

HEX 6E 64 63
Decimal 110 100 99
Binary 1101110 1100100 1100011
Octal 156 144 143

Shades and tints

Shades of #6E6463

#6E6463
(110,100,99)
#645B5A
(100,91,90)
#5A5251
(90,82,81)
#504948
(80,73,72)
#46403F
(70,64,63)
#3C3736
(60,55,54)
#322E2D
(50,46,45)
#282524
(40,37,36)
#1E1C1B
(30,28,27)
#141312
(20,19,18)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #6E6463

#6E6463
(110,100,99)
#7B7271
(123,114,113)
#88807F
(136,128,127)
#958E8D
(149,142,141)
#A29C9B
(162,156,155)
#AFAAA9
(175,170,169)
#BCB8B7
(188,184,183)
#C9C6C5
(201,198,197)
#D6D4D3
(214,212,211)
#E3E2E1
(227,226,225)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6463; }

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

This text font color is #6E6463.

Background Color

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

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

This div background color is #6E6463.

Border color

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

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

This div border color is #6E6463.

Opacity

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

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

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

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

This text has shadow with #6E6463 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6463.

Preview

Color preview on black background

This text has color #6E6463 on black background.


Color preview on white background

This text has color #6E6463 on white background.


Black color preview on #6E6463 background

This text has black color on #6E6463 background.


White color preview on #6E6463 background

This text has white color on #6E6463 background.


Related colors

Complementary color

Complementary color for #hex is #919B9C.


I love getcolorcode.com

Triadic colors

1 #636E64 and #64636E with #6E6463 are triadic colors.

2 #63646E and #646E63 with #6E6463 are triadic colors.