COLOR #6E6A75

HEX: #6E6A75
RGB: (110,106,117)

Color info

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

RGB color model

#6E6A75 color RGB value is (110,106,117).

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

RGB channels and saturation

R 110 of 255 = 43%
G 106 of 255 = 42%
B 117 of 255 = 46%

110
106
117

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

Portions of RGB colors in percentages

R + G + B =
110 + 106 + 117 = 333 (100%)
R 110 of 333 ~ 33.03%
G 106 of 333 ~ 31.83%
B 117 of 333 ~ 35.14%

%33.03
%31.83
%35.14

CMYK color model

#6E6A75 color CMYK value is (6,9,0,54).

  • cyan value is 5.98%
  • magenta value is 9.40%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(6,9,0,54)
C6M9Y0K54 
(6%,9%,0%,54%)
(0.06/0.09/0.00/0.54)	

CMYK percentages

%5.98
%9.4
%0
%54.12

Codes

Color #6E6A75 in popluar color models

6E6A75
RGB110106117
HSL262°4.93%43.73%
HSB/HSV262°9.40%45.88%
CMYK5.98%9.40%0.00%
54.12%

Color #6E6A75 in popluar number systems.

HEX6E6A75
Decimal110106117
Binary110111011010101110101
Octal156152165

Shades and tints

Shades of #6E6A75

#6E6A75
(110,106,117)
#64616B
(100,97,107)
#5A5861
(90,88,97)
#504F57
(80,79,87)
#46464D
(70,70,77)
#3C3D43
(60,61,67)
#323439
(50,52,57)
#282B2F
(40,43,47)
#1E2225
(30,34,37)
#14191B
(20,25,27)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #6E6A75

#6E6A75
(110,106,117)
#7B7781
(123,119,129)
#88848D
(136,132,141)
#959199
(149,145,153)
#A29EA5
(162,158,165)
#AFABB1
(175,171,177)
#BCB8BD
(188,184,189)
#C9C5C9
(201,197,201)
#D6D2D5
(214,210,213)
#E3DFE1
(227,223,225)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6A75; }

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

This text font color is #6E6A75.


Background Color

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

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

This div background color is #6E6A75.


Border color

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

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

This div border color is #6E6A75.


Opacity

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

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

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

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

This text has shadow with #6E6A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6A75 on black background.


Color preview on white background

This text has color #6E6A75 on white background.



Black color preview on #6E6A75 background

This text has black color on #6E6A75 background.


White color preview on #6E6A75 background

This text has white color on #6E6A75 background.