COLOR #6E6578

HEX: #6E6578
RGB: (110,101,120)

Color info

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

RGB color model

#6E6578 color RGB value is (110,101,120).

  • red value is 110;
  • green value is 101;
  • blue value is 120.
RGB:
(110,101,120)
(43%,40%,47%)

RGB channels and saturation

R 110 of 255 = 43%
G 101 of 255 = 40%
B 120 of 255 = 47%

110
101
120

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

Portions of RGB colors in percentages

R + G + B =
110 + 101 + 120 = 331 (100%)
R 110 of 331 ~ 33.23%
G 101 of 331 ~ 30.51%
B 120 of 331 ~ 36.25%

%33.23
%30.51
%36.25

CMYK color model

#6E6578 color CMYK value is (8,16,0,53).

  • cyan value is 8.33%
  • magenta value is 15.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(8,16,0,53)
C8M16Y0K53 
(8%,16%,0%,53%)
(0.08/0.16/0.00/0.53)	

CMYK percentages

%8.33
%15.83
%0
%52.94

Codes

Color #6E6578 in popluar color models

6E6578
RGB110101120
HSL268°8.60%43.33%
HSB/HSV268°15.83%47.06%
CMYK8.33%15.83%0.00%
52.94%

Color #6E6578 in popluar number systems.

HEX6E6578
Decimal110101120
Binary110111011001011111000
Octal156145170

Shades and tints

Shades of #6E6578

#6E6578
(110,101,120)
#645C6E
(100,92,110)
#5A5364
(90,83,100)
#504A5A
(80,74,90)
#464150
(70,65,80)
#3C3846
(60,56,70)
#322F3C
(50,47,60)
#282632
(40,38,50)
#1E1D28
(30,29,40)
#14141E
(20,20,30)
#0A0B14
(10,11,20)
#000000
(0,0,0)

Tints of #6E6578

#6E6578
(110,101,120)
#7B7384
(123,115,132)
#888190
(136,129,144)
#958F9C
(149,143,156)
#A29DA8
(162,157,168)
#AFABB4
(175,171,180)
#BCB9C0
(188,185,192)
#C9C7CC
(201,199,204)
#D6D5D8
(214,213,216)
#E3E3E4
(227,227,228)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6578 color. Also use rgb(110,101,120) instead hex code.

Text Font Color

.myTextColor { color: #6E6578; }

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

This text font color is #6E6578.


Background Color

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

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

This div background color is #6E6578.


Border color

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

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

This div border color is #6E6578.


Opacity

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

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

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

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

This text has shadow with #6E6578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6578 on black background.


Color preview on white background

This text has color #6E6578 on white background.



Black color preview on #6E6578 background

This text has black color on #6E6578 background.


White color preview on #6E6578 background

This text has white color on #6E6578 background.