COLOR #6376BF

HEX: #6376BF
RGB: (99,118,191)

Color info

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

RGB color model

#6376BF color RGB value is (99,118,191).

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

RGB channels and saturation

R 99 of 255 = 39%
G 118 of 255 = 46%
B 191 of 255 = 75%

99
118
191

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

Portions of RGB colors in percentages

R + G + B =
99 + 118 + 191 = 408 (100%)
R 99 of 408 ~ 24.26%
G 118 of 408 ~ 28.92%
B 191 of 408 ~ 46.81%

%24.26
%28.92
%46.81

CMYK color model

#6376BF color CMYK value is (48,38,0,25).

  • cyan value is 48.17%
  • magenta value is 38.22%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(48,38,0,25)
C48M38Y0K25 
(48%,38%,0%,25%)
(0.48/0.38/0.00/0.25)	

CMYK percentages

%48.17
%38.22
%0
%25.1

Codes

Color #6376BF in popluar color models

6376BF
RGB99118191
HSL228°41.82%56.86%
HSB/HSV228°48.17%74.90%
CMYK48.17%38.22%0.00%
25.10%

Color #6376BF in popluar number systems.

HEX6376BF
Decimal99118191
Binary1100011111011010111111
Octal143166277

Shades and tints

Shades of #6376BF

#6376BF
(99,118,191)
#5A6CAE
(90,108,174)
#51629D
(81,98,157)
#48588C
(72,88,140)
#3F4E7B
(63,78,123)
#36446A
(54,68,106)
#2D3A59
(45,58,89)
#243048
(36,48,72)
#1B2637
(27,38,55)
#121C26
(18,28,38)
#091215
(9,18,21)
#000000
(0,0,0)

Tints of #6376BF

#6376BF
(99,118,191)
#7182C4
(113,130,196)
#7F8EC9
(127,142,201)
#8D9ACE
(141,154,206)
#9BA6D3
(155,166,211)
#A9B2D8
(169,178,216)
#B7BEDD
(183,190,221)
#C5CAE2
(197,202,226)
#D3D6E7
(211,214,231)
#E1E2EC
(225,226,236)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6376BF; }

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

This text font color is #6376BF.


Background Color

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

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

This div background color is #6376BF.


Border color

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

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

This div border color is #6376BF.


Opacity

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

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

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

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

This text has shadow with #6376BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6376BF on black background.


Color preview on white background

This text has color #6376BF on white background.



Black color preview on #6376BF background

This text has black color on #6376BF background.


White color preview on #6376BF background

This text has white color on #6376BF background.