COLOR #6D42ED

HEX: #6D42ED
RGB: (109,66,237)

Color info

#6D42ED contains mainly blue color. Web safe color of #6D42ED is #6633FF (or #63F).

RGB color model

#6D42ED color RGB value is (109,66,237).

  • red value is 109;
  • green value is 66;
  • blue value is 237.
RGB:
(109,66,237)
(43%,26%,93%)

RGB channels and saturation

R 109 of 255 = 43%
G 66 of 255 = 26%
B 237 of 255 = 93%

109
66
237

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

Portions of RGB colors in percentages

R + G + B =
109 + 66 + 237 = 412 (100%)
R 109 of 412 ~ 26.46%
G 66 of 412 ~ 16.02%
B 237 of 412 ~ 57.52%

%26.46
%16.02
%57.52

CMYK color model

#6D42ED color CMYK value is (54,72,0,7).

  • cyan value is 54.01%
  • magenta value is 72.15%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(54,72,0,7)
C54M72Y0K7 
(54%,72%,0%,7%)
(0.54/0.72/0.00/0.07)	

CMYK percentages

%54.01
%72.15
%0
%7.06

Codes

Color #6D42ED in popluar color models

6D42ED
RGB10966237
HSL255°82.61%59.41%
HSB/HSV255°72.15%92.94%
CMYK54.01%72.15%0.00%
7.06%

Color #6D42ED in popluar number systems.

HEX6D42ED
Decimal10966237
Binary1101101100001011101101
Octal155102355

Shades and tints

Shades of #6D42ED

#6D42ED
(109,66,237)
#643CD8
(100,60,216)
#5B36C3
(91,54,195)
#5230AE
(82,48,174)
#492A99
(73,42,153)
#402484
(64,36,132)
#371E6F
(55,30,111)
#2E185A
(46,24,90)
#251245
(37,18,69)
#1C0C30
(28,12,48)
#13061B
(19,6,27)
#000000
(0,0,0)

Tints of #6D42ED

#6D42ED
(109,66,237)
#7A53EE
(122,83,238)
#8764EF
(135,100,239)
#9475F0
(148,117,240)
#A186F1
(161,134,241)
#AE97F2
(174,151,242)
#BBA8F3
(187,168,243)
#C8B9F4
(200,185,244)
#D5CAF5
(213,202,245)
#E2DBF6
(226,219,246)
#EFECF7
(239,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D42ED color. Also use rgb(109,66,237) instead hex code.

Text Font Color

.myTextColor { color: #6D42ED; }

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

This text font color is #6D42ED.


Background Color

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

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

This div background color is #6D42ED.


Border color

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

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

This div border color is #6D42ED.


Opacity

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

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

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

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

This text has shadow with #6D42ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D42ED on black background.


Color preview on white background

This text has color #6D42ED on white background.



Black color preview on #6D42ED background

This text has black color on #6D42ED background.


White color preview on #6D42ED background

This text has white color on #6D42ED background.