COLOR #6373A2

HEX: #6373A2
RGB: (99,115,162)

Color info

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

RGB color model

#6373A2 color RGB value is (99,115,162).

  • red value is 99;
  • green value is 115;
  • blue value is 162.
RGB:
(99,115,162)
(39%,45%,64%)

RGB channels and saturation

R 99 of 255 = 39%
G 115 of 255 = 45%
B 162 of 255 = 64%

99
115
162

R + G + B ~ 49%. #6373A2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 115 + 162 = 376 (100%)
R 99 of 376 ~ 26.33%
G 115 of 376 ~ 30.59%
B 162 of 376 ~ 43.09%

%26.33
%30.59
%43.09

CMYK color model

#6373A2 color CMYK value is (39,29,0,36).

  • cyan value is 38.89%
  • magenta value is 29.01%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(39,29,0,36)
C39M29Y0K36 
(39%,29%,0%,36%)
(0.39/0.29/0.00/0.36)	

CMYK percentages

%38.89
%29.01
%0
%36.47

Codes

Color #6373A2 in popluar color models

6373A2
RGB99115162
HSL225°25.30%51.18%
HSB/HSV225°38.89%63.53%
CMYK38.89%29.01%0.00%
36.47%

Color #6373A2 in popluar number systems.

HEX6373A2
Decimal99115162
Binary1100011111001110100010
Octal143163242

Shades and tints

Shades of #6373A2

#6373A2
(99,115,162)
#5A6994
(90,105,148)
#515F86
(81,95,134)
#485578
(72,85,120)
#3F4B6A
(63,75,106)
#36415C
(54,65,92)
#2D374E
(45,55,78)
#242D40
(36,45,64)
#1B2332
(27,35,50)
#121924
(18,25,36)
#090F16
(9,15,22)
#000000
(0,0,0)

Tints of #6373A2

#6373A2
(99,115,162)
#717FAA
(113,127,170)
#7F8BB2
(127,139,178)
#8D97BA
(141,151,186)
#9BA3C2
(155,163,194)
#A9AFCA
(169,175,202)
#B7BBD2
(183,187,210)
#C5C7DA
(197,199,218)
#D3D3E2
(211,211,226)
#E1DFEA
(225,223,234)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6373A2 color. Also use rgb(99,115,162) instead hex code.

Text Font Color

.myTextColor { color: #6373A2; }

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

This text font color is #6373A2.


Background Color

.myBgColor { background-color: #6373A2; }

<div style="background-color:#6373A2">Inner text</div>

This div background color is #6373A2.


Border color

.myBorderColor { border: 1px solid #6373A2; }

<div style="border:3px solid #6373A2">Div</div>

This div border color is #6373A2.


Opacity

.myOpacity80 { color: #6373A2; opacity: 0.8; }

<p style="color:#6373A2;opacity:0.8;">80%</p>

Text with #6373A2 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 #6373A2;}

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

This text has shadow with #6373A2 color.

.textShadow {text-shadow: 3px 3px 1px #6373A2, 3px 3px 1px red;}

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

This text has shadow with #6373A2 primary color and red secondary color.


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

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

This text has shadow with #6373A2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6373A2 on black background.


Color preview on white background

This text has color #6373A2 on white background.



Black color preview on #6373A2 background

This text has black color on #6373A2 background.


White color preview on #6373A2 background

This text has white color on #6373A2 background.