COLOR #6383E5

HEX: #6383E5
RGB: (99,131,229)

Color info

#6383E5 contains mainly blue color. Web safe color of #6383E5 is #6699CC (or #69C).

RGB color model

#6383E5 color RGB value is (99,131,229).

  • red value is 99;
  • green value is 131;
  • blue value is 229.
RGB:
(99,131,229)
(39%,51%,90%)

RGB channels and saturation

R 99 of 255 = 39%
G 131 of 255 = 51%
B 229 of 255 = 90%

99
131
229

R + G + B ~ 60%. #6383E5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 131 + 229 = 459 (100%)
R 99 of 459 ~ 21.57%
G 131 of 459 ~ 28.54%
B 229 of 459 ~ 49.89%

%21.57
%28.54
%49.89

CMYK color model

#6383E5 color CMYK value is (57,43,0,10).

  • cyan value is 56.77%
  • magenta value is 42.79%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(57,43,0,10)
C57M43Y0K10 
(57%,43%,0%,10%)
(0.57/0.43/0.00/0.10)	

CMYK percentages

%56.77
%42.79
%0
%10.2

Codes

Color #6383E5 in popluar color models

6383E5
RGB99131229
HSL225°71.43%64.31%
HSB/HSV225°56.77%89.80%
CMYK56.77%42.79%0.00%
10.20%

Color #6383E5 in popluar number systems.

HEX6383E5
Decimal99131229
Binary11000111000001111100101
Octal143203345

Shades and tints

Shades of #6383E5

#6383E5
(99,131,229)
#5A78D1
(90,120,209)
#516DBD
(81,109,189)
#4862A9
(72,98,169)
#3F5795
(63,87,149)
#364C81
(54,76,129)
#2D416D
(45,65,109)
#243659
(36,54,89)
#1B2B45
(27,43,69)
#122031
(18,32,49)
#09151D
(9,21,29)
#000000
(0,0,0)

Tints of #6383E5

#6383E5
(99,131,229)
#718EE7
(113,142,231)
#7F99E9
(127,153,233)
#8DA4EB
(141,164,235)
#9BAFED
(155,175,237)
#A9BAEF
(169,186,239)
#B7C5F1
(183,197,241)
#C5D0F3
(197,208,243)
#D3DBF5
(211,219,245)
#E1E6F7
(225,230,247)
#EFF1F9
(239,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6383E5 color. Also use rgb(99,131,229) instead hex code.

Text Font Color

.myTextColor { color: #6383E5; }

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

This text font color is #6383E5.


Background Color

.myBgColor { background-color: #6383E5; }

<div style="background-color:#6383E5">Inner text</div>

This div background color is #6383E5.


Border color

.myBorderColor { border: 1px solid #6383E5; }

<div style="border:3px solid #6383E5">Div</div>

This div border color is #6383E5.


Opacity

.myOpacity80 { color: #6383E5; opacity: 0.8; }

<p style="color:#6383E5;opacity:0.8;">80%</p>

Text with #6383E5 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 #6383E5;}

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

This text has shadow with #6383E5 color.

.textShadow {text-shadow: 3px 3px 1px #6383E5, 3px 3px 1px red;}

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

This text has shadow with #6383E5 primary color and red secondary color.


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

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

This text has shadow with #6383E5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6383E5 on black background.


Color preview on white background

This text has color #6383E5 on white background.



Black color preview on #6383E5 background

This text has black color on #6383E5 background.


White color preview on #6383E5 background

This text has white color on #6383E5 background.