COLOR #6E294D

HEX: #6E294D RGB: (110,41,77)

Color info

#6E294D contains mainly red and blue colors. Web safe color of #6E294D is #663333 (or #633).

RGB color model

#6E294D color RGB value is (110,41,77).

RGB: (110,41,77) (43%, 16%, 30%)

RGB channels and saturation

R 110 of 255 = 43%
G 41 of 255 = 16%
B 77 of 255 = 30%

110
41
77

R + G + B ~ 30%. #6E294D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 41 + 77 = 228 (100%)
R 110 of 228 ~ 48.25%
G 41 of 228 ~ 17.98%
B 77 of 228 ~ 33.77'%

%48.25
%17.98
%33.77

CMYK color model

#6E294D color CMYK value is (0,63,30,57).

  • cyan value is 0.00%
  • magenta value is 62.73%
  • yellow value is 30.00%
  • key color value is 56.86%

CMYK: (0,63,30,57)
C0M63Y30K57 (0%, 63%, 30%, 57%)
(0.00 / 0.63 / 0.30 / 0.57)

CMYK percentages

%0
%62.73
%30
%56.86

Codes

Color #6E294D in popluar color models

6E 29 4D
RGB 110 41 77
HSL 329° 45.70% 29.61%
HSB/HSV 329° 62.73% 43.14%
CMYK 0.00% 62.73% 30.00%
56.86%

Color #6E294D in popluar number systems.

HEX 6E 29 4D
Decimal 110 41 77
Binary 1101110 101001 1001101
Octal 156 51 115

Shades and tints

Shades of #6E294D

#6E294D
(110,41,77)
#642646
(100,38,70)
#5A233F
(90,35,63)
#502038
(80,32,56)
#461D31
(70,29,49)
#3C1A2A
(60,26,42)
#321723
(50,23,35)
#28141C
(40,20,28)
#1E1115
(30,17,21)
#140E0E
(20,14,14)
#0A0B07
(10,11,7)
#000000
(0,0,0)

Tints of #6E294D

#6E294D
(110,41,77)
#7B3C5D
(123,60,93)
#884F6D
(136,79,109)
#95627D
(149,98,125)
#A2758D
(162,117,141)
#AF889D
(175,136,157)
#BC9BAD
(188,155,173)
#C9AEBD
(201,174,189)
#D6C1CD
(214,193,205)
#E3D4DD
(227,212,221)
#F0E7ED
(240,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E294D color. Also use rgb(110,41,77) instead hex code.

Text Font Color

.myTextColor { color: #6E294D; }

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

This text font color is #6E294D.

Background Color

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

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

This div background color is #6E294D.

Border color

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

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

This div border color is #6E294D.

Opacity

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

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

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

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

This text has shadow with #6E294D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E294D.

Preview

Color preview on black background

This text has color #6E294D on black background.


Color preview on white background

This text has color #6E294D on white background.


Black color preview on #6E294D background

This text has black color on #6E294D background.


White color preview on #6E294D background

This text has white color on #6E294D background.


Related colors

Complementary color

Complementary color for #hex is #91D6B2.


I love getcolorcode.com

Triadic colors

1 #4D6E29 and #294D6E with #6E294D are triadic colors.

2 #4D296E and #296E4D with #6E294D are triadic colors.