COLOR #6319CA

HEX: #6319CA
RGB: (99,25,202)

Color info

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

RGB color model

#6319CA color RGB value is (99,25,202).

  • red value is 99;
  • green value is 25;
  • blue value is 202.
RGB:
(99,25,202)
(39%,10%,79%)

RGB channels and saturation

R 99 of 255 = 39%
G 25 of 255 = 10%
B 202 of 255 = 79%

99
25
202

R + G + B ~ 43%. #6319CA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 25 + 202 = 326 (100%)
R 99 of 326 ~ 30.37%
G 25 of 326 ~ 7.67%
B 202 of 326 ~ 61.96%

%30.37
%61.96

CMYK color model

#6319CA color CMYK value is (51,88,0,21).

  • cyan value is 50.99%
  • magenta value is 87.62%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(51,88,0,21)
C51M88Y0K21 
(51%,88%,0%,21%)
(0.51/0.88/0.00/0.21)	

CMYK percentages

%50.99
%87.62
%0
%20.78

Codes

Color #6319CA in popluar color models

6319CA
RGB9925202
HSL265°77.97%44.51%
HSB/HSV265°87.62%79.22%
CMYK50.99%87.62%0.00%
20.78%

Color #6319CA in popluar number systems.

HEX6319CA
Decimal9925202
Binary11000111100111001010
Octal14331312

Shades and tints

Shades of #6319CA

#6319CA
(99,25,202)
#5A17B8
(90,23,184)
#5115A6
(81,21,166)
#481394
(72,19,148)
#3F1182
(63,17,130)
#360F70
(54,15,112)
#2D0D5E
(45,13,94)
#240B4C
(36,11,76)
#1B093A
(27,9,58)
#120728
(18,7,40)
#090516
(9,5,22)
#000000
(0,0,0)

Tints of #6319CA

#6319CA
(99,25,202)
#712DCE
(113,45,206)
#7F41D2
(127,65,210)
#8D55D6
(141,85,214)
#9B69DA
(155,105,218)
#A97DDE
(169,125,222)
#B791E2
(183,145,226)
#C5A5E6
(197,165,230)
#D3B9EA
(211,185,234)
#E1CDEE
(225,205,238)
#EFE1F2
(239,225,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6319CA color. Also use rgb(99,25,202) instead hex code.

Text Font Color

.myTextColor { color: #6319CA; }

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

This text font color is #6319CA.


Background Color

.myBgColor { background-color: #6319CA; }

<div style="background-color:#6319CA">Inner text</div>

This div background color is #6319CA.


Border color

.myBorderColor { border: 1px solid #6319CA; }

<div style="border:3px solid #6319CA">Div</div>

This div border color is #6319CA.


Opacity

.myOpacity80 { color: #6319CA; opacity: 0.8; }

<p style="color:#6319CA;opacity:0.8;">80%</p>

Text with #6319CA 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 #6319CA;}

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

This text has shadow with #6319CA color.

.textShadow {text-shadow: 3px 3px 1px #6319CA, 3px 3px 1px red;}

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

This text has shadow with #6319CA primary color and red secondary color.


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

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

This text has shadow with #6319CA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6319CA on black background.


Color preview on white background

This text has color #6319CA on white background.



Black color preview on #6319CA background

This text has black color on #6319CA background.


White color preview on #6319CA background

This text has white color on #6319CA background.