COLOR #6E446C

HEX: #6E446C
RGB: (110,68,108)

Color info

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

RGB color model

#6E446C color RGB value is (110,68,108).

  • red value is 110;
  • green value is 68;
  • blue value is 108.
RGB:
(110,68,108)
(43%,27%,42%)

RGB channels and saturation

R 110 of 255 = 43%
G 68 of 255 = 27%
B 108 of 255 = 42%

110
68
108

R + G + B ~ 37%. #6E446C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 68 + 108 = 286 (100%)
R 110 of 286 ~ 38.46%
G 68 of 286 ~ 23.78%
B 108 of 286 ~ 37.76%

%38.46
%23.78
%37.76

CMYK color model

#6E446C color CMYK value is (0,38,2,57).

  • cyan value is 0.00%
  • magenta value is 38.18%
  • yellow value is 1.82%
  • key color value is 56.86%
CMYK:
(0,38,2,57)
C0M38Y2K57 
(0%,38%,2%,57%)
(0.00/0.38/0.02/0.57)	

CMYK percentages

%0
%38.18
%1.82
%56.86

Codes

Color #6E446C in popluar color models

6E446C
RGB11068108
HSL303°23.60%34.90%
HSB/HSV303°38.18%43.14%
CMYK0.00%38.18%1.82%
56.86%

Color #6E446C in popluar number systems.

HEX6E446C
Decimal11068108
Binary110111010001001101100
Octal156104154

Shades and tints

Shades of #6E446C

#6E446C
(110,68,108)
#643E63
(100,62,99)
#5A385A
(90,56,90)
#503251
(80,50,81)
#462C48
(70,44,72)
#3C263F
(60,38,63)
#322036
(50,32,54)
#281A2D
(40,26,45)
#1E1424
(30,20,36)
#140E1B
(20,14,27)
#0A0812
(10,8,18)
#000000
(0,0,0)

Tints of #6E446C

#6E446C
(110,68,108)
#7B5579
(123,85,121)
#886686
(136,102,134)
#957793
(149,119,147)
#A288A0
(162,136,160)
#AF99AD
(175,153,173)
#BCAABA
(188,170,186)
#C9BBC7
(201,187,199)
#D6CCD4
(214,204,212)
#E3DDE1
(227,221,225)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E446C color. Also use rgb(110,68,108) instead hex code.

Text Font Color

.myTextColor { color: #6E446C; }

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

This text font color is #6E446C.


Background Color

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

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

This div background color is #6E446C.


Border color

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

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

This div border color is #6E446C.


Opacity

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

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

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

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

This text has shadow with #6E446C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E446C on black background.


Color preview on white background

This text has color #6E446C on white background.



Black color preview on #6E446C background

This text has black color on #6E446C background.


White color preview on #6E446C background

This text has white color on #6E446C background.