COLOR #6363B3

HEX: #6363B3
RGB: (99,99,179)

Color info

#6363B3 contains mainly blue color. Web safe color of #6363B3 is #666699 (or #669).

RGB color model

#6363B3 color RGB value is (99,99,179).

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

RGB channels and saturation

R 99 of 255 = 39%
G 99 of 255 = 39%
B 179 of 255 = 70%

99
99
179

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

Portions of RGB colors in percentages

R + G + B =
99 + 99 + 179 = 377 (100%)
R 99 of 377 ~ 26.26%
G 99 of 377 ~ 26.26%
B 179 of 377 ~ 47.48%

%26.26
%26.26
%47.48

CMYK color model

#6363B3 color CMYK value is (45,45,0,30).

  • cyan value is 44.69%
  • magenta value is 44.69%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(45,45,0,30)
C45M45Y0K30 
(45%,45%,0%,30%)
(0.45/0.45/0.00/0.30)	

CMYK percentages

%44.69
%44.69
%0
%29.8

Codes

Color #6363B3 in popluar color models

6363B3
RGB9999179
HSL240°34.48%54.51%
HSB/HSV240°44.69%70.20%
CMYK44.69%44.69%0.00%
29.80%

Color #6363B3 in popluar number systems.

HEX6363B3
Decimal9999179
Binary1100011110001110110011
Octal143143263

Shades and tints

Shades of #6363B3

#6363B3
(99,99,179)
#5A5AA3
(90,90,163)
#515193
(81,81,147)
#484883
(72,72,131)
#3F3F73
(63,63,115)
#363663
(54,54,99)
#2D2D53
(45,45,83)
#242443
(36,36,67)
#1B1B33
(27,27,51)
#121223
(18,18,35)
#090913
(9,9,19)
#000000
(0,0,0)

Tints of #6363B3

#6363B3
(99,99,179)
#7171B9
(113,113,185)
#7F7FBF
(127,127,191)
#8D8DC5
(141,141,197)
#9B9BCB
(155,155,203)
#A9A9D1
(169,169,209)
#B7B7D7
(183,183,215)
#C5C5DD
(197,197,221)
#D3D3E3
(211,211,227)
#E1E1E9
(225,225,233)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6363B3; }

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

This text font color is #6363B3.


Background Color

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

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

This div background color is #6363B3.


Border color

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

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

This div border color is #6363B3.


Opacity

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

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

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

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

This text has shadow with #6363B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6363B3 on black background.


Color preview on white background

This text has color #6363B3 on white background.



Black color preview on #6363B3 background

This text has black color on #6363B3 background.


White color preview on #6363B3 background

This text has white color on #6363B3 background.