COLOR #6E637C

HEX: #6E637C
RGB: (110,99,124)

Color info

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

RGB color model

#6E637C color RGB value is (110,99,124).

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

RGB channels and saturation

R 110 of 255 = 43%
G 99 of 255 = 39%
B 124 of 255 = 49%

110
99
124

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

Portions of RGB colors in percentages

R + G + B =
110 + 99 + 124 = 333 (100%)
R 110 of 333 ~ 33.03%
G 99 of 333 ~ 29.73%
B 124 of 333 ~ 37.24%

%33.03
%29.73
%37.24

CMYK color model

#6E637C color CMYK value is (11,20,0,51).

  • cyan value is 11.29%
  • magenta value is 20.16%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(11,20,0,51)
C11M20Y0K51 
(11%,20%,0%,51%)
(0.11/0.20/0.00/0.51)	

CMYK percentages

%11.29
%20.16
%0
%51.37

Codes

Color #6E637C in popluar color models

6E637C
RGB11099124
HSL266°11.21%43.73%
HSB/HSV266°20.16%48.63%
CMYK11.29%20.16%0.00%
51.37%

Color #6E637C in popluar number systems.

HEX6E637C
Decimal11099124
Binary110111011000111111100
Octal156143174

Shades and tints

Shades of #6E637C

#6E637C
(110,99,124)
#645A71
(100,90,113)
#5A5166
(90,81,102)
#50485B
(80,72,91)
#463F50
(70,63,80)
#3C3645
(60,54,69)
#322D3A
(50,45,58)
#28242F
(40,36,47)
#1E1B24
(30,27,36)
#141219
(20,18,25)
#0A090E
(10,9,14)
#000000
(0,0,0)

Tints of #6E637C

#6E637C
(110,99,124)
#7B7187
(123,113,135)
#887F92
(136,127,146)
#958D9D
(149,141,157)
#A29BA8
(162,155,168)
#AFA9B3
(175,169,179)
#BCB7BE
(188,183,190)
#C9C5C9
(201,197,201)
#D6D3D4
(214,211,212)
#E3E1DF
(227,225,223)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E637C; }

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

This text font color is #6E637C.


Background Color

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

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

This div background color is #6E637C.


Border color

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

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

This div border color is #6E637C.


Opacity

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

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

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

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

This text has shadow with #6E637C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E637C on black background.


Color preview on white background

This text has color #6E637C on white background.



Black color preview on #6E637C background

This text has black color on #6E637C background.


White color preview on #6E637C background

This text has white color on #6E637C background.