COLOR #6D40CA

HEX: #6D40CA
RGB: (109,64,202)

Color info

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

RGB color model

#6D40CA color RGB value is (109,64,202).

  • red value is 109;
  • green value is 64;
  • blue value is 202.
RGB:
(109,64,202)
(43%,25%,79%)

RGB channels and saturation

R 109 of 255 = 43%
G 64 of 255 = 25%
B 202 of 255 = 79%

109
64
202

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

Portions of RGB colors in percentages

R + G + B =
109 + 64 + 202 = 375 (100%)
R 109 of 375 ~ 29.07%
G 64 of 375 ~ 17.07%
B 202 of 375 ~ 53.87%

%29.07
%17.07
%53.87

CMYK color model

#6D40CA color CMYK value is (46,68,0,21).

  • cyan value is 46.04%
  • magenta value is 68.32%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(46,68,0,21)
C46M68Y0K21 
(46%,68%,0%,21%)
(0.46/0.68/0.00/0.21)	

CMYK percentages

%46.04
%68.32
%0
%20.78

Codes

Color #6D40CA in popluar color models

6D40CA
RGB10964202
HSL260°56.56%52.16%
HSB/HSV260°68.32%79.22%
CMYK46.04%68.32%0.00%
20.78%

Color #6D40CA in popluar number systems.

HEX6D40CA
Decimal10964202
Binary1101101100000011001010
Octal155100312

Shades and tints

Shades of #6D40CA

#6D40CA
(109,64,202)
#643BB8
(100,59,184)
#5B36A6
(91,54,166)
#523194
(82,49,148)
#492C82
(73,44,130)
#402770
(64,39,112)
#37225E
(55,34,94)
#2E1D4C
(46,29,76)
#25183A
(37,24,58)
#1C1328
(28,19,40)
#130E16
(19,14,22)
#000000
(0,0,0)

Tints of #6D40CA

#6D40CA
(109,64,202)
#7A51CE
(122,81,206)
#8762D2
(135,98,210)
#9473D6
(148,115,214)
#A184DA
(161,132,218)
#AE95DE
(174,149,222)
#BBA6E2
(187,166,226)
#C8B7E6
(200,183,230)
#D5C8EA
(213,200,234)
#E2D9EE
(226,217,238)
#EFEAF2
(239,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D40CA color. Also use rgb(109,64,202) instead hex code.

Text Font Color

.myTextColor { color: #6D40CA; }

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

This text font color is #6D40CA.


Background Color

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

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

This div background color is #6D40CA.


Border color

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

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

This div border color is #6D40CA.


Opacity

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

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

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

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

This text has shadow with #6D40CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D40CA on black background.


Color preview on white background

This text has color #6D40CA on white background.



Black color preview on #6D40CA background

This text has black color on #6D40CA background.


White color preview on #6D40CA background

This text has white color on #6D40CA background.