COLOR #6615F1

HEX: #6615F1
RGB: (102,21,241)

Color info

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

RGB color model

#6615F1 color RGB value is (102,21,241).

  • red value is 102;
  • green value is 21;
  • blue value is 241.
RGB:
(102,21,241)
(40%,8%,95%)

RGB channels and saturation

R 102 of 255 = 40%
G 21 of 255 = 8%
B 241 of 255 = 95%

102
21
241

R + G + B ~ 48%. #6615F1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 21 + 241 = 364 (100%)
R 102 of 364 ~ 28.02%
G 21 of 364 ~ 5.77%
B 241 of 364 ~ 66.21%

%28.02
%66.21

CMYK color model

#6615F1 color CMYK value is (58,91,0,5).

  • cyan value is 57.68%
  • magenta value is 91.29%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(58,91,0,5)
C58M91Y0K5 
(58%,91%,0%,5%)
(0.58/0.91/0.00/0.05)	

CMYK percentages

%57.68
%91.29
%0
%5.49

Codes

Color #6615F1 in popluar color models

6615F1
RGB10221241
HSL262°88.71%51.37%
HSB/HSV262°91.29%94.51%
CMYK57.68%91.29%0.00%
5.49%

Color #6615F1 in popluar number systems.

HEX6615F1
Decimal10221241
Binary11001101010111110001
Octal14625361

Shades and tints

Shades of #6615F1

#6615F1
(102,21,241)
#5D14DC
(93,20,220)
#5413C7
(84,19,199)
#4B12B2
(75,18,178)
#42119D
(66,17,157)
#391088
(57,16,136)
#300F73
(48,15,115)
#270E5E
(39,14,94)
#1E0D49
(30,13,73)
#150C34
(21,12,52)
#0C0B1F
(12,11,31)
#000000
(0,0,0)

Tints of #6615F1

#6615F1
(102,21,241)
#732AF2
(115,42,242)
#803FF3
(128,63,243)
#8D54F4
(141,84,244)
#9A69F5
(154,105,245)
#A77EF6
(167,126,246)
#B493F7
(180,147,247)
#C1A8F8
(193,168,248)
#CEBDF9
(206,189,249)
#DBD2FA
(219,210,250)
#E8E7FB
(232,231,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6615F1 color. Also use rgb(102,21,241) instead hex code.

Text Font Color

.myTextColor { color: #6615F1; }

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

This text font color is #6615F1.


Background Color

.myBgColor { background-color: #6615F1; }

<div style="background-color:#6615F1">Inner text</div>

This div background color is #6615F1.


Border color

.myBorderColor { border: 1px solid #6615F1; }

<div style="border:3px solid #6615F1">Div</div>

This div border color is #6615F1.


Opacity

.myOpacity80 { color: #6615F1; opacity: 0.8; }

<p style="color:#6615F1;opacity:0.8;">80%</p>

Text with #6615F1 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 #6615F1;}

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

This text has shadow with #6615F1 color.

.textShadow {text-shadow: 3px 3px 1px #6615F1, 3px 3px 1px red;}

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

This text has shadow with #6615F1 primary color and red secondary color.


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

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

This text has shadow with #6615F1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6615F1 on black background.


Color preview on white background

This text has color #6615F1 on white background.



Black color preview on #6615F1 background

This text has black color on #6615F1 background.


White color preview on #6615F1 background

This text has white color on #6615F1 background.