COLOR #6E6B78

HEX: #6E6B78
RGB: (110,107,120)

Color info

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

RGB color model

#6E6B78 color RGB value is (110,107,120).

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

RGB channels and saturation

R 110 of 255 = 43%
G 107 of 255 = 42%
B 120 of 255 = 47%

110
107
120

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

Portions of RGB colors in percentages

R + G + B =
110 + 107 + 120 = 337 (100%)
R 110 of 337 ~ 32.64%
G 107 of 337 ~ 31.75%
B 120 of 337 ~ 35.61%

%32.64
%31.75
%35.61

CMYK color model

#6E6B78 color CMYK value is (8,11,0,53).

  • cyan value is 8.33%
  • magenta value is 10.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(8,11,0,53)
C8M11Y0K53 
(8%,11%,0%,53%)
(0.08/0.11/0.00/0.53)	

CMYK percentages

%8.33
%10.83
%0
%52.94

Codes

Color #6E6B78 in popluar color models

6E6B78
RGB110107120
HSL254°5.73%44.51%
HSB/HSV254°10.83%47.06%
CMYK8.33%10.83%0.00%
52.94%

Color #6E6B78 in popluar number systems.

HEX6E6B78
Decimal110107120
Binary110111011010111111000
Octal156153170

Shades and tints

Shades of #6E6B78

#6E6B78
(110,107,120)
#64626E
(100,98,110)
#5A5964
(90,89,100)
#50505A
(80,80,90)
#464750
(70,71,80)
#3C3E46
(60,62,70)
#32353C
(50,53,60)
#282C32
(40,44,50)
#1E2328
(30,35,40)
#141A1E
(20,26,30)
#0A1114
(10,17,20)
#000000
(0,0,0)

Tints of #6E6B78

#6E6B78
(110,107,120)
#7B7884
(123,120,132)
#888590
(136,133,144)
#95929C
(149,146,156)
#A29FA8
(162,159,168)
#AFACB4
(175,172,180)
#BCB9C0
(188,185,192)
#C9C6CC
(201,198,204)
#D6D3D8
(214,211,216)
#E3E0E4
(227,224,228)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6B78; }

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

This text font color is #6E6B78.


Background Color

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

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

This div background color is #6E6B78.


Border color

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

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

This div border color is #6E6B78.


Opacity

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

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

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

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

This text has shadow with #6E6B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6B78 on black background.


Color preview on white background

This text has color #6E6B78 on white background.



Black color preview on #6E6B78 background

This text has black color on #6E6B78 background.


White color preview on #6E6B78 background

This text has white color on #6E6B78 background.