COLOR #6359A7

HEX: #6359A7
RGB: (99,89,167)

Color info

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

RGB color model

#6359A7 color RGB value is (99,89,167).

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

RGB channels and saturation

R 99 of 255 = 39%
G 89 of 255 = 35%
B 167 of 255 = 65%

99
89
167

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

Portions of RGB colors in percentages

R + G + B =
99 + 89 + 167 = 355 (100%)
R 99 of 355 ~ 27.89%
G 89 of 355 ~ 25.07%
B 167 of 355 ~ 47.04%

%27.89
%25.07
%47.04

CMYK color model

#6359A7 color CMYK value is (41,47,0,35).

  • cyan value is 40.72%
  • magenta value is 46.71%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(41,47,0,35)
C41M47Y0K35 
(41%,47%,0%,35%)
(0.41/0.47/0.00/0.35)	

CMYK percentages

%40.72
%46.71
%0
%34.51

Codes

Color #6359A7 in popluar color models

6359A7
RGB9989167
HSL248°30.71%50.20%
HSB/HSV248°46.71%65.49%
CMYK40.72%46.71%0.00%
34.51%

Color #6359A7 in popluar number systems.

HEX6359A7
Decimal9989167
Binary1100011101100110100111
Octal143131247

Shades and tints

Shades of #6359A7

#6359A7
(99,89,167)
#5A5198
(90,81,152)
#514989
(81,73,137)
#48417A
(72,65,122)
#3F396B
(63,57,107)
#36315C
(54,49,92)
#2D294D
(45,41,77)
#24213E
(36,33,62)
#1B192F
(27,25,47)
#121120
(18,17,32)
#090911
(9,9,17)
#000000
(0,0,0)

Tints of #6359A7

#6359A7
(99,89,167)
#7168AF
(113,104,175)
#7F77B7
(127,119,183)
#8D86BF
(141,134,191)
#9B95C7
(155,149,199)
#A9A4CF
(169,164,207)
#B7B3D7
(183,179,215)
#C5C2DF
(197,194,223)
#D3D1E7
(211,209,231)
#E1E0EF
(225,224,239)
#EFEFF7
(239,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6359A7; }

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

This text font color is #6359A7.


Background Color

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

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

This div background color is #6359A7.


Border color

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

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

This div border color is #6359A7.


Opacity

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

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

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

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

This text has shadow with #6359A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6359A7 on black background.


Color preview on white background

This text has color #6359A7 on white background.



Black color preview on #6359A7 background

This text has black color on #6359A7 background.


White color preview on #6359A7 background

This text has white color on #6359A7 background.