COLOR #6E6568

HEX: #6E6568
RGB: (110,101,104)

Color info

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

RGB color model

#6E6568 color RGB value is (110,101,104).

  • red value is 110;
  • green value is 101;
  • blue value is 104.
RGB:
(110,101,104)
(43%,40%,41%)

RGB channels and saturation

R 110 of 255 = 43%
G 101 of 255 = 40%
B 104 of 255 = 41%

110
101
104

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

Portions of RGB colors in percentages

R + G + B =
110 + 101 + 104 = 315 (100%)
R 110 of 315 ~ 34.92%
G 101 of 315 ~ 32.06%
B 104 of 315 ~ 33.02%

%34.92
%32.06
%33.02

CMYK color model

#6E6568 color CMYK value is (0,8,5,57).

  • cyan value is 0.00%
  • magenta value is 8.18%
  • yellow value is 5.45%
  • key color value is 56.86%
CMYK:
(0,8,5,57)
C0M8Y5K57 
(0%,8%,5%,57%)
(0.00/0.08/0.05/0.57)	

CMYK percentages

%0
%8.18
%5.45
%56.86

Codes

Color #6E6568 in popluar color models

6E6568
RGB110101104
HSL340°4.27%41.37%
HSB/HSV340°8.18%43.14%
CMYK0.00%8.18%5.45%
56.86%

Color #6E6568 in popluar number systems.

HEX6E6568
Decimal110101104
Binary110111011001011101000
Octal156145150

Shades and tints

Shades of #6E6568

#6E6568
(110,101,104)
#645C5F
(100,92,95)
#5A5356
(90,83,86)
#504A4D
(80,74,77)
#464144
(70,65,68)
#3C383B
(60,56,59)
#322F32
(50,47,50)
#282629
(40,38,41)
#1E1D20
(30,29,32)
#141417
(20,20,23)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #6E6568

#6E6568
(110,101,104)
#7B7375
(123,115,117)
#888182
(136,129,130)
#958F8F
(149,143,143)
#A29D9C
(162,157,156)
#AFABA9
(175,171,169)
#BCB9B6
(188,185,182)
#C9C7C3
(201,199,195)
#D6D5D0
(214,213,208)
#E3E3DD
(227,227,221)
#F0F1EA
(240,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6568 color. Also use rgb(110,101,104) instead hex code.

Text Font Color

.myTextColor { color: #6E6568; }

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

This text font color is #6E6568.


Background Color

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

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

This div background color is #6E6568.


Border color

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

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

This div border color is #6E6568.


Opacity

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

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

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

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

This text has shadow with #6E6568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6568 on black background.


Color preview on white background

This text has color #6E6568 on white background.



Black color preview on #6E6568 background

This text has black color on #6E6568 background.


White color preview on #6E6568 background

This text has white color on #6E6568 background.