COLOR #6359A1

HEX: #6359A1
RGB: (99,89,161)

Color info

#6359A1 contains mainly blue color. Web safe color of #6359A1 is #666699 (or #669).

RGB color model

#6359A1 color RGB value is (99,89,161).

  • red value is 99;
  • green value is 89;
  • blue value is 161.
RGB:
(99,89,161)
(39%,35%,63%)

RGB channels and saturation

R 99 of 255 = 39%
G 89 of 255 = 35%
B 161 of 255 = 63%

99
89
161

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

Portions of RGB colors in percentages

R + G + B =
99 + 89 + 161 = 349 (100%)
R 99 of 349 ~ 28.37%
G 89 of 349 ~ 25.5%
B 161 of 349 ~ 46.13%

%28.37
%25.5
%46.13

CMYK color model

#6359A1 color CMYK value is (39,45,0,37).

  • cyan value is 38.51%
  • magenta value is 44.72%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(39,45,0,37)
C39M45Y0K37 
(39%,45%,0%,37%)
(0.39/0.45/0.00/0.37)	

CMYK percentages

%38.51
%44.72
%0
%36.86

Codes

Color #6359A1 in popluar color models

6359A1
RGB9989161
HSL248°28.80%49.02%
HSB/HSV248°44.72%63.14%
CMYK38.51%44.72%0.00%
36.86%

Color #6359A1 in popluar number systems.

HEX6359A1
Decimal9989161
Binary1100011101100110100001
Octal143131241

Shades and tints

Shades of #6359A1

#6359A1
(99,89,161)
#5A5193
(90,81,147)
#514985
(81,73,133)
#484177
(72,65,119)
#3F3969
(63,57,105)
#36315B
(54,49,91)
#2D294D
(45,41,77)
#24213F
(36,33,63)
#1B1931
(27,25,49)
#121123
(18,17,35)
#090915
(9,9,21)
#000000
(0,0,0)

Tints of #6359A1

#6359A1
(99,89,161)
#7168A9
(113,104,169)
#7F77B1
(127,119,177)
#8D86B9
(141,134,185)
#9B95C1
(155,149,193)
#A9A4C9
(169,164,201)
#B7B3D1
(183,179,209)
#C5C2D9
(197,194,217)
#D3D1E1
(211,209,225)
#E1E0E9
(225,224,233)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6359A1 color. Also use rgb(99,89,161) instead hex code.

Text Font Color

.myTextColor { color: #6359A1; }

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

This text font color is #6359A1.


Background Color

.myBgColor { background-color: #6359A1; }

<div style="background-color:#6359A1">Inner text</div>

This div background color is #6359A1.


Border color

.myBorderColor { border: 1px solid #6359A1; }

<div style="border:3px solid #6359A1">Div</div>

This div border color is #6359A1.


Opacity

.myOpacity80 { color: #6359A1; opacity: 0.8; }

<p style="color:#6359A1;opacity:0.8;">80%</p>

Text with #6359A1 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 #6359A1;}

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

This text has shadow with #6359A1 color.

.textShadow {text-shadow: 3px 3px 1px #6359A1, 3px 3px 1px red;}

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

This text has shadow with #6359A1 primary color and red secondary color.


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

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

This text has shadow with #6359A1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6359A1 on black background.


Color preview on white background

This text has color #6359A1 on white background.



Black color preview on #6359A1 background

This text has black color on #6359A1 background.


White color preview on #6359A1 background

This text has white color on #6359A1 background.