COLOR #6315BD

HEX: #6315BD
RGB: (99,21,189)

Color info

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

RGB color model

#6315BD color RGB value is (99,21,189).

  • red value is 99;
  • green value is 21;
  • blue value is 189.
RGB:
(99,21,189)
(39%,8%,74%)

RGB channels and saturation

R 99 of 255 = 39%
G 21 of 255 = 8%
B 189 of 255 = 74%

99
21
189

R + G + B ~ 40%. #6315BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 21 + 189 = 309 (100%)
R 99 of 309 ~ 32.04%
G 21 of 309 ~ 6.8%
B 189 of 309 ~ 61.17%

%32.04
%61.17

CMYK color model

#6315BD color CMYK value is (48,89,0,26).

  • cyan value is 47.62%
  • magenta value is 88.89%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(48,89,0,26)
C48M89Y0K26 
(48%,89%,0%,26%)
(0.48/0.89/0.00/0.26)	

CMYK percentages

%47.62
%88.89
%0
%25.88

Codes

Color #6315BD in popluar color models

6315BD
RGB9921189
HSL268°80.00%41.18%
HSB/HSV268°88.89%74.12%
CMYK47.62%88.89%0.00%
25.88%

Color #6315BD in popluar number systems.

HEX6315BD
Decimal9921189
Binary11000111010110111101
Octal14325275

Shades and tints

Shades of #6315BD

#6315BD
(99,21,189)
#5A14AC
(90,20,172)
#51139B
(81,19,155)
#48128A
(72,18,138)
#3F1179
(63,17,121)
#361068
(54,16,104)
#2D0F57
(45,15,87)
#240E46
(36,14,70)
#1B0D35
(27,13,53)
#120C24
(18,12,36)
#090B13
(9,11,19)
#000000
(0,0,0)

Tints of #6315BD

#6315BD
(99,21,189)
#712AC3
(113,42,195)
#7F3FC9
(127,63,201)
#8D54CF
(141,84,207)
#9B69D5
(155,105,213)
#A97EDB
(169,126,219)
#B793E1
(183,147,225)
#C5A8E7
(197,168,231)
#D3BDED
(211,189,237)
#E1D2F3
(225,210,243)
#EFE7F9
(239,231,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6315BD color. Also use rgb(99,21,189) instead hex code.

Text Font Color

.myTextColor { color: #6315BD; }

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

This text font color is #6315BD.


Background Color

.myBgColor { background-color: #6315BD; }

<div style="background-color:#6315BD">Inner text</div>

This div background color is #6315BD.


Border color

.myBorderColor { border: 1px solid #6315BD; }

<div style="border:3px solid #6315BD">Div</div>

This div border color is #6315BD.


Opacity

.myOpacity80 { color: #6315BD; opacity: 0.8; }

<p style="color:#6315BD;opacity:0.8;">80%</p>

Text with #6315BD 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 #6315BD;}

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

This text has shadow with #6315BD color.

.textShadow {text-shadow: 3px 3px 1px #6315BD, 3px 3px 1px red;}

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

This text has shadow with #6315BD primary color and red secondary color.


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

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

This text has shadow with #6315BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6315BD on black background.


Color preview on white background

This text has color #6315BD on white background.



Black color preview on #6315BD background

This text has black color on #6315BD background.


White color preview on #6315BD background

This text has white color on #6315BD background.