COLOR #6E757D

HEX: #6E757D
RGB: (110,117,125)

Color info

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

RGB color model

#6E757D color RGB value is (110,117,125).

  • red value is 110;
  • green value is 117;
  • blue value is 125.
RGB:
(110,117,125)
(43%,46%,49%)

RGB channels and saturation

R 110 of 255 = 43%
G 117 of 255 = 46%
B 125 of 255 = 49%

110
117
125

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

Portions of RGB colors in percentages

R + G + B =
110 + 117 + 125 = 352 (100%)
R 110 of 352 ~ 31.25%
G 117 of 352 ~ 33.24%
B 125 of 352 ~ 35.51%

%31.25
%33.24
%35.51

CMYK color model

#6E757D color CMYK value is (12,6,0,51).

  • cyan value is 12.00%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(12,6,0,51)
C12M6Y0K51 
(12%,6%,0%,51%)
(0.12/0.06/0.00/0.51)	

CMYK percentages

%12
%6.4
%0
%50.98

Codes

Color #6E757D in popluar color models

6E757D
RGB110117125
HSL212°6.38%46.08%
HSB/HSV212°12.00%49.02%
CMYK12.00%6.40%0.00%
50.98%

Color #6E757D in popluar number systems.

HEX6E757D
Decimal110117125
Binary110111011101011111101
Octal156165175

Shades and tints

Shades of #6E757D

#6E757D
(110,117,125)
#646B72
(100,107,114)
#5A6167
(90,97,103)
#50575C
(80,87,92)
#464D51
(70,77,81)
#3C4346
(60,67,70)
#32393B
(50,57,59)
#282F30
(40,47,48)
#1E2525
(30,37,37)
#141B1A
(20,27,26)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #6E757D

#6E757D
(110,117,125)
#7B8188
(123,129,136)
#888D93
(136,141,147)
#95999E
(149,153,158)
#A2A5A9
(162,165,169)
#AFB1B4
(175,177,180)
#BCBDBF
(188,189,191)
#C9C9CA
(201,201,202)
#D6D5D5
(214,213,213)
#E3E1E0
(227,225,224)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E757D color. Also use rgb(110,117,125) instead hex code.

Text Font Color

.myTextColor { color: #6E757D; }

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

This text font color is #6E757D.


Background Color

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

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

This div background color is #6E757D.


Border color

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

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

This div border color is #6E757D.


Opacity

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

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

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

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

This text has shadow with #6E757D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E757D on black background.


Color preview on white background

This text has color #6E757D on white background.



Black color preview on #6E757D background

This text has black color on #6E757D background.


White color preview on #6E757D background

This text has white color on #6E757D background.