COLOR #6347FF

HEX: #6347FF
RGB: (99,71,255)

Color info

#6347FF contains mainly blue color. Web safe color of #6347FF is #6633FF (or #63F).

RGB color model

#6347FF color RGB value is (99,71,255).

  • red value is 99;
  • green value is 71;
  • blue value is 255.
RGB:
(99,71,255)
(39%,28%,100%)

RGB channels and saturation

R 99 of 255 = 39%
G 71 of 255 = 28%
B 255 of 255 = 100%

99
71
255

R + G + B ~ 56%. #6347FF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 71 + 255 = 425 (100%)
R 99 of 425 ~ 23.29%
G 71 of 425 ~ 16.71%
B 255 of 425 ~ 60%

%23.29
%16.71
%60

CMYK color model

#6347FF color CMYK value is (61,72,0,0).

  • cyan value is 61.18%
  • magenta value is 72.16%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(61,72,0,0)
C61M72Y0K0 
(61%,72%,0%,0%)
(0.61/0.72/0.00/0.00)	

CMYK percentages

%61.18
%72.16
%0
%0

Codes

Color #6347FF in popluar color models

6347FF
RGB9971255
HSL249°100.00%63.92%
HSB/HSV249°72.16%100.00%
CMYK61.18%72.16%0.00%
0.00%

Color #6347FF in popluar number systems.

HEX6347FF
Decimal9971255
Binary1100011100011111111111
Octal143107377

Shades and tints

Shades of #6347FF

#6347FF
(99,71,255)
#5A41E8
(90,65,232)
#513BD1
(81,59,209)
#4835BA
(72,53,186)
#3F2FA3
(63,47,163)
#36298C
(54,41,140)
#2D2375
(45,35,117)
#241D5E
(36,29,94)
#1B1747
(27,23,71)
#121130
(18,17,48)
#090B19
(9,11,25)
#000000
(0,0,0)

Tints of #6347FF

#6347FF
(99,71,255)
#7157FF
(113,87,255)
#7F67FF
(127,103,255)
#8D77FF
(141,119,255)
#9B87FF
(155,135,255)
#A997FF
(169,151,255)
#B7A7FF
(183,167,255)
#C5B7FF
(197,183,255)
#D3C7FF
(211,199,255)
#E1D7FF
(225,215,255)
#EFE7FF
(239,231,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6347FF color. Also use rgb(99,71,255) instead hex code.

Text Font Color

.myTextColor { color: #6347FF; }

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

This text font color is #6347FF.


Background Color

.myBgColor { background-color: #6347FF; }

<div style="background-color:#6347FF">Inner text</div>

This div background color is #6347FF.


Border color

.myBorderColor { border: 1px solid #6347FF; }

<div style="border:3px solid #6347FF">Div</div>

This div border color is #6347FF.


Opacity

.myOpacity80 { color: #6347FF; opacity: 0.8; }

<p style="color:#6347FF;opacity:0.8;">80%</p>

Text with #6347FF 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 #6347FF;}

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

This text has shadow with #6347FF color.

.textShadow {text-shadow: 3px 3px 1px #6347FF, 3px 3px 1px red;}

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

This text has shadow with #6347FF primary color and red secondary color.


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

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

This text has shadow with #6347FF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6347FF on black background.


Color preview on white background

This text has color #6347FF on white background.



Black color preview on #6347FF background

This text has black color on #6347FF background.


White color preview on #6347FF background

This text has white color on #6347FF background.