COLOR #6373A6

HEX: #6373A6
RGB: (99,115,166)

Color info

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

RGB color model

#6373A6 color RGB value is (99,115,166).

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

RGB channels and saturation

R 99 of 255 = 39%
G 115 of 255 = 45%
B 166 of 255 = 65%

99
115
166

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

Portions of RGB colors in percentages

R + G + B =
99 + 115 + 166 = 380 (100%)
R 99 of 380 ~ 26.05%
G 115 of 380 ~ 30.26%
B 166 of 380 ~ 43.68%

%26.05
%30.26
%43.68

CMYK color model

#6373A6 color CMYK value is (40,31,0,35).

  • cyan value is 40.36%
  • magenta value is 30.72%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(40,31,0,35)
C40M31Y0K35 
(40%,31%,0%,35%)
(0.40/0.31/0.00/0.35)	

CMYK percentages

%40.36
%30.72
%0
%34.9

Codes

Color #6373A6 in popluar color models

6373A6
RGB99115166
HSL226°27.35%51.96%
HSB/HSV226°40.36%65.10%
CMYK40.36%30.72%0.00%
34.90%

Color #6373A6 in popluar number systems.

HEX6373A6
Decimal99115166
Binary1100011111001110100110
Octal143163246

Shades and tints

Shades of #6373A6

#6373A6
(99,115,166)
#5A6997
(90,105,151)
#515F88
(81,95,136)
#485579
(72,85,121)
#3F4B6A
(63,75,106)
#36415B
(54,65,91)
#2D374C
(45,55,76)
#242D3D
(36,45,61)
#1B232E
(27,35,46)
#12191F
(18,25,31)
#090F10
(9,15,16)
#000000
(0,0,0)

Tints of #6373A6

#6373A6
(99,115,166)
#717FAE
(113,127,174)
#7F8BB6
(127,139,182)
#8D97BE
(141,151,190)
#9BA3C6
(155,163,198)
#A9AFCE
(169,175,206)
#B7BBD6
(183,187,214)
#C5C7DE
(197,199,222)
#D3D3E6
(211,211,230)
#E1DFEE
(225,223,238)
#EFEBF6
(239,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6373A6; }

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

This text font color is #6373A6.


Background Color

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

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

This div background color is #6373A6.


Border color

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

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

This div border color is #6373A6.


Opacity

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

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

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

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

This text has shadow with #6373A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6373A6 on black background.


Color preview on white background

This text has color #6373A6 on white background.



Black color preview on #6373A6 background

This text has black color on #6373A6 background.


White color preview on #6373A6 background

This text has white color on #6373A6 background.