COLOR #6E707A

HEX: #6E707A
RGB: (110,112,122)

Color info

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

RGB color model

#6E707A color RGB value is (110,112,122).

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

RGB channels and saturation

R 110 of 255 = 43%
G 112 of 255 = 44%
B 122 of 255 = 48%

110
112
122

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

Portions of RGB colors in percentages

R + G + B =
110 + 112 + 122 = 344 (100%)
R 110 of 344 ~ 31.98%
G 112 of 344 ~ 32.56%
B 122 of 344 ~ 35.47%

%31.98
%32.56
%35.47

CMYK color model

#6E707A color CMYK value is (10,8,0,52).

  • cyan value is 9.84%
  • magenta value is 8.20%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(10,8,0,52)
C10M8Y0K52 
(10%,8%,0%,52%)
(0.10/0.08/0.00/0.52)	

CMYK percentages

%9.84
%8.2
%0
%52.16

Codes

Color #6E707A in popluar color models

6E707A
RGB110112122
HSL230°5.17%45.49%
HSB/HSV230°9.84%47.84%
CMYK9.84%8.20%0.00%
52.16%

Color #6E707A in popluar number systems.

HEX6E707A
Decimal110112122
Binary110111011100001111010
Octal156160172

Shades and tints

Shades of #6E707A

#6E707A
(110,112,122)
#64666F
(100,102,111)
#5A5C64
(90,92,100)
#505259
(80,82,89)
#46484E
(70,72,78)
#3C3E43
(60,62,67)
#323438
(50,52,56)
#282A2D
(40,42,45)
#1E2022
(30,32,34)
#141617
(20,22,23)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #6E707A

#6E707A
(110,112,122)
#7B7D86
(123,125,134)
#888A92
(136,138,146)
#95979E
(149,151,158)
#A2A4AA
(162,164,170)
#AFB1B6
(175,177,182)
#BCBEC2
(188,190,194)
#C9CBCE
(201,203,206)
#D6D8DA
(214,216,218)
#E3E5E6
(227,229,230)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E707A; }

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

This text font color is #6E707A.


Background Color

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

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

This div background color is #6E707A.


Border color

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

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

This div border color is #6E707A.


Opacity

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

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

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

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

This text has shadow with #6E707A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E707A on black background.


Color preview on white background

This text has color #6E707A on white background.



Black color preview on #6E707A background

This text has black color on #6E707A background.


White color preview on #6E707A background

This text has white color on #6E707A background.