COLOR #6D3DE9

HEX: #6D3DE9
RGB: (109,61,233)

Color info

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

RGB color model

#6D3DE9 color RGB value is (109,61,233).

  • red value is 109;
  • green value is 61;
  • blue value is 233.
RGB:
(109,61,233)
(43%,24%,91%)

RGB channels and saturation

R 109 of 255 = 43%
G 61 of 255 = 24%
B 233 of 255 = 91%

109
61
233

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

Portions of RGB colors in percentages

R + G + B =
109 + 61 + 233 = 403 (100%)
R 109 of 403 ~ 27.05%
G 61 of 403 ~ 15.14%
B 233 of 403 ~ 57.82%

%27.05
%15.14
%57.82

CMYK color model

#6D3DE9 color CMYK value is (53,74,0,9).

  • cyan value is 53.22%
  • magenta value is 73.82%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(53,74,0,9)
C53M74Y0K9 
(53%,74%,0%,9%)
(0.53/0.74/0.00/0.09)	

CMYK percentages

%53.22
%73.82
%0
%8.63

Codes

Color #6D3DE9 in popluar color models

6D3DE9
RGB10961233
HSL257°79.63%57.65%
HSB/HSV257°73.82%91.37%
CMYK53.22%73.82%0.00%
8.63%

Color #6D3DE9 in popluar number systems.

HEX6D3DE9
Decimal10961233
Binary110110111110111101001
Octal15575351

Shades and tints

Shades of #6D3DE9

#6D3DE9
(109,61,233)
#6438D4
(100,56,212)
#5B33BF
(91,51,191)
#522EAA
(82,46,170)
#492995
(73,41,149)
#402480
(64,36,128)
#371F6B
(55,31,107)
#2E1A56
(46,26,86)
#251541
(37,21,65)
#1C102C
(28,16,44)
#130B17
(19,11,23)
#000000
(0,0,0)

Tints of #6D3DE9

#6D3DE9
(109,61,233)
#7A4EEB
(122,78,235)
#875FED
(135,95,237)
#9470EF
(148,112,239)
#A181F1
(161,129,241)
#AE92F3
(174,146,243)
#BBA3F5
(187,163,245)
#C8B4F7
(200,180,247)
#D5C5F9
(213,197,249)
#E2D6FB
(226,214,251)
#EFE7FD
(239,231,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3DE9 color. Also use rgb(109,61,233) instead hex code.

Text Font Color

.myTextColor { color: #6D3DE9; }

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

This text font color is #6D3DE9.


Background Color

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

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

This div background color is #6D3DE9.


Border color

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

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

This div border color is #6D3DE9.


Opacity

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

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

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

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

This text has shadow with #6D3DE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3DE9 on black background.


Color preview on white background

This text has color #6D3DE9 on white background.



Black color preview on #6D3DE9 background

This text has black color on #6D3DE9 background.


White color preview on #6D3DE9 background

This text has white color on #6D3DE9 background.