COLOR #6359A0

HEX: #6359A0
RGB: (99,89,160)

Color info

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

RGB color model

#6359A0 color RGB value is (99,89,160).

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

RGB channels and saturation

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

99
89
160

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

Portions of RGB colors in percentages

R + G + B =
99 + 89 + 160 = 348 (100%)
R 99 of 348 ~ 28.45%
G 89 of 348 ~ 25.57%
B 160 of 348 ~ 45.98%

%28.45
%25.57
%45.98

CMYK color model

#6359A0 color CMYK value is (38,44,0,37).

  • cyan value is 38.13%
  • magenta value is 44.38%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(38,44,0,37)
C38M44Y0K37 
(38%,44%,0%,37%)
(0.38/0.44/0.00/0.37)	

CMYK percentages

%38.13
%44.38
%0
%37.25

Codes

Color #6359A0 in popluar color models

6359A0
RGB9989160
HSL248°28.51%48.82%
HSB/HSV248°44.38%62.75%
CMYK38.13%44.38%0.00%
37.25%

Color #6359A0 in popluar number systems.

HEX6359A0
Decimal9989160
Binary1100011101100110100000
Octal143131240

Shades and tints

Shades of #6359A0

#6359A0
(99,89,160)
#5A5192
(90,81,146)
#514984
(81,73,132)
#484176
(72,65,118)
#3F3968
(63,57,104)
#36315A
(54,49,90)
#2D294C
(45,41,76)
#24213E
(36,33,62)
#1B1930
(27,25,48)
#121122
(18,17,34)
#090914
(9,9,20)
#000000
(0,0,0)

Tints of #6359A0

#6359A0
(99,89,160)
#7168A8
(113,104,168)
#7F77B0
(127,119,176)
#8D86B8
(141,134,184)
#9B95C0
(155,149,192)
#A9A4C8
(169,164,200)
#B7B3D0
(183,179,208)
#C5C2D8
(197,194,216)
#D3D1E0
(211,209,224)
#E1E0E8
(225,224,232)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6359A0; }

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

This text font color is #6359A0.


Background Color

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

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

This div background color is #6359A0.


Border color

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

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

This div border color is #6359A0.


Opacity

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

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

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

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

This text has shadow with #6359A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6359A0 on black background.


Color preview on white background

This text has color #6359A0 on white background.



Black color preview on #6359A0 background

This text has black color on #6359A0 background.


White color preview on #6359A0 background

This text has white color on #6359A0 background.