COLOR #6E295F

HEX: #6E295F RGB: (110,41,95)

Color info

#6E295F contains mainly red and blue colors. Web safe color of #6E295F is #663366 (or #636).

RGB color model

#6E295F color RGB value is (110,41,95).

RGB: (110,41,95) (43%, 16%, 37%)

RGB channels and saturation

R 110 of 255 = 43%
G 41 of 255 = 16%
B 95 of 255 = 37%

110
41
95

R + G + B ~ 32%. #6E295F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 41 + 95 = 246 (100%)
R 110 of 246 ~ 44.72%
G 41 of 246 ~ 16.67%
B 95 of 246 ~ 38.62'%

%44.72
%16.67
%38.62

CMYK color model

#6E295F color CMYK value is (0,63,14,57).

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

CMYK: (0,63,14,57)
C0M63Y14K57 (0%, 63%, 14%, 57%)
(0.00 / 0.63 / 0.14 / 0.57)

CMYK percentages

%0
%62.73
%13.64
%56.86

Codes

Color #6E295F in popluar color models

6E 29 5F
RGB 110 41 95
HSL 313° 45.70% 29.61%
HSB/HSV 313° 62.73% 43.14%
CMYK 0.00% 62.73% 13.64%
56.86%

Color #6E295F in popluar number systems.

HEX 6E 29 5F
Decimal 110 41 95
Binary 1101110 101001 1011111
Octal 156 51 137

Shades and tints

Shades of #6E295F

#6E295F
(110,41,95)
#642657
(100,38,87)
#5A234F
(90,35,79)
#502047
(80,32,71)
#461D3F
(70,29,63)
#3C1A37
(60,26,55)
#32172F
(50,23,47)
#281427
(40,20,39)
#1E111F
(30,17,31)
#140E17
(20,14,23)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #6E295F

#6E295F
(110,41,95)
#7B3C6D
(123,60,109)
#884F7B
(136,79,123)
#956289
(149,98,137)
#A27597
(162,117,151)
#AF88A5
(175,136,165)
#BC9BB3
(188,155,179)
#C9AEC1
(201,174,193)
#D6C1CF
(214,193,207)
#E3D4DD
(227,212,221)
#F0E7EB
(240,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E295F; }

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

This text font color is #6E295F.

Background Color

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

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

This div background color is #6E295F.

Border color

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

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

This div border color is #6E295F.

Opacity

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

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

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

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

This text has shadow with #6E295F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E295F.

Preview

Color preview on black background

This text has color #6E295F on black background.


Color preview on white background

This text has color #6E295F on white background.


Black color preview on #6E295F background

This text has black color on #6E295F background.


White color preview on #6E295F background

This text has white color on #6E295F background.


Related colors

Complementary color

Complementary color for #hex is #91D6A0.


I love getcolorcode.com

Triadic colors

1 #5F6E29 and #295F6E with #6E295F are triadic colors.

2 #5F296E and #296E5F with #6E295F are triadic colors.