COLOR #6357FA

HEX: #6357FA
RGB: (99,87,250)

Color info

#6357FA contains mainly blue color. Web safe color of #6357FA is #6666FF (or #66F).

RGB color model

#6357FA color RGB value is (99,87,250).

  • red value is 99;
  • green value is 87;
  • blue value is 250.
RGB:
(99,87,250)
(39%,34%,98%)

RGB channels and saturation

R 99 of 255 = 39%
G 87 of 255 = 34%
B 250 of 255 = 98%

99
87
250

R + G + B ~ 57%. #6357FA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 87 + 250 = 436 (100%)
R 99 of 436 ~ 22.71%
G 87 of 436 ~ 19.95%
B 250 of 436 ~ 57.34%

%22.71
%19.95
%57.34

CMYK color model

#6357FA color CMYK value is (60,65,0,2).

  • cyan value is 60.40%
  • magenta value is 65.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(60,65,0,2)
C60M65Y0K2 
(60%,65%,0%,2%)
(0.60/0.65/0.00/0.02)	

CMYK percentages

%60.4
%65.2
%0
%1.96

Codes

Color #6357FA in popluar color models

6357FA
RGB9987250
HSL244°94.22%66.08%
HSB/HSV244°65.20%98.04%
CMYK60.40%65.20%0.00%
1.96%

Color #6357FA in popluar number systems.

HEX6357FA
Decimal9987250
Binary1100011101011111111010
Octal143127372

Shades and tints

Shades of #6357FA

#6357FA
(99,87,250)
#5A50E4
(90,80,228)
#5149CE
(81,73,206)
#4842B8
(72,66,184)
#3F3BA2
(63,59,162)
#36348C
(54,52,140)
#2D2D76
(45,45,118)
#242660
(36,38,96)
#1B1F4A
(27,31,74)
#121834
(18,24,52)
#09111E
(9,17,30)
#000000
(0,0,0)

Tints of #6357FA

#6357FA
(99,87,250)
#7166FA
(113,102,250)
#7F75FA
(127,117,250)
#8D84FA
(141,132,250)
#9B93FA
(155,147,250)
#A9A2FA
(169,162,250)
#B7B1FA
(183,177,250)
#C5C0FA
(197,192,250)
#D3CFFA
(211,207,250)
#E1DEFA
(225,222,250)
#EFEDFA
(239,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6357FA color. Also use rgb(99,87,250) instead hex code.

Text Font Color

.myTextColor { color: #6357FA; }

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

This text font color is #6357FA.


Background Color

.myBgColor { background-color: #6357FA; }

<div style="background-color:#6357FA">Inner text</div>

This div background color is #6357FA.


Border color

.myBorderColor { border: 1px solid #6357FA; }

<div style="border:3px solid #6357FA">Div</div>

This div border color is #6357FA.


Opacity

.myOpacity80 { color: #6357FA; opacity: 0.8; }

<p style="color:#6357FA;opacity:0.8;">80%</p>

Text with #6357FA 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 #6357FA;}

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

This text has shadow with #6357FA color.

.textShadow {text-shadow: 3px 3px 1px #6357FA, 3px 3px 1px red;}

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

This text has shadow with #6357FA primary color and red secondary color.


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

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

This text has shadow with #6357FA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6357FA on black background.


Color preview on white background

This text has color #6357FA on white background.



Black color preview on #6357FA background

This text has black color on #6357FA background.


White color preview on #6357FA background

This text has white color on #6357FA background.