COLOR #6E6473

HEX: #6E6473 RGB: (110,100,115)

Color info

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

RGB color model

#6E6473 color RGB value is (110,100,115).

RGB: (110,100,115) (43%, 39%, 45%)

RGB channels and saturation

R 110 of 255 = 43%
G 100 of 255 = 39%
B 115 of 255 = 45%

110
100
115

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

Portions of RGB colors in percentages

R + G + B = 110 + 100 + 115 = 325 (100%)
R 110 of 325 ~ 33.85%
G 100 of 325 ~ 30.77%
B 115 of 325 ~ 35.38'%

%33.85
%30.77
%35.38

CMYK color model

#6E6473 color CMYK value is (4,13,0,55).

  • cyan value is 4.35%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (4,13,0,55)
C4M13Y0K55 (4%, 13%, 0%, 55%)
(0.04 / 0.13 / 0.00 / 0.55)

CMYK percentages

%4.35
%13.04
%0
%54.9

Codes

Color #6E6473 in popluar color models

6E 64 73
RGB 110 100 115
HSL 280° 6.98% 42.16%
HSB/HSV 280° 13.04% 45.10%
CMYK 4.35% 13.04% 0.00%
54.90%

Color #6E6473 in popluar number systems.

HEX 6E 64 73
Decimal 110 100 115
Binary 1101110 1100100 1110011
Octal 156 144 163

Shades and tints

Shades of #6E6473

#6E6473
(110,100,115)
#645B69
(100,91,105)
#5A525F
(90,82,95)
#504955
(80,73,85)
#46404B
(70,64,75)
#3C3741
(60,55,65)
#322E37
(50,46,55)
#28252D
(40,37,45)
#1E1C23
(30,28,35)
#141319
(20,19,25)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #6E6473

#6E6473
(110,100,115)
#7B727F
(123,114,127)
#88808B
(136,128,139)
#958E97
(149,142,151)
#A29CA3
(162,156,163)
#AFAAAF
(175,170,175)
#BCB8BB
(188,184,187)
#C9C6C7
(201,198,199)
#D6D4D3
(214,212,211)
#E3E2DF
(227,226,223)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6473; }

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

This text font color is #6E6473.

Background Color

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

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

This div background color is #6E6473.

Border color

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

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

This div border color is #6E6473.

Opacity

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

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

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

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

This text has shadow with #6E6473 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6473.

Preview

Color preview on black background

This text has color #6E6473 on black background.


Color preview on white background

This text has color #6E6473 on white background.


Black color preview on #6E6473 background

This text has black color on #6E6473 background.


White color preview on #6E6473 background

This text has white color on #6E6473 background.


Related colors

Complementary color

Complementary color for #hex is #919B8C.


I love getcolorcode.com

Triadic colors

1 #736E64 and #64736E with #6E6473 are triadic colors.

2 #73646E and #646E73 with #6E6473 are triadic colors.