COLOR #6377A3

HEX: #6377A3
RGB: (99,119,163)

Color info

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

RGB color model

#6377A3 color RGB value is (99,119,163).

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

RGB channels and saturation

R 99 of 255 = 39%
G 119 of 255 = 47%
B 163 of 255 = 64%

99
119
163

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

Portions of RGB colors in percentages

R + G + B =
99 + 119 + 163 = 381 (100%)
R 99 of 381 ~ 25.98%
G 119 of 381 ~ 31.23%
B 163 of 381 ~ 42.78%

%25.98
%31.23
%42.78

CMYK color model

#6377A3 color CMYK value is (39,27,0,36).

  • cyan value is 39.26%
  • magenta value is 26.99%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(39,27,0,36)
C39M27Y0K36 
(39%,27%,0%,36%)
(0.39/0.27/0.00/0.36)	

CMYK percentages

%39.26
%26.99
%0
%36.08

Codes

Color #6377A3 in popluar color models

6377A3
RGB99119163
HSL221°25.81%51.37%
HSB/HSV221°39.26%63.92%
CMYK39.26%26.99%0.00%
36.08%

Color #6377A3 in popluar number systems.

HEX6377A3
Decimal99119163
Binary1100011111011110100011
Octal143167243

Shades and tints

Shades of #6377A3

#6377A3
(99,119,163)
#5A6D95
(90,109,149)
#516387
(81,99,135)
#485979
(72,89,121)
#3F4F6B
(63,79,107)
#36455D
(54,69,93)
#2D3B4F
(45,59,79)
#243141
(36,49,65)
#1B2733
(27,39,51)
#121D25
(18,29,37)
#091317
(9,19,23)
#000000
(0,0,0)

Tints of #6377A3

#6377A3
(99,119,163)
#7183AB
(113,131,171)
#7F8FB3
(127,143,179)
#8D9BBB
(141,155,187)
#9BA7C3
(155,167,195)
#A9B3CB
(169,179,203)
#B7BFD3
(183,191,211)
#C5CBDB
(197,203,219)
#D3D7E3
(211,215,227)
#E1E3EB
(225,227,235)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6377A3; }

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

This text font color is #6377A3.


Background Color

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

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

This div background color is #6377A3.


Border color

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

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

This div border color is #6377A3.


Opacity

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

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

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

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

This text has shadow with #6377A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6377A3 on black background.


Color preview on white background

This text has color #6377A3 on white background.



Black color preview on #6377A3 background

This text has black color on #6377A3 background.


White color preview on #6377A3 background

This text has white color on #6377A3 background.