COLOR #6E536D

HEX: #6E536D
RGB: (110,83,109)

Color info

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

RGB color model

#6E536D color RGB value is (110,83,109).

  • red value is 110;
  • green value is 83;
  • blue value is 109.
RGB:
(110,83,109)
(43%,33%,43%)

RGB channels and saturation

R 110 of 255 = 43%
G 83 of 255 = 33%
B 109 of 255 = 43%

110
83
109

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

Portions of RGB colors in percentages

R + G + B =
110 + 83 + 109 = 302 (100%)
R 110 of 302 ~ 36.42%
G 83 of 302 ~ 27.48%
B 109 of 302 ~ 36.09%

%36.42
%27.48
%36.09

CMYK color model

#6E536D color CMYK value is (0,25,1,57).

  • cyan value is 0.00%
  • magenta value is 24.55%
  • yellow value is 0.91%
  • key color value is 56.86%
CMYK:
(0,25,1,57)
C0M25Y1K57 
(0%,25%,1%,57%)
(0.00/0.25/0.01/0.57)	

CMYK percentages

%0
%24.55
%0.91
%56.86

Codes

Color #6E536D in popluar color models

6E536D
RGB11083109
HSL302°13.99%37.84%
HSB/HSV302°24.55%43.14%
CMYK0.00%24.55%0.91%
56.86%

Color #6E536D in popluar number systems.

HEX6E536D
Decimal11083109
Binary110111010100111101101
Octal156123155

Shades and tints

Shades of #6E536D

#6E536D
(110,83,109)
#644C64
(100,76,100)
#5A455B
(90,69,91)
#503E52
(80,62,82)
#463749
(70,55,73)
#3C3040
(60,48,64)
#322937
(50,41,55)
#28222E
(40,34,46)
#1E1B25
(30,27,37)
#14141C
(20,20,28)
#0A0D13
(10,13,19)
#000000
(0,0,0)

Tints of #6E536D

#6E536D
(110,83,109)
#7B627A
(123,98,122)
#887187
(136,113,135)
#958094
(149,128,148)
#A28FA1
(162,143,161)
#AF9EAE
(175,158,174)
#BCADBB
(188,173,187)
#C9BCC8
(201,188,200)
#D6CBD5
(214,203,213)
#E3DAE2
(227,218,226)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E536D color. Also use rgb(110,83,109) instead hex code.

Text Font Color

.myTextColor { color: #6E536D; }

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

This text font color is #6E536D.


Background Color

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

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

This div background color is #6E536D.


Border color

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

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

This div border color is #6E536D.


Opacity

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

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

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

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

This text has shadow with #6E536D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E536D on black background.


Color preview on white background

This text has color #6E536D on white background.



Black color preview on #6E536D background

This text has black color on #6E536D background.


White color preview on #6E536D background

This text has white color on #6E536D background.