COLOR #6E42DD

HEX: #6E42DD
RGB: (110,66,221)

Color info

#6E42DD contains mainly blue color. Web safe color of #6E42DD is #6633CC (or #63C).

RGB color model

#6E42DD color RGB value is (110,66,221).

  • red value is 110;
  • green value is 66;
  • blue value is 221.
RGB:
(110,66,221)
(43%,26%,87%)

RGB channels and saturation

R 110 of 255 = 43%
G 66 of 255 = 26%
B 221 of 255 = 87%

110
66
221

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

Portions of RGB colors in percentages

R + G + B =
110 + 66 + 221 = 397 (100%)
R 110 of 397 ~ 27.71%
G 66 of 397 ~ 16.62%
B 221 of 397 ~ 55.67%

%27.71
%16.62
%55.67

CMYK color model

#6E42DD color CMYK value is (50,70,0,13).

  • cyan value is 50.23%
  • magenta value is 70.14%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(50,70,0,13)
C50M70Y0K13 
(50%,70%,0%,13%)
(0.50/0.70/0.00/0.13)	

CMYK percentages

%50.23
%70.14
%0
%13.33

Codes

Color #6E42DD in popluar color models

6E42DD
RGB11066221
HSL257°69.51%56.27%
HSB/HSV257°70.14%86.67%
CMYK50.23%70.14%0.00%
13.33%

Color #6E42DD in popluar number systems.

HEX6E42DD
Decimal11066221
Binary1101110100001011011101
Octal156102335

Shades and tints

Shades of #6E42DD

#6E42DD
(110,66,221)
#643CC9
(100,60,201)
#5A36B5
(90,54,181)
#5030A1
(80,48,161)
#462A8D
(70,42,141)
#3C2479
(60,36,121)
#321E65
(50,30,101)
#281851
(40,24,81)
#1E123D
(30,18,61)
#140C29
(20,12,41)
#0A0615
(10,6,21)
#000000
(0,0,0)

Tints of #6E42DD

#6E42DD
(110,66,221)
#7B53E0
(123,83,224)
#8864E3
(136,100,227)
#9575E6
(149,117,230)
#A286E9
(162,134,233)
#AF97EC
(175,151,236)
#BCA8EF
(188,168,239)
#C9B9F2
(201,185,242)
#D6CAF5
(214,202,245)
#E3DBF8
(227,219,248)
#F0ECFB
(240,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E42DD; }

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

This text font color is #6E42DD.


Background Color

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

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

This div background color is #6E42DD.


Border color

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

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

This div border color is #6E42DD.


Opacity

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

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

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

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

This text has shadow with #6E42DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E42DD on black background.


Color preview on white background

This text has color #6E42DD on white background.



Black color preview on #6E42DD background

This text has black color on #6E42DD background.


White color preview on #6E42DD background

This text has white color on #6E42DD background.