COLOR #6376E9

HEX: #6376E9
RGB: (99,118,233)

Color info

#6376E9 contains mainly blue color. Web safe color of #6376E9 is #6666FF (or #66F).

RGB color model

#6376E9 color RGB value is (99,118,233).

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

RGB channels and saturation

R 99 of 255 = 39%
G 118 of 255 = 46%
B 233 of 255 = 91%

99
118
233

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

Portions of RGB colors in percentages

R + G + B =
99 + 118 + 233 = 450 (100%)
R 99 of 450 ~ 22%
G 118 of 450 ~ 26.22%
B 233 of 450 ~ 51.78%

%22
%26.22
%51.78

CMYK color model

#6376E9 color CMYK value is (58,49,0,9).

  • cyan value is 57.51%
  • magenta value is 49.36%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(58,49,0,9)
C58M49Y0K9 
(58%,49%,0%,9%)
(0.58/0.49/0.00/0.09)	

CMYK percentages

%57.51
%49.36
%0
%8.63

Codes

Color #6376E9 in popluar color models

6376E9
RGB99118233
HSL231°75.28%65.10%
HSB/HSV231°57.51%91.37%
CMYK57.51%49.36%0.00%
8.63%

Color #6376E9 in popluar number systems.

HEX6376E9
Decimal99118233
Binary1100011111011011101001
Octal143166351

Shades and tints

Shades of #6376E9

#6376E9
(99,118,233)
#5A6CD4
(90,108,212)
#5162BF
(81,98,191)
#4858AA
(72,88,170)
#3F4E95
(63,78,149)
#364480
(54,68,128)
#2D3A6B
(45,58,107)
#243056
(36,48,86)
#1B2641
(27,38,65)
#121C2C
(18,28,44)
#091217
(9,18,23)
#000000
(0,0,0)

Tints of #6376E9

#6376E9
(99,118,233)
#7182EB
(113,130,235)
#7F8EED
(127,142,237)
#8D9AEF
(141,154,239)
#9BA6F1
(155,166,241)
#A9B2F3
(169,178,243)
#B7BEF5
(183,190,245)
#C5CAF7
(197,202,247)
#D3D6F9
(211,214,249)
#E1E2FB
(225,226,251)
#EFEEFD
(239,238,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6376E9; }

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

This text font color is #6376E9.


Background Color

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

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

This div background color is #6376E9.


Border color

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

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

This div border color is #6376E9.


Opacity

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

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

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

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

This text has shadow with #6376E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6376E9 on black background.


Color preview on white background

This text has color #6376E9 on white background.



Black color preview on #6376E9 background

This text has black color on #6376E9 background.


White color preview on #6376E9 background

This text has white color on #6376E9 background.