COLOR #6381D7

HEX: #6381D7
RGB: (99,129,215)

Color info

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

RGB color model

#6381D7 color RGB value is (99,129,215).

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

RGB channels and saturation

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

99
129
215

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

Portions of RGB colors in percentages

R + G + B =
99 + 129 + 215 = 443 (100%)
R 99 of 443 ~ 22.35%
G 129 of 443 ~ 29.12%
B 215 of 443 ~ 48.53%

%22.35
%29.12
%48.53

CMYK color model

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

  • cyan value is 53.95%
  • magenta value is 40.00%
  • 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
%40
%0
%15.69

Codes

Color #6381D7 in popluar color models

6381D7
RGB99129215
HSL224°59.18%61.57%
HSB/HSV224°53.95%84.31%
CMYK53.95%40.00%0.00%
15.69%

Color #6381D7 in popluar number systems.

HEX6381D7
Decimal99129215
Binary11000111000000111010111
Octal143201327

Shades and tints

Shades of #6381D7

#6381D7
(99,129,215)
#5A76C4
(90,118,196)
#516BB1
(81,107,177)
#48609E
(72,96,158)
#3F558B
(63,85,139)
#364A78
(54,74,120)
#2D3F65
(45,63,101)
#243452
(36,52,82)
#1B293F
(27,41,63)
#121E2C
(18,30,44)
#091319
(9,19,25)
#000000
(0,0,0)

Tints of #6381D7

#6381D7
(99,129,215)
#718CDA
(113,140,218)
#7F97DD
(127,151,221)
#8DA2E0
(141,162,224)
#9BADE3
(155,173,227)
#A9B8E6
(169,184,230)
#B7C3E9
(183,195,233)
#C5CEEC
(197,206,236)
#D3D9EF
(211,217,239)
#E1E4F2
(225,228,242)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6381D7; }

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

This text font color is #6381D7.


Background Color

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

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

This div background color is #6381D7.


Border color

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

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

This div border color is #6381D7.


Opacity

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

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

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

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

This text has shadow with #6381D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6381D7 on black background.


Color preview on white background

This text has color #6381D7 on white background.



Black color preview on #6381D7 background

This text has black color on #6381D7 background.


White color preview on #6381D7 background

This text has white color on #6381D7 background.