COLOR #6E6073

HEX: #6E6073
RGB: (110,96,115)

Color info

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

RGB color model

#6E6073 color RGB value is (110,96,115).

  • red value is 110;
  • green value is 96;
  • blue value is 115.
RGB:
(110,96,115)
(43%,38%,45%)

RGB channels and saturation

R 110 of 255 = 43%
G 96 of 255 = 38%
B 115 of 255 = 45%

110
96
115

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

Portions of RGB colors in percentages

R + G + B =
110 + 96 + 115 = 321 (100%)
R 110 of 321 ~ 34.27%
G 96 of 321 ~ 29.91%
B 115 of 321 ~ 35.83%

%34.27
%29.91
%35.83

CMYK color model

#6E6073 color CMYK value is (4,17,0,55).

  • cyan value is 4.35%
  • magenta value is 16.52%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(4,17,0,55)
C4M17Y0K55 
(4%,17%,0%,55%)
(0.04/0.17/0.00/0.55)	

CMYK percentages

%4.35
%16.52
%0
%54.9

Codes

Color #6E6073 in popluar color models

6E6073
RGB11096115
HSL284°9.00%41.37%
HSB/HSV284°16.52%45.10%
CMYK4.35%16.52%0.00%
54.90%

Color #6E6073 in popluar number systems.

HEX6E6073
Decimal11096115
Binary110111011000001110011
Octal156140163

Shades and tints

Shades of #6E6073

#6E6073
(110,96,115)
#645869
(100,88,105)
#5A505F
(90,80,95)
#504855
(80,72,85)
#46404B
(70,64,75)
#3C3841
(60,56,65)
#323037
(50,48,55)
#28282D
(40,40,45)
#1E2023
(30,32,35)
#141819
(20,24,25)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #6E6073

#6E6073
(110,96,115)
#7B6E7F
(123,110,127)
#887C8B
(136,124,139)
#958A97
(149,138,151)
#A298A3
(162,152,163)
#AFA6AF
(175,166,175)
#BCB4BB
(188,180,187)
#C9C2C7
(201,194,199)
#D6D0D3
(214,208,211)
#E3DEDF
(227,222,223)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6073; }

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

This text font color is #6E6073.


Background Color

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

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

This div background color is #6E6073.


Border color

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

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

This div border color is #6E6073.


Opacity

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

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

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

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

This text has shadow with #6E6073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6073 on black background.


Color preview on white background

This text has color #6E6073 on white background.



Black color preview on #6E6073 background

This text has black color on #6E6073 background.


White color preview on #6E6073 background

This text has white color on #6E6073 background.