COLOR #6E036C

HEX: #6E036C
RGB: (110,3,108)

Color info

#6E036C contains mainly red and blue colors. Web safe color of #6E036C is #660066 (or #606).

RGB color model

#6E036C color RGB value is (110,3,108).

  • red value is 110;
  • green value is 3;
  • blue value is 108.
RGB:
(110,3,108)
(43%,1%,42%)

RGB channels and saturation

R 110 of 255 = 43%
G 3 of 255 = 1%
B 108 of 255 = 42%

110
3
108

R + G + B ~ 29%. #6E036C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 3 + 108 = 221 (100%)
R 110 of 221 ~ 49.77%
G 3 of 221 ~ 1.36%
B 108 of 221 ~ 48.87%

%49.77
%48.87

CMYK color model

#6E036C color CMYK value is (0,97,2,57).

  • cyan value is 0.00%
  • magenta value is 97.27%
  • yellow value is 1.82%
  • key color value is 56.86%
CMYK:
(0,97,2,57)
C0M97Y2K57 
(0%,97%,2%,57%)
(0.00/0.97/0.02/0.57)	

CMYK percentages

%0
%97.27
%1.82
%56.86

Codes

Color #6E036C in popluar color models

6E036C
RGB1103108
HSL301°94.69%22.16%
HSB/HSV301°97.27%43.14%
CMYK0.00%97.27%1.82%
56.86%

Color #6E036C in popluar number systems.

HEX6E036C
Decimal1103108
Binary1101110111101100
Octal1563154

Shades and tints

Shades of #6E036C

#6E036C
(110,3,108)
#640363
(100,3,99)
#5A035A
(90,3,90)
#500351
(80,3,81)
#460348
(70,3,72)
#3C033F
(60,3,63)
#320336
(50,3,54)
#28032D
(40,3,45)
#1E0324
(30,3,36)
#14031B
(20,3,27)
#0A0312
(10,3,18)
#000000
(0,0,0)

Tints of #6E036C

#6E036C
(110,3,108)
#7B1979
(123,25,121)
#882F86
(136,47,134)
#954593
(149,69,147)
#A25BA0
(162,91,160)
#AF71AD
(175,113,173)
#BC87BA
(188,135,186)
#C99DC7
(201,157,199)
#D6B3D4
(214,179,212)
#E3C9E1
(227,201,225)
#F0DFEE
(240,223,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E036C color. Also use rgb(110,3,108) instead hex code.

Text Font Color

.myTextColor { color: #6E036C; }

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

This text font color is #6E036C.


Background Color

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

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

This div background color is #6E036C.


Border color

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

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

This div border color is #6E036C.


Opacity

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

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

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

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

This text has shadow with #6E036C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E036C on black background.


Color preview on white background

This text has color #6E036C on white background.



Black color preview on #6E036C background

This text has black color on #6E036C background.


White color preview on #6E036C background

This text has white color on #6E036C background.