COLOR #6E296A

HEX: #6E296A
RGB: (110,41,106)

Color info

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

RGB color model

#6E296A color RGB value is (110,41,106).

  • red value is 110;
  • green value is 41;
  • blue value is 106.
RGB:
(110,41,106)
(43%,16%,42%)

RGB channels and saturation

R 110 of 255 = 43%
G 41 of 255 = 16%
B 106 of 255 = 42%

110
41
106

R + G + B ~ 34%. #6E296A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 41 + 106 = 257 (100%)
R 110 of 257 ~ 42.8%
G 41 of 257 ~ 15.95%
B 106 of 257 ~ 41.25%

%42.8
%15.95
%41.25

CMYK color model

#6E296A color CMYK value is (0,63,4,57).

  • cyan value is 0.00%
  • magenta value is 62.73%
  • yellow value is 3.64%
  • key color value is 56.86%
CMYK:
(0,63,4,57)
C0M63Y4K57 
(0%,63%,4%,57%)
(0.00/0.63/0.04/0.57)	

CMYK percentages

%0
%62.73
%3.64
%56.86

Codes

Color #6E296A in popluar color models

6E296A
RGB11041106
HSL303°45.70%29.61%
HSB/HSV303°62.73%43.14%
CMYK0.00%62.73%3.64%
56.86%

Color #6E296A in popluar number systems.

HEX6E296A
Decimal11041106
Binary11011101010011101010
Octal15651152

Shades and tints

Shades of #6E296A

#6E296A
(110,41,106)
#642661
(100,38,97)
#5A2358
(90,35,88)
#50204F
(80,32,79)
#461D46
(70,29,70)
#3C1A3D
(60,26,61)
#321734
(50,23,52)
#28142B
(40,20,43)
#1E1122
(30,17,34)
#140E19
(20,14,25)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #6E296A

#6E296A
(110,41,106)
#7B3C77
(123,60,119)
#884F84
(136,79,132)
#956291
(149,98,145)
#A2759E
(162,117,158)
#AF88AB
(175,136,171)
#BC9BB8
(188,155,184)
#C9AEC5
(201,174,197)
#D6C1D2
(214,193,210)
#E3D4DF
(227,212,223)
#F0E7EC
(240,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E296A; }

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

This text font color is #6E296A.


Background Color

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

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

This div background color is #6E296A.


Border color

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

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

This div border color is #6E296A.


Opacity

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

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

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

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

This text has shadow with #6E296A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E296A on black background.


Color preview on white background

This text has color #6E296A on white background.



Black color preview on #6E296A background

This text has black color on #6E296A background.


White color preview on #6E296A background

This text has white color on #6E296A background.