COLOR #6363B5

HEX: #6363B5
RGB: (99,99,181)

Color info

#6363B5 contains mainly blue color. Web safe color of #6363B5 is #6666CC (or #66C).

RGB color model

#6363B5 color RGB value is (99,99,181).

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

RGB channels and saturation

R 99 of 255 = 39%
G 99 of 255 = 39%
B 181 of 255 = 71%

99
99
181

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

Portions of RGB colors in percentages

R + G + B =
99 + 99 + 181 = 379 (100%)
R 99 of 379 ~ 26.12%
G 99 of 379 ~ 26.12%
B 181 of 379 ~ 47.76%

%26.12
%26.12
%47.76

CMYK color model

#6363B5 color CMYK value is (45,45,0,29).

  • cyan value is 45.30%
  • magenta value is 45.30%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(45,45,0,29)
C45M45Y0K29 
(45%,45%,0%,29%)
(0.45/0.45/0.00/0.29)	

CMYK percentages

%45.3
%45.3
%0
%29.02

Codes

Color #6363B5 in popluar color models

6363B5
RGB9999181
HSL240°35.65%54.90%
HSB/HSV240°45.30%70.98%
CMYK45.30%45.30%0.00%
29.02%

Color #6363B5 in popluar number systems.

HEX6363B5
Decimal9999181
Binary1100011110001110110101
Octal143143265

Shades and tints

Shades of #6363B5

#6363B5
(99,99,181)
#5A5AA5
(90,90,165)
#515195
(81,81,149)
#484885
(72,72,133)
#3F3F75
(63,63,117)
#363665
(54,54,101)
#2D2D55
(45,45,85)
#242445
(36,36,69)
#1B1B35
(27,27,53)
#121225
(18,18,37)
#090915
(9,9,21)
#000000
(0,0,0)

Tints of #6363B5

#6363B5
(99,99,181)
#7171BB
(113,113,187)
#7F7FC1
(127,127,193)
#8D8DC7
(141,141,199)
#9B9BCD
(155,155,205)
#A9A9D3
(169,169,211)
#B7B7D9
(183,183,217)
#C5C5DF
(197,197,223)
#D3D3E5
(211,211,229)
#E1E1EB
(225,225,235)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6363B5; }

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

This text font color is #6363B5.


Background Color

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

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

This div background color is #6363B5.


Border color

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

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

This div border color is #6363B5.


Opacity

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

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

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

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

This text has shadow with #6363B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6363B5 on black background.


Color preview on white background

This text has color #6363B5 on white background.



Black color preview on #6363B5 background

This text has black color on #6363B5 background.


White color preview on #6363B5 background

This text has white color on #6363B5 background.