COLOR #6E6063

HEX: #6E6063
RGB: (110,96,99)

Color info

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

RGB color model

#6E6063 color RGB value is (110,96,99).

  • red value is 110;
  • green value is 96;
  • blue value is 99.
RGB:
(110,96,99)
(43%,38%,39%)

RGB channels and saturation

R 110 of 255 = 43%
G 96 of 255 = 38%
B 99 of 255 = 39%

110
96
99

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

Portions of RGB colors in percentages

R + G + B =
110 + 96 + 99 = 305 (100%)
R 110 of 305 ~ 36.07%
G 96 of 305 ~ 31.48%
B 99 of 305 ~ 32.46%

%36.07
%31.48
%32.46

CMYK color model

#6E6063 color CMYK value is (0,13,10,57).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 10.00%
  • key color value is 56.86%
CMYK:
(0,13,10,57)
C0M13Y10K57 
(0%,13%,10%,57%)
(0.00/0.13/0.10/0.57)	

CMYK percentages

%0
%12.73
%10
%56.86

Codes

Color #6E6063 in popluar color models

6E6063
RGB1109699
HSL347°6.80%40.39%
HSB/HSV347°12.73%43.14%
CMYK0.00%12.73%10.00%
56.86%

Color #6E6063 in popluar number systems.

HEX6E6063
Decimal1109699
Binary110111011000001100011
Octal156140143

Shades and tints

Shades of #6E6063

#6E6063
(110,96,99)
#64585A
(100,88,90)
#5A5051
(90,80,81)
#504848
(80,72,72)
#46403F
(70,64,63)
#3C3836
(60,56,54)
#32302D
(50,48,45)
#282824
(40,40,36)
#1E201B
(30,32,27)
#141812
(20,24,18)
#0A1009
(10,16,9)
#000000
(0,0,0)

Tints of #6E6063

#6E6063
(110,96,99)
#7B6E71
(123,110,113)
#887C7F
(136,124,127)
#958A8D
(149,138,141)
#A2989B
(162,152,155)
#AFA6A9
(175,166,169)
#BCB4B7
(188,180,183)
#C9C2C5
(201,194,197)
#D6D0D3
(214,208,211)
#E3DEE1
(227,222,225)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6063 color. Also use rgb(110,96,99) instead hex code.

Text Font Color

.myTextColor { color: #6E6063; }

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

This text font color is #6E6063.


Background Color

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

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

This div background color is #6E6063.


Border color

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

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

This div border color is #6E6063.


Opacity

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

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

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

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

This text has shadow with #6E6063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6063 on black background.


Color preview on white background

This text has color #6E6063 on white background.



Black color preview on #6E6063 background

This text has black color on #6E6063 background.


White color preview on #6E6063 background

This text has white color on #6E6063 background.