COLOR #6382E1

HEX: #6382E1
RGB: (99,130,225)

Color info

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

RGB color model

#6382E1 color RGB value is (99,130,225).

  • red value is 99;
  • green value is 130;
  • blue value is 225.
RGB:
(99,130,225)
(39%,51%,88%)

RGB channels and saturation

R 99 of 255 = 39%
G 130 of 255 = 51%
B 225 of 255 = 88%

99
130
225

R + G + B ~ 59%. #6382E1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 130 + 225 = 454 (100%)
R 99 of 454 ~ 21.81%
G 130 of 454 ~ 28.63%
B 225 of 454 ~ 49.56%

%21.81
%28.63
%49.56

CMYK color model

#6382E1 color CMYK value is (56,42,0,12).

  • cyan value is 56.00%
  • magenta value is 42.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(56,42,0,12)
C56M42Y0K12 
(56%,42%,0%,12%)
(0.56/0.42/0.00/0.12)	

CMYK percentages

%56
%42.22
%0
%11.76

Codes

Color #6382E1 in popluar color models

6382E1
RGB99130225
HSL225°67.74%63.53%
HSB/HSV225°56.00%88.24%
CMYK56.00%42.22%0.00%
11.76%

Color #6382E1 in popluar number systems.

HEX6382E1
Decimal99130225
Binary11000111000001011100001
Octal143202341

Shades and tints

Shades of #6382E1

#6382E1
(99,130,225)
#5A77CD
(90,119,205)
#516CB9
(81,108,185)
#4861A5
(72,97,165)
#3F5691
(63,86,145)
#364B7D
(54,75,125)
#2D4069
(45,64,105)
#243555
(36,53,85)
#1B2A41
(27,42,65)
#121F2D
(18,31,45)
#091419
(9,20,25)
#000000
(0,0,0)

Tints of #6382E1

#6382E1
(99,130,225)
#718DE3
(113,141,227)
#7F98E5
(127,152,229)
#8DA3E7
(141,163,231)
#9BAEE9
(155,174,233)
#A9B9EB
(169,185,235)
#B7C4ED
(183,196,237)
#C5CFEF
(197,207,239)
#D3DAF1
(211,218,241)
#E1E5F3
(225,229,243)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6382E1 color. Also use rgb(99,130,225) instead hex code.

Text Font Color

.myTextColor { color: #6382E1; }

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

This text font color is #6382E1.


Background Color

.myBgColor { background-color: #6382E1; }

<div style="background-color:#6382E1">Inner text</div>

This div background color is #6382E1.


Border color

.myBorderColor { border: 1px solid #6382E1; }

<div style="border:3px solid #6382E1">Div</div>

This div border color is #6382E1.


Opacity

.myOpacity80 { color: #6382E1; opacity: 0.8; }

<p style="color:#6382E1;opacity:0.8;">80%</p>

Text with #6382E1 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 #6382E1;}

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

This text has shadow with #6382E1 color.

.textShadow {text-shadow: 3px 3px 1px #6382E1, 3px 3px 1px red;}

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

This text has shadow with #6382E1 primary color and red secondary color.


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

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

This text has shadow with #6382E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6382E1 on black background.


Color preview on white background

This text has color #6382E1 on white background.



Black color preview on #6382E1 background

This text has black color on #6382E1 background.


White color preview on #6382E1 background

This text has white color on #6382E1 background.