COLOR #6376A3

HEX: #6376A3
RGB: (99,118,163)

Color info

#6376A3 contains mainly green and blue colors. Web safe color of #6376A3 is #666699 (or #669).

RGB color model

#6376A3 color RGB value is (99,118,163).

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

RGB channels and saturation

R 99 of 255 = 39%
G 118 of 255 = 46%
B 163 of 255 = 64%

99
118
163

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

Portions of RGB colors in percentages

R + G + B =
99 + 118 + 163 = 380 (100%)
R 99 of 380 ~ 26.05%
G 118 of 380 ~ 31.05%
B 163 of 380 ~ 42.89%

%26.05
%31.05
%42.89

CMYK color model

#6376A3 color CMYK value is (39,28,0,36).

  • cyan value is 39.26%
  • magenta value is 27.61%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(39,28,0,36)
C39M28Y0K36 
(39%,28%,0%,36%)
(0.39/0.28/0.00/0.36)	

CMYK percentages

%39.26
%27.61
%0
%36.08

Codes

Color #6376A3 in popluar color models

6376A3
RGB99118163
HSL222°25.81%51.37%
HSB/HSV222°39.26%63.92%
CMYK39.26%27.61%0.00%
36.08%

Color #6376A3 in popluar number systems.

HEX6376A3
Decimal99118163
Binary1100011111011010100011
Octal143166243

Shades and tints

Shades of #6376A3

#6376A3
(99,118,163)
#5A6C95
(90,108,149)
#516287
(81,98,135)
#485879
(72,88,121)
#3F4E6B
(63,78,107)
#36445D
(54,68,93)
#2D3A4F
(45,58,79)
#243041
(36,48,65)
#1B2633
(27,38,51)
#121C25
(18,28,37)
#091217
(9,18,23)
#000000
(0,0,0)

Tints of #6376A3

#6376A3
(99,118,163)
#7182AB
(113,130,171)
#7F8EB3
(127,142,179)
#8D9ABB
(141,154,187)
#9BA6C3
(155,166,195)
#A9B2CB
(169,178,203)
#B7BED3
(183,190,211)
#C5CADB
(197,202,219)
#D3D6E3
(211,214,227)
#E1E2EB
(225,226,235)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6376A3; }

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

This text font color is #6376A3.


Background Color

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

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

This div background color is #6376A3.


Border color

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

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

This div border color is #6376A3.


Opacity

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

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

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

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

This text has shadow with #6376A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6376A3 on black background.


Color preview on white background

This text has color #6376A3 on white background.



Black color preview on #6376A3 background

This text has black color on #6376A3 background.


White color preview on #6376A3 background

This text has white color on #6376A3 background.