COLOR #6D18B4

HEX: #6D18B4
RGB: (109,24,180)

Color info

#6D18B4 contains mainly blue color. Web safe color of #6D18B4 is #6600CC (or #60C).

RGB color model

#6D18B4 color RGB value is (109,24,180).

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

RGB channels and saturation

R 109 of 255 = 43%
G 24 of 255 = 9%
B 180 of 255 = 71%

109
24
180

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

Portions of RGB colors in percentages

R + G + B =
109 + 24 + 180 = 313 (100%)
R 109 of 313 ~ 34.82%
G 24 of 313 ~ 7.67%
B 180 of 313 ~ 57.51%

%34.82
%57.51

CMYK color model

#6D18B4 color CMYK value is (39,87,0,29).

  • cyan value is 39.44%
  • magenta value is 86.67%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(39,87,0,29)
C39M87Y0K29 
(39%,87%,0%,29%)
(0.39/0.87/0.00/0.29)	

CMYK percentages

%39.44
%86.67
%0
%29.41

Codes

Color #6D18B4 in popluar color models

6D18B4
RGB10924180
HSL273°76.47%40.00%
HSB/HSV273°86.67%70.59%
CMYK39.44%86.67%0.00%
29.41%

Color #6D18B4 in popluar number systems.

HEX6D18B4
Decimal10924180
Binary11011011100010110100
Octal15530264

Shades and tints

Shades of #6D18B4

#6D18B4
(109,24,180)
#6416A4
(100,22,164)
#5B1494
(91,20,148)
#521284
(82,18,132)
#491074
(73,16,116)
#400E64
(64,14,100)
#370C54
(55,12,84)
#2E0A44
(46,10,68)
#250834
(37,8,52)
#1C0624
(28,6,36)
#130414
(19,4,20)
#000000
(0,0,0)

Tints of #6D18B4

#6D18B4
(109,24,180)
#7A2DBA
(122,45,186)
#8742C0
(135,66,192)
#9457C6
(148,87,198)
#A16CCC
(161,108,204)
#AE81D2
(174,129,210)
#BB96D8
(187,150,216)
#C8ABDE
(200,171,222)
#D5C0E4
(213,192,228)
#E2D5EA
(226,213,234)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D18B4; }

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

This text font color is #6D18B4.


Background Color

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

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

This div background color is #6D18B4.


Border color

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

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

This div border color is #6D18B4.


Opacity

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

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

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

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

This text has shadow with #6D18B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D18B4 on black background.


Color preview on white background

This text has color #6D18B4 on white background.



Black color preview on #6D18B4 background

This text has black color on #6D18B4 background.


White color preview on #6D18B4 background

This text has white color on #6D18B4 background.