COLOR #6E426D

HEX: #6E426D
RGB: (110,66,109)

Color info

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

RGB color model

#6E426D color RGB value is (110,66,109).

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

RGB channels and saturation

R 110 of 255 = 43%
G 66 of 255 = 26%
B 109 of 255 = 43%

110
66
109

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

Portions of RGB colors in percentages

R + G + B =
110 + 66 + 109 = 285 (100%)
R 110 of 285 ~ 38.6%
G 66 of 285 ~ 23.16%
B 109 of 285 ~ 38.25%

%38.6
%23.16
%38.25

CMYK color model

#6E426D color CMYK value is (0,40,1,57).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 0.91%
  • key color value is 56.86%
CMYK:
(0,40,1,57)
C0M40Y1K57 
(0%,40%,1%,57%)
(0.00/0.40/0.01/0.57)	

CMYK percentages

%0
%40
%0.91
%56.86

Codes

Color #6E426D in popluar color models

6E426D
RGB11066109
HSL301°25.00%34.51%
HSB/HSV301°40.00%43.14%
CMYK0.00%40.00%0.91%
56.86%

Color #6E426D in popluar number systems.

HEX6E426D
Decimal11066109
Binary110111010000101101101
Octal156102155

Shades and tints

Shades of #6E426D

#6E426D
(110,66,109)
#643C64
(100,60,100)
#5A365B
(90,54,91)
#503052
(80,48,82)
#462A49
(70,42,73)
#3C2440
(60,36,64)
#321E37
(50,30,55)
#28182E
(40,24,46)
#1E1225
(30,18,37)
#140C1C
(20,12,28)
#0A0613
(10,6,19)
#000000
(0,0,0)

Tints of #6E426D

#6E426D
(110,66,109)
#7B537A
(123,83,122)
#886487
(136,100,135)
#957594
(149,117,148)
#A286A1
(162,134,161)
#AF97AE
(175,151,174)
#BCA8BB
(188,168,187)
#C9B9C8
(201,185,200)
#D6CAD5
(214,202,213)
#E3DBE2
(227,219,226)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E426D; }

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

This text font color is #6E426D.


Background Color

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

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

This div background color is #6E426D.


Border color

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

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

This div border color is #6E426D.


Opacity

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

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

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

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

This text has shadow with #6E426D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E426D on black background.


Color preview on white background

This text has color #6E426D on white background.



Black color preview on #6E426D background

This text has black color on #6E426D background.


White color preview on #6E426D background

This text has white color on #6E426D background.