COLOR #6363EE

HEX: #6363EE
RGB: (99,99,238)

Color info

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

RGB color model

#6363EE color RGB value is (99,99,238).

  • red value is 99;
  • green value is 99;
  • blue value is 238.
RGB:
(99,99,238)
(39%,39%,93%)

RGB channels and saturation

R 99 of 255 = 39%
G 99 of 255 = 39%
B 238 of 255 = 93%

99
99
238

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

Portions of RGB colors in percentages

R + G + B =
99 + 99 + 238 = 436 (100%)
R 99 of 436 ~ 22.71%
G 99 of 436 ~ 22.71%
B 238 of 436 ~ 54.59%

%22.71
%22.71
%54.59

CMYK color model

#6363EE color CMYK value is (58,58,0,7).

  • cyan value is 58.40%
  • magenta value is 58.40%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(58,58,0,7)
C58M58Y0K7 
(58%,58%,0%,7%)
(0.58/0.58/0.00/0.07)	

CMYK percentages

%58.4
%58.4
%0
%6.67

Codes

Color #6363EE in popluar color models

6363EE
RGB9999238
HSL240°80.35%66.08%
HSB/HSV240°58.40%93.33%
CMYK58.40%58.40%0.00%
6.67%

Color #6363EE in popluar number systems.

HEX6363EE
Decimal9999238
Binary1100011110001111101110
Octal143143356

Shades and tints

Shades of #6363EE

#6363EE
(99,99,238)
#5A5AD9
(90,90,217)
#5151C4
(81,81,196)
#4848AF
(72,72,175)
#3F3F9A
(63,63,154)
#363685
(54,54,133)
#2D2D70
(45,45,112)
#24245B
(36,36,91)
#1B1B46
(27,27,70)
#121231
(18,18,49)
#09091C
(9,9,28)
#000000
(0,0,0)

Tints of #6363EE

#6363EE
(99,99,238)
#7171EF
(113,113,239)
#7F7FF0
(127,127,240)
#8D8DF1
(141,141,241)
#9B9BF2
(155,155,242)
#A9A9F3
(169,169,243)
#B7B7F4
(183,183,244)
#C5C5F5
(197,197,245)
#D3D3F6
(211,211,246)
#E1E1F7
(225,225,247)
#EFEFF8
(239,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6363EE color. Also use rgb(99,99,238) instead hex code.

Text Font Color

.myTextColor { color: #6363EE; }

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

This text font color is #6363EE.


Background Color

.myBgColor { background-color: #6363EE; }

<div style="background-color:#6363EE">Inner text</div>

This div background color is #6363EE.


Border color

.myBorderColor { border: 1px solid #6363EE; }

<div style="border:3px solid #6363EE">Div</div>

This div border color is #6363EE.


Opacity

.myOpacity80 { color: #6363EE; opacity: 0.8; }

<p style="color:#6363EE;opacity:0.8;">80%</p>

Text with #6363EE 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 #6363EE;}

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

This text has shadow with #6363EE color.

.textShadow {text-shadow: 3px 3px 1px #6363EE, 3px 3px 1px red;}

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

This text has shadow with #6363EE primary color and red secondary color.


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

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

This text has shadow with #6363EE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6363EE on black background.


Color preview on white background

This text has color #6363EE on white background.



Black color preview on #6363EE background

This text has black color on #6363EE background.


White color preview on #6363EE background

This text has white color on #6363EE background.