COLOR #6E767A

HEX: #6E767A
RGB: (110,118,122)

Color info

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

RGB color model

#6E767A color RGB value is (110,118,122).

  • red value is 110;
  • green value is 118;
  • blue value is 122.
RGB:
(110,118,122)
(43%,46%,48%)

RGB channels and saturation

R 110 of 255 = 43%
G 118 of 255 = 46%
B 122 of 255 = 48%

110
118
122

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

Portions of RGB colors in percentages

R + G + B =
110 + 118 + 122 = 350 (100%)
R 110 of 350 ~ 31.43%
G 118 of 350 ~ 33.71%
B 122 of 350 ~ 34.86%

%31.43
%33.71
%34.86

CMYK color model

#6E767A color CMYK value is (10,3,0,52).

  • cyan value is 9.84%
  • magenta value is 3.28%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(10,3,0,52)
C10M3Y0K52 
(10%,3%,0%,52%)
(0.10/0.03/0.00/0.52)	

CMYK percentages

%9.84
%3.28
%0
%52.16

Codes

Color #6E767A in popluar color models

6E767A
RGB110118122
HSL200°5.17%45.49%
HSB/HSV200°9.84%47.84%
CMYK9.84%3.28%0.00%
52.16%

Color #6E767A in popluar number systems.

HEX6E767A
Decimal110118122
Binary110111011101101111010
Octal156166172

Shades and tints

Shades of #6E767A

#6E767A
(110,118,122)
#646C6F
(100,108,111)
#5A6264
(90,98,100)
#505859
(80,88,89)
#464E4E
(70,78,78)
#3C4443
(60,68,67)
#323A38
(50,58,56)
#28302D
(40,48,45)
#1E2622
(30,38,34)
#141C17
(20,28,23)
#0A120C
(10,18,12)
#000000
(0,0,0)

Tints of #6E767A

#6E767A
(110,118,122)
#7B8286
(123,130,134)
#888E92
(136,142,146)
#959A9E
(149,154,158)
#A2A6AA
(162,166,170)
#AFB2B6
(175,178,182)
#BCBEC2
(188,190,194)
#C9CACE
(201,202,206)
#D6D6DA
(214,214,218)
#E3E2E6
(227,226,230)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E767A color. Also use rgb(110,118,122) instead hex code.

Text Font Color

.myTextColor { color: #6E767A; }

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

This text font color is #6E767A.


Background Color

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

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

This div background color is #6E767A.


Border color

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

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

This div border color is #6E767A.


Opacity

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

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

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

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

This text has shadow with #6E767A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E767A on black background.


Color preview on white background

This text has color #6E767A on white background.



Black color preview on #6E767A background

This text has black color on #6E767A background.


White color preview on #6E767A background

This text has white color on #6E767A background.