COLOR #6E486B

HEX: #6E486B
RGB: (110,72,107)

Color info

#6E486B contains red, green and blue colors in about the same proportion. Web safe color of #6E486B is #663366 (or #636).

RGB color model

#6E486B color RGB value is (110,72,107).

  • red value is 110;
  • green value is 72;
  • blue value is 107.
RGB:
(110,72,107)
(43%,28%,42%)

RGB channels and saturation

R 110 of 255 = 43%
G 72 of 255 = 28%
B 107 of 255 = 42%

110
72
107

R + G + B ~ 38%. #6E486B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 72 + 107 = 289 (100%)
R 110 of 289 ~ 38.06%
G 72 of 289 ~ 24.91%
B 107 of 289 ~ 37.02%

%38.06
%24.91
%37.02

CMYK color model

#6E486B color CMYK value is (0,35,3,57).

  • cyan value is 0.00%
  • magenta value is 34.55%
  • yellow value is 2.73%
  • key color value is 56.86%
CMYK:
(0,35,3,57)
C0M35Y3K57 
(0%,35%,3%,57%)
(0.00/0.35/0.03/0.57)	

CMYK percentages

%0
%34.55
%2.73
%56.86

Codes

Color #6E486B in popluar color models

6E486B
RGB11072107
HSL305°20.88%35.69%
HSB/HSV305°34.55%43.14%
CMYK0.00%34.55%2.73%
56.86%

Color #6E486B in popluar number systems.

HEX6E486B
Decimal11072107
Binary110111010010001101011
Octal156110153

Shades and tints

Shades of #6E486B

#6E486B
(110,72,107)
#644262
(100,66,98)
#5A3C59
(90,60,89)
#503650
(80,54,80)
#463047
(70,48,71)
#3C2A3E
(60,42,62)
#322435
(50,36,53)
#281E2C
(40,30,44)
#1E1823
(30,24,35)
#14121A
(20,18,26)
#0A0C11
(10,12,17)
#000000
(0,0,0)

Tints of #6E486B

#6E486B
(110,72,107)
#7B5878
(123,88,120)
#886885
(136,104,133)
#957892
(149,120,146)
#A2889F
(162,136,159)
#AF98AC
(175,152,172)
#BCA8B9
(188,168,185)
#C9B8C6
(201,184,198)
#D6C8D3
(214,200,211)
#E3D8E0
(227,216,224)
#F0E8ED
(240,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E486B color. Also use rgb(110,72,107) instead hex code.

Text Font Color

.myTextColor { color: #6E486B; }

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

This text font color is #6E486B.


Background Color

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

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

This div background color is #6E486B.


Border color

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

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

This div border color is #6E486B.


Opacity

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

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

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

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

This text has shadow with #6E486B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E486B on black background.


Color preview on white background

This text has color #6E486B on white background.



Black color preview on #6E486B background

This text has black color on #6E486B background.


White color preview on #6E486B background

This text has white color on #6E486B background.