COLOR #6357A3

HEX: #6357A3
RGB: (99,87,163)

Color info

#6357A3 contains mainly blue color. Web safe color of #6357A3 is #666699 (or #669).

RGB color model

#6357A3 color RGB value is (99,87,163).

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

RGB channels and saturation

R 99 of 255 = 39%
G 87 of 255 = 34%
B 163 of 255 = 64%

99
87
163

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

Portions of RGB colors in percentages

R + G + B =
99 + 87 + 163 = 349 (100%)
R 99 of 349 ~ 28.37%
G 87 of 349 ~ 24.93%
B 163 of 349 ~ 46.7%

%28.37
%24.93
%46.7

CMYK color model

#6357A3 color CMYK value is (39,47,0,36).

  • cyan value is 39.26%
  • magenta value is 46.63%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(39,47,0,36)
C39M47Y0K36 
(39%,47%,0%,36%)
(0.39/0.47/0.00/0.36)	

CMYK percentages

%39.26
%46.63
%0
%36.08

Codes

Color #6357A3 in popluar color models

6357A3
RGB9987163
HSL249°30.40%49.02%
HSB/HSV249°46.63%63.92%
CMYK39.26%46.63%0.00%
36.08%

Color #6357A3 in popluar number systems.

HEX6357A3
Decimal9987163
Binary1100011101011110100011
Octal143127243

Shades and tints

Shades of #6357A3

#6357A3
(99,87,163)
#5A5095
(90,80,149)
#514987
(81,73,135)
#484279
(72,66,121)
#3F3B6B
(63,59,107)
#36345D
(54,52,93)
#2D2D4F
(45,45,79)
#242641
(36,38,65)
#1B1F33
(27,31,51)
#121825
(18,24,37)
#091117
(9,17,23)
#000000
(0,0,0)

Tints of #6357A3

#6357A3
(99,87,163)
#7166AB
(113,102,171)
#7F75B3
(127,117,179)
#8D84BB
(141,132,187)
#9B93C3
(155,147,195)
#A9A2CB
(169,162,203)
#B7B1D3
(183,177,211)
#C5C0DB
(197,192,219)
#D3CFE3
(211,207,227)
#E1DEEB
(225,222,235)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6357A3; }

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

This text font color is #6357A3.


Background Color

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

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

This div background color is #6357A3.


Border color

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

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

This div border color is #6357A3.


Opacity

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

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

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

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

This text has shadow with #6357A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6357A3 on black background.


Color preview on white background

This text has color #6357A3 on white background.



Black color preview on #6357A3 background

This text has black color on #6357A3 background.


White color preview on #6357A3 background

This text has white color on #6357A3 background.