COLOR #6D18FA

HEX: #6D18FA
RGB: (109,24,250)

Color info

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

RGB color model

#6D18FA color RGB value is (109,24,250).

  • red value is 109;
  • green value is 24;
  • blue value is 250.
RGB:
(109,24,250)
(43%,9%,98%)

RGB channels and saturation

R 109 of 255 = 43%
G 24 of 255 = 9%
B 250 of 255 = 98%

109
24
250

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

Portions of RGB colors in percentages

R + G + B =
109 + 24 + 250 = 383 (100%)
R 109 of 383 ~ 28.46%
G 24 of 383 ~ 6.27%
B 250 of 383 ~ 65.27%

%28.46
%65.27

CMYK color model

#6D18FA color CMYK value is (56,90,0,2).

  • cyan value is 56.40%
  • magenta value is 90.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(56,90,0,2)
C56M90Y0K2 
(56%,90%,0%,2%)
(0.56/0.90/0.00/0.02)	

CMYK percentages

%56.4
%90.4
%0
%1.96

Codes

Color #6D18FA in popluar color models

6D18FA
RGB10924250
HSL263°95.76%53.73%
HSB/HSV263°90.40%98.04%
CMYK56.40%90.40%0.00%
1.96%

Color #6D18FA in popluar number systems.

HEX6D18FA
Decimal10924250
Binary11011011100011111010
Octal15530372

Shades and tints

Shades of #6D18FA

#6D18FA
(109,24,250)
#6416E4
(100,22,228)
#5B14CE
(91,20,206)
#5212B8
(82,18,184)
#4910A2
(73,16,162)
#400E8C
(64,14,140)
#370C76
(55,12,118)
#2E0A60
(46,10,96)
#25084A
(37,8,74)
#1C0634
(28,6,52)
#13041E
(19,4,30)
#000000
(0,0,0)

Tints of #6D18FA

#6D18FA
(109,24,250)
#7A2DFA
(122,45,250)
#8742FA
(135,66,250)
#9457FA
(148,87,250)
#A16CFA
(161,108,250)
#AE81FA
(174,129,250)
#BB96FA
(187,150,250)
#C8ABFA
(200,171,250)
#D5C0FA
(213,192,250)
#E2D5FA
(226,213,250)
#EFEAFA
(239,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D18FA color. Also use rgb(109,24,250) instead hex code.

Text Font Color

.myTextColor { color: #6D18FA; }

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

This text font color is #6D18FA.


Background Color

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

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

This div background color is #6D18FA.


Border color

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

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

This div border color is #6D18FA.


Opacity

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

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

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

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

This text has shadow with #6D18FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D18FA on black background.


Color preview on white background

This text has color #6D18FA on white background.



Black color preview on #6D18FA background

This text has black color on #6D18FA background.


White color preview on #6D18FA background

This text has white color on #6D18FA background.