COLOR #6E4266

HEX: #6E4266
RGB: (110,66,102)

Color info

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

RGB color model

#6E4266 color RGB value is (110,66,102).

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

RGB channels and saturation

R 110 of 255 = 43%
G 66 of 255 = 26%
B 102 of 255 = 40%

110
66
102

R + G + B ~ 36%. #6E4266 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 66 + 102 = 278 (100%)
R 110 of 278 ~ 39.57%
G 66 of 278 ~ 23.74%
B 102 of 278 ~ 36.69%

%39.57
%23.74
%36.69

CMYK color model

#6E4266 color CMYK value is (0,40,7,57).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 7.27%
  • key color value is 56.86%
CMYK:
(0,40,7,57)
C0M40Y7K57 
(0%,40%,7%,57%)
(0.00/0.40/0.07/0.57)	

CMYK percentages

%0
%40
%7.27
%56.86

Codes

Color #6E4266 in popluar color models

6E4266
RGB11066102
HSL311°25.00%34.51%
HSB/HSV311°40.00%43.14%
CMYK0.00%40.00%7.27%
56.86%

Color #6E4266 in popluar number systems.

HEX6E4266
Decimal11066102
Binary110111010000101100110
Octal156102146

Shades and tints

Shades of #6E4266

#6E4266
(110,66,102)
#643C5D
(100,60,93)
#5A3654
(90,54,84)
#50304B
(80,48,75)
#462A42
(70,42,66)
#3C2439
(60,36,57)
#321E30
(50,30,48)
#281827
(40,24,39)
#1E121E
(30,18,30)
#140C15
(20,12,21)
#0A060C
(10,6,12)
#000000
(0,0,0)

Tints of #6E4266

#6E4266
(110,66,102)
#7B5373
(123,83,115)
#886480
(136,100,128)
#95758D
(149,117,141)
#A2869A
(162,134,154)
#AF97A7
(175,151,167)
#BCA8B4
(188,168,180)
#C9B9C1
(201,185,193)
#D6CACE
(214,202,206)
#E3DBDB
(227,219,219)
#F0ECE8
(240,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4266; }

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

This text font color is #6E4266.


Background Color

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

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

This div background color is #6E4266.


Border color

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

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

This div border color is #6E4266.


Opacity

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

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

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

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

This text has shadow with #6E4266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4266 on black background.


Color preview on white background

This text has color #6E4266 on white background.



Black color preview on #6E4266 background

This text has black color on #6E4266 background.


White color preview on #6E4266 background

This text has white color on #6E4266 background.