COLOR #6376E0

HEX: #6376E0
RGB: (99,118,224)

Color info

#6376E0 contains mainly blue color. Web safe color of #6376E0 is #6666CC (or #66C).

RGB color model

#6376E0 color RGB value is (99,118,224).

  • red value is 99;
  • green value is 118;
  • blue value is 224.
RGB:
(99,118,224)
(39%,46%,88%)

RGB channels and saturation

R 99 of 255 = 39%
G 118 of 255 = 46%
B 224 of 255 = 88%

99
118
224

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

Portions of RGB colors in percentages

R + G + B =
99 + 118 + 224 = 441 (100%)
R 99 of 441 ~ 22.45%
G 118 of 441 ~ 26.76%
B 224 of 441 ~ 50.79%

%22.45
%26.76
%50.79

CMYK color model

#6376E0 color CMYK value is (56,47,0,12).

  • cyan value is 55.80%
  • magenta value is 47.32%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(56,47,0,12)
C56M47Y0K12 
(56%,47%,0%,12%)
(0.56/0.47/0.00/0.12)	

CMYK percentages

%55.8
%47.32
%0
%12.16

Codes

Color #6376E0 in popluar color models

6376E0
RGB99118224
HSL231°66.84%63.33%
HSB/HSV231°55.80%87.84%
CMYK55.80%47.32%0.00%
12.16%

Color #6376E0 in popluar number systems.

HEX6376E0
Decimal99118224
Binary1100011111011011100000
Octal143166340

Shades and tints

Shades of #6376E0

#6376E0
(99,118,224)
#5A6CCC
(90,108,204)
#5162B8
(81,98,184)
#4858A4
(72,88,164)
#3F4E90
(63,78,144)
#36447C
(54,68,124)
#2D3A68
(45,58,104)
#243054
(36,48,84)
#1B2640
(27,38,64)
#121C2C
(18,28,44)
#091218
(9,18,24)
#000000
(0,0,0)

Tints of #6376E0

#6376E0
(99,118,224)
#7182E2
(113,130,226)
#7F8EE4
(127,142,228)
#8D9AE6
(141,154,230)
#9BA6E8
(155,166,232)
#A9B2EA
(169,178,234)
#B7BEEC
(183,190,236)
#C5CAEE
(197,202,238)
#D3D6F0
(211,214,240)
#E1E2F2
(225,226,242)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6376E0 color. Also use rgb(99,118,224) instead hex code.

Text Font Color

.myTextColor { color: #6376E0; }

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

This text font color is #6376E0.


Background Color

.myBgColor { background-color: #6376E0; }

<div style="background-color:#6376E0">Inner text</div>

This div background color is #6376E0.


Border color

.myBorderColor { border: 1px solid #6376E0; }

<div style="border:3px solid #6376E0">Div</div>

This div border color is #6376E0.


Opacity

.myOpacity80 { color: #6376E0; opacity: 0.8; }

<p style="color:#6376E0;opacity:0.8;">80%</p>

Text with #6376E0 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 #6376E0;}

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

This text has shadow with #6376E0 color.

.textShadow {text-shadow: 3px 3px 1px #6376E0, 3px 3px 1px red;}

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

This text has shadow with #6376E0 primary color and red secondary color.


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

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

This text has shadow with #6376E0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6376E0 on black background.


Color preview on white background

This text has color #6376E0 on white background.



Black color preview on #6376E0 background

This text has black color on #6376E0 background.


White color preview on #6376E0 background

This text has white color on #6376E0 background.