COLOR #6801ED

HEX: #6801ED
RGB: (104,1,237)

Color info

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

RGB color model

#6801ED color RGB value is (104,1,237).

  • red value is 104;
  • green value is 1;
  • blue value is 237.
RGB:
(104,1,237)
(41%,0%,93%)

RGB channels and saturation

R 104 of 255 = 41%
G 1 of 255 = 0%
B 237 of 255 = 93%

104
1
237

R + G + B ~ 45%. #6801ED is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 1 + 237 = 342 (100%)
R 104 of 342 ~ 30.41%
G 1 of 342 ~ 0.29%
B 237 of 342 ~ 69.3%

%30.41
%69.3

CMYK color model

#6801ED color CMYK value is (56,100,0,7).

  • cyan value is 56.12%
  • magenta value is 99.58%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(56,100,0,7)
C56M100Y0K7 
(56%,100%,0%,7%)
(0.56/1.00/0.00/0.07)	

CMYK percentages

%56.12
%99.58
%0
%7.06

Codes

Color #6801ED in popluar color models

6801ED
RGB1041237
HSL266°99.16%46.67%
HSB/HSV266°99.58%92.94%
CMYK56.12%99.58%0.00%
7.06%

Color #6801ED in popluar number systems.

HEX6801ED
Decimal1041237
Binary1101000111101101
Octal1501355

Shades and tints

Shades of #6801ED

#6801ED
(104,1,237)
#5F01D8
(95,1,216)
#5601C3
(86,1,195)
#4D01AE
(77,1,174)
#440199
(68,1,153)
#3B0184
(59,1,132)
#32016F
(50,1,111)
#29015A
(41,1,90)
#200145
(32,1,69)
#170130
(23,1,48)
#0E011B
(14,1,27)
#000000
(0,0,0)

Tints of #6801ED

#6801ED
(104,1,237)
#7518EE
(117,24,238)
#822FEF
(130,47,239)
#8F46F0
(143,70,240)
#9C5DF1
(156,93,241)
#A974F2
(169,116,242)
#B68BF3
(182,139,243)
#C3A2F4
(195,162,244)
#D0B9F5
(208,185,245)
#DDD0F6
(221,208,246)
#EAE7F7
(234,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6801ED color. Also use rgb(104,1,237) instead hex code.

Text Font Color

.myTextColor { color: #6801ED; }

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

This text font color is #6801ED.


Background Color

.myBgColor { background-color: #6801ED; }

<div style="background-color:#6801ED">Inner text</div>

This div background color is #6801ED.


Border color

.myBorderColor { border: 1px solid #6801ED; }

<div style="border:3px solid #6801ED">Div</div>

This div border color is #6801ED.


Opacity

.myOpacity80 { color: #6801ED; opacity: 0.8; }

<p style="color:#6801ED;opacity:0.8;">80%</p>

Text with #6801ED 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 #6801ED;}

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

This text has shadow with #6801ED color.

.textShadow {text-shadow: 3px 3px 1px #6801ED, 3px 3px 1px red;}

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

This text has shadow with #6801ED primary color and red secondary color.


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

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

This text has shadow with #6801ED and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6801ED on black background.


Color preview on white background

This text has color #6801ED on white background.



Black color preview on #6801ED background

This text has black color on #6801ED background.


White color preview on #6801ED background

This text has white color on #6801ED background.