COLOR #6359FC

HEX: #6359FC
RGB: (99,89,252)

Color info

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

RGB color model

#6359FC color RGB value is (99,89,252).

  • red value is 99;
  • green value is 89;
  • blue value is 252.
RGB:
(99,89,252)
(39%,35%,99%)

RGB channels and saturation

R 99 of 255 = 39%
G 89 of 255 = 35%
B 252 of 255 = 99%

99
89
252

R + G + B ~ 58%. #6359FC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 89 + 252 = 440 (100%)
R 99 of 440 ~ 22.5%
G 89 of 440 ~ 20.23%
B 252 of 440 ~ 57.27%

%22.5
%20.23
%57.27

CMYK color model

#6359FC color CMYK value is (61,65,0,1).

  • cyan value is 60.71%
  • magenta value is 64.68%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(61,65,0,1)
C61M65Y0K1 
(61%,65%,0%,1%)
(0.61/0.65/0.00/0.01)	

CMYK percentages

%60.71
%64.68
%0
%1.18

Codes

Color #6359FC in popluar color models

6359FC
RGB9989252
HSL244°96.45%66.86%
HSB/HSV244°64.68%98.82%
CMYK60.71%64.68%0.00%
1.18%

Color #6359FC in popluar number systems.

HEX6359FC
Decimal9989252
Binary1100011101100111111100
Octal143131374

Shades and tints

Shades of #6359FC

#6359FC
(99,89,252)
#5A51E6
(90,81,230)
#5149D0
(81,73,208)
#4841BA
(72,65,186)
#3F39A4
(63,57,164)
#36318E
(54,49,142)
#2D2978
(45,41,120)
#242162
(36,33,98)
#1B194C
(27,25,76)
#121136
(18,17,54)
#090920
(9,9,32)
#000000
(0,0,0)

Tints of #6359FC

#6359FC
(99,89,252)
#7168FC
(113,104,252)
#7F77FC
(127,119,252)
#8D86FC
(141,134,252)
#9B95FC
(155,149,252)
#A9A4FC
(169,164,252)
#B7B3FC
(183,179,252)
#C5C2FC
(197,194,252)
#D3D1FC
(211,209,252)
#E1E0FC
(225,224,252)
#EFEFFC
(239,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6359FC color. Also use rgb(99,89,252) instead hex code.

Text Font Color

.myTextColor { color: #6359FC; }

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

This text font color is #6359FC.


Background Color

.myBgColor { background-color: #6359FC; }

<div style="background-color:#6359FC">Inner text</div>

This div background color is #6359FC.


Border color

.myBorderColor { border: 1px solid #6359FC; }

<div style="border:3px solid #6359FC">Div</div>

This div border color is #6359FC.


Opacity

.myOpacity80 { color: #6359FC; opacity: 0.8; }

<p style="color:#6359FC;opacity:0.8;">80%</p>

Text with #6359FC 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 #6359FC;}

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

This text has shadow with #6359FC color.

.textShadow {text-shadow: 3px 3px 1px #6359FC, 3px 3px 1px red;}

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

This text has shadow with #6359FC primary color and red secondary color.


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

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

This text has shadow with #6359FC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6359FC on black background.


Color preview on white background

This text has color #6359FC on white background.



Black color preview on #6359FC background

This text has black color on #6359FC background.


White color preview on #6359FC background

This text has white color on #6359FC background.