COLOR #6382D7

HEX: #6382D7
RGB: (99,130,215)

Color info

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

RGB color model

#6382D7 color RGB value is (99,130,215).

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

RGB channels and saturation

R 99 of 255 = 39%
G 130 of 255 = 51%
B 215 of 255 = 84%

99
130
215

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

Portions of RGB colors in percentages

R + G + B =
99 + 130 + 215 = 444 (100%)
R 99 of 444 ~ 22.3%
G 130 of 444 ~ 29.28%
B 215 of 444 ~ 48.42%

%22.3
%29.28
%48.42

CMYK color model

#6382D7 color CMYK value is (54,40,0,16).

  • cyan value is 53.95%
  • magenta value is 39.53%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(54,40,0,16)
C54M40Y0K16 
(54%,40%,0%,16%)
(0.54/0.40/0.00/0.16)	

CMYK percentages

%53.95
%39.53
%0
%15.69

Codes

Color #6382D7 in popluar color models

6382D7
RGB99130215
HSL224°59.18%61.57%
HSB/HSV224°53.95%84.31%
CMYK53.95%39.53%0.00%
15.69%

Color #6382D7 in popluar number systems.

HEX6382D7
Decimal99130215
Binary11000111000001011010111
Octal143202327

Shades and tints

Shades of #6382D7

#6382D7
(99,130,215)
#5A77C4
(90,119,196)
#516CB1
(81,108,177)
#48619E
(72,97,158)
#3F568B
(63,86,139)
#364B78
(54,75,120)
#2D4065
(45,64,101)
#243552
(36,53,82)
#1B2A3F
(27,42,63)
#121F2C
(18,31,44)
#091419
(9,20,25)
#000000
(0,0,0)

Tints of #6382D7

#6382D7
(99,130,215)
#718DDA
(113,141,218)
#7F98DD
(127,152,221)
#8DA3E0
(141,163,224)
#9BAEE3
(155,174,227)
#A9B9E6
(169,185,230)
#B7C4E9
(183,196,233)
#C5CFEC
(197,207,236)
#D3DAEF
(211,218,239)
#E1E5F2
(225,229,242)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6382D7; }

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

This text font color is #6382D7.


Background Color

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

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

This div background color is #6382D7.


Border color

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

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

This div border color is #6382D7.


Opacity

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

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

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

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

This text has shadow with #6382D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6382D7 on black background.


Color preview on white background

This text has color #6382D7 on white background.



Black color preview on #6382D7 background

This text has black color on #6382D7 background.


White color preview on #6382D7 background

This text has white color on #6382D7 background.