COLOR #6D13F5

HEX: #6D13F5
RGB: (109,19,245)

Color info

#6D13F5 contains mainly blue color. Web safe color of #6D13F5 is #6600FF (or #60F).

RGB color model

#6D13F5 color RGB value is (109,19,245).

  • red value is 109;
  • green value is 19;
  • blue value is 245.
RGB:
(109,19,245)
(43%,7%,96%)

RGB channels and saturation

R 109 of 255 = 43%
G 19 of 255 = 7%
B 245 of 255 = 96%

109
19
245

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

Portions of RGB colors in percentages

R + G + B =
109 + 19 + 245 = 373 (100%)
R 109 of 373 ~ 29.22%
G 19 of 373 ~ 5.09%
B 245 of 373 ~ 65.68%

%29.22
%65.68

CMYK color model

#6D13F5 color CMYK value is (56,92,0,4).

  • cyan value is 55.51%
  • magenta value is 92.24%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(56,92,0,4)
C56M92Y0K4 
(56%,92%,0%,4%)
(0.56/0.92/0.00/0.04)	

CMYK percentages

%55.51
%92.24
%0
%3.92

Codes

Color #6D13F5 in popluar color models

6D13F5
RGB10919245
HSL264°91.87%51.76%
HSB/HSV264°92.24%96.08%
CMYK55.51%92.24%0.00%
3.92%

Color #6D13F5 in popluar number systems.

HEX6D13F5
Decimal10919245
Binary11011011001111110101
Octal15523365

Shades and tints

Shades of #6D13F5

#6D13F5
(109,19,245)
#6412DF
(100,18,223)
#5B11C9
(91,17,201)
#5210B3
(82,16,179)
#490F9D
(73,15,157)
#400E87
(64,14,135)
#370D71
(55,13,113)
#2E0C5B
(46,12,91)
#250B45
(37,11,69)
#1C0A2F
(28,10,47)
#130919
(19,9,25)
#000000
(0,0,0)

Tints of #6D13F5

#6D13F5
(109,19,245)
#7A28F5
(122,40,245)
#873DF5
(135,61,245)
#9452F5
(148,82,245)
#A167F5
(161,103,245)
#AE7CF5
(174,124,245)
#BB91F5
(187,145,245)
#C8A6F5
(200,166,245)
#D5BBF5
(213,187,245)
#E2D0F5
(226,208,245)
#EFE5F5
(239,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D13F5 color. Also use rgb(109,19,245) instead hex code.

Text Font Color

.myTextColor { color: #6D13F5; }

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

This text font color is #6D13F5.


Background Color

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

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

This div background color is #6D13F5.


Border color

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

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

This div border color is #6D13F5.


Opacity

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

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

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

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

This text has shadow with #6D13F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D13F5 on black background.


Color preview on white background

This text has color #6D13F5 on white background.



Black color preview on #6D13F5 background

This text has black color on #6D13F5 background.


White color preview on #6D13F5 background

This text has white color on #6D13F5 background.