COLOR #6E06D3

HEX: #6E06D3
RGB: (110,6,211)

Color info

#6E06D3 contains mainly blue color. Web safe color of #6E06D3 is #6600CC (or #60C).

RGB color model

#6E06D3 color RGB value is (110,6,211).

  • red value is 110;
  • green value is 6;
  • blue value is 211.
RGB:
(110,6,211)
(43%,2%,83%)

RGB channels and saturation

R 110 of 255 = 43%
G 6 of 255 = 2%
B 211 of 255 = 83%

110
6
211

R + G + B ~ 43%. #6E06D3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 6 + 211 = 327 (100%)
R 110 of 327 ~ 33.64%
G 6 of 327 ~ 1.83%
B 211 of 327 ~ 64.53%

%33.64
%64.53

CMYK color model

#6E06D3 color CMYK value is (48,97,0,17).

  • cyan value is 47.87%
  • magenta value is 97.16%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(48,97,0,17)
C48M97Y0K17 
(48%,97%,0%,17%)
(0.48/0.97/0.00/0.17)	

CMYK percentages

%47.87
%97.16
%0
%17.25

Codes

Color #6E06D3 in popluar color models

6E06D3
RGB1106211
HSL270°94.47%42.55%
HSB/HSV270°97.16%82.75%
CMYK47.87%97.16%0.00%
17.25%

Color #6E06D3 in popluar number systems.

HEX6E06D3
Decimal1106211
Binary110111011011010011
Octal1566323

Shades and tints

Shades of #6E06D3

#6E06D3
(110,6,211)
#6406C0
(100,6,192)
#5A06AD
(90,6,173)
#50069A
(80,6,154)
#460687
(70,6,135)
#3C0674
(60,6,116)
#320661
(50,6,97)
#28064E
(40,6,78)
#1E063B
(30,6,59)
#140628
(20,6,40)
#0A0615
(10,6,21)
#000000
(0,0,0)

Tints of #6E06D3

#6E06D3
(110,6,211)
#7B1CD7
(123,28,215)
#8832DB
(136,50,219)
#9548DF
(149,72,223)
#A25EE3
(162,94,227)
#AF74E7
(175,116,231)
#BC8AEB
(188,138,235)
#C9A0EF
(201,160,239)
#D6B6F3
(214,182,243)
#E3CCF7
(227,204,247)
#F0E2FB
(240,226,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E06D3; }

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

This text font color is #6E06D3.


Background Color

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

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

This div background color is #6E06D3.


Border color

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

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

This div border color is #6E06D3.


Opacity

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

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

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

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

This text has shadow with #6E06D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E06D3 on black background.


Color preview on white background

This text has color #6E06D3 on white background.



Black color preview on #6E06D3 background

This text has black color on #6E06D3 background.


White color preview on #6E06D3 background

This text has white color on #6E06D3 background.