COLOR #6D38F9

HEX: #6D38F9
RGB: (109,56,249)

Color info

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

RGB color model

#6D38F9 color RGB value is (109,56,249).

  • red value is 109;
  • green value is 56;
  • blue value is 249.
RGB:
(109,56,249)
(43%,22%,98%)

RGB channels and saturation

R 109 of 255 = 43%
G 56 of 255 = 22%
B 249 of 255 = 98%

109
56
249

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

Portions of RGB colors in percentages

R + G + B =
109 + 56 + 249 = 414 (100%)
R 109 of 414 ~ 26.33%
G 56 of 414 ~ 13.53%
B 249 of 414 ~ 60.14%

%26.33
%13.53
%60.14

CMYK color model

#6D38F9 color CMYK value is (56,78,0,2).

  • cyan value is 56.22%
  • magenta value is 77.51%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(56,78,0,2)
C56M78Y0K2 
(56%,78%,0%,2%)
(0.56/0.78/0.00/0.02)	

CMYK percentages

%56.22
%77.51
%0
%2.35

Codes

Color #6D38F9 in popluar color models

6D38F9
RGB10956249
HSL256°94.15%59.80%
HSB/HSV256°77.51%97.65%
CMYK56.22%77.51%0.00%
2.35%

Color #6D38F9 in popluar number systems.

HEX6D38F9
Decimal10956249
Binary110110111100011111001
Octal15570371

Shades and tints

Shades of #6D38F9

#6D38F9
(109,56,249)
#6433E3
(100,51,227)
#5B2ECD
(91,46,205)
#5229B7
(82,41,183)
#4924A1
(73,36,161)
#401F8B
(64,31,139)
#371A75
(55,26,117)
#2E155F
(46,21,95)
#251049
(37,16,73)
#1C0B33
(28,11,51)
#13061D
(19,6,29)
#000000
(0,0,0)

Tints of #6D38F9

#6D38F9
(109,56,249)
#7A4AF9
(122,74,249)
#875CF9
(135,92,249)
#946EF9
(148,110,249)
#A180F9
(161,128,249)
#AE92F9
(174,146,249)
#BBA4F9
(187,164,249)
#C8B6F9
(200,182,249)
#D5C8F9
(213,200,249)
#E2DAF9
(226,218,249)
#EFECF9
(239,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D38F9 color. Also use rgb(109,56,249) instead hex code.

Text Font Color

.myTextColor { color: #6D38F9; }

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

This text font color is #6D38F9.


Background Color

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

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

This div background color is #6D38F9.


Border color

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

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

This div border color is #6D38F9.


Opacity

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

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

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

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

This text has shadow with #6D38F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D38F9 on black background.


Color preview on white background

This text has color #6D38F9 on white background.



Black color preview on #6D38F9 background

This text has black color on #6D38F9 background.


White color preview on #6D38F9 background

This text has white color on #6D38F9 background.