COLOR #6351E8

HEX: #6351E8
RGB: (99,81,232)

Color info

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

RGB color model

#6351E8 color RGB value is (99,81,232).

  • red value is 99;
  • green value is 81;
  • blue value is 232.
RGB:
(99,81,232)
(39%,32%,91%)

RGB channels and saturation

R 99 of 255 = 39%
G 81 of 255 = 32%
B 232 of 255 = 91%

99
81
232

R + G + B ~ 54%. #6351E8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 81 + 232 = 412 (100%)
R 99 of 412 ~ 24.03%
G 81 of 412 ~ 19.66%
B 232 of 412 ~ 56.31%

%24.03
%19.66
%56.31

CMYK color model

#6351E8 color CMYK value is (57,65,0,9).

  • cyan value is 57.33%
  • magenta value is 65.09%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(57,65,0,9)
C57M65Y0K9 
(57%,65%,0%,9%)
(0.57/0.65/0.00/0.09)	

CMYK percentages

%57.33
%65.09
%0
%9.02

Codes

Color #6351E8 in popluar color models

6351E8
RGB9981232
HSL247°76.65%61.37%
HSB/HSV247°65.09%90.98%
CMYK57.33%65.09%0.00%
9.02%

Color #6351E8 in popluar number systems.

HEX6351E8
Decimal9981232
Binary1100011101000111101000
Octal143121350

Shades and tints

Shades of #6351E8

#6351E8
(99,81,232)
#5A4AD3
(90,74,211)
#5143BE
(81,67,190)
#483CA9
(72,60,169)
#3F3594
(63,53,148)
#362E7F
(54,46,127)
#2D276A
(45,39,106)
#242055
(36,32,85)
#1B1940
(27,25,64)
#12122B
(18,18,43)
#090B16
(9,11,22)
#000000
(0,0,0)

Tints of #6351E8

#6351E8
(99,81,232)
#7160EA
(113,96,234)
#7F6FEC
(127,111,236)
#8D7EEE
(141,126,238)
#9B8DF0
(155,141,240)
#A99CF2
(169,156,242)
#B7ABF4
(183,171,244)
#C5BAF6
(197,186,246)
#D3C9F8
(211,201,248)
#E1D8FA
(225,216,250)
#EFE7FC
(239,231,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6351E8 color. Also use rgb(99,81,232) instead hex code.

Text Font Color

.myTextColor { color: #6351E8; }

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

This text font color is #6351E8.


Background Color

.myBgColor { background-color: #6351E8; }

<div style="background-color:#6351E8">Inner text</div>

This div background color is #6351E8.


Border color

.myBorderColor { border: 1px solid #6351E8; }

<div style="border:3px solid #6351E8">Div</div>

This div border color is #6351E8.


Opacity

.myOpacity80 { color: #6351E8; opacity: 0.8; }

<p style="color:#6351E8;opacity:0.8;">80%</p>

Text with #6351E8 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 #6351E8;}

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

This text has shadow with #6351E8 color.

.textShadow {text-shadow: 3px 3px 1px #6351E8, 3px 3px 1px red;}

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

This text has shadow with #6351E8 primary color and red secondary color.


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

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

This text has shadow with #6351E8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6351E8 on black background.


Color preview on white background

This text has color #6351E8 on white background.



Black color preview on #6351E8 background

This text has black color on #6351E8 background.


White color preview on #6351E8 background

This text has white color on #6351E8 background.