COLOR #6818D0

HEX: #6818D0
RGB: (104,24,208)

Color info

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

RGB color model

#6818D0 color RGB value is (104,24,208).

  • red value is 104;
  • green value is 24;
  • blue value is 208.
RGB:
(104,24,208)
(41%,9%,82%)

RGB channels and saturation

R 104 of 255 = 41%
G 24 of 255 = 9%
B 208 of 255 = 82%

104
24
208

R + G + B ~ 44%. #6818D0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 24 + 208 = 336 (100%)
R 104 of 336 ~ 30.95%
G 24 of 336 ~ 7.14%
B 208 of 336 ~ 61.9%

%30.95
%61.9

CMYK color model

#6818D0 color CMYK value is (50,88,0,18).

  • cyan value is 50.00%
  • magenta value is 88.46%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(50,88,0,18)
C50M88Y0K18 
(50%,88%,0%,18%)
(0.50/0.88/0.00/0.18)	

CMYK percentages

%50
%88.46
%0
%18.43

Codes

Color #6818D0 in popluar color models

6818D0
RGB10424208
HSL266°79.31%45.49%
HSB/HSV266°88.46%81.57%
CMYK50.00%88.46%0.00%
18.43%

Color #6818D0 in popluar number systems.

HEX6818D0
Decimal10424208
Binary11010001100011010000
Octal15030320

Shades and tints

Shades of #6818D0

#6818D0
(104,24,208)
#5F16BE
(95,22,190)
#5614AC
(86,20,172)
#4D129A
(77,18,154)
#441088
(68,16,136)
#3B0E76
(59,14,118)
#320C64
(50,12,100)
#290A52
(41,10,82)
#200840
(32,8,64)
#17062E
(23,6,46)
#0E041C
(14,4,28)
#000000
(0,0,0)

Tints of #6818D0

#6818D0
(104,24,208)
#752DD4
(117,45,212)
#8242D8
(130,66,216)
#8F57DC
(143,87,220)
#9C6CE0
(156,108,224)
#A981E4
(169,129,228)
#B696E8
(182,150,232)
#C3ABEC
(195,171,236)
#D0C0F0
(208,192,240)
#DDD5F4
(221,213,244)
#EAEAF8
(234,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6818D0 color. Also use rgb(104,24,208) instead hex code.

Text Font Color

.myTextColor { color: #6818D0; }

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

This text font color is #6818D0.


Background Color

.myBgColor { background-color: #6818D0; }

<div style="background-color:#6818D0">Inner text</div>

This div background color is #6818D0.


Border color

.myBorderColor { border: 1px solid #6818D0; }

<div style="border:3px solid #6818D0">Div</div>

This div border color is #6818D0.


Opacity

.myOpacity80 { color: #6818D0; opacity: 0.8; }

<p style="color:#6818D0;opacity:0.8;">80%</p>

Text with #6818D0 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 #6818D0;}

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

This text has shadow with #6818D0 color.

.textShadow {text-shadow: 3px 3px 1px #6818D0, 3px 3px 1px red;}

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

This text has shadow with #6818D0 primary color and red secondary color.


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

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

This text has shadow with #6818D0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6818D0 on black background.


Color preview on white background

This text has color #6818D0 on white background.



Black color preview on #6818D0 background

This text has black color on #6818D0 background.


White color preview on #6818D0 background

This text has white color on #6818D0 background.