COLOR #6358A5

HEX: #6358A5
RGB: (99,88,165)

Color info

#6358A5 contains mainly blue color. Web safe color of #6358A5 is #666699 (or #669).

RGB color model

#6358A5 color RGB value is (99,88,165).

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

RGB channels and saturation

R 99 of 255 = 39%
G 88 of 255 = 35%
B 165 of 255 = 65%

99
88
165

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

Portions of RGB colors in percentages

R + G + B =
99 + 88 + 165 = 352 (100%)
R 99 of 352 ~ 28.13%
G 88 of 352 ~ 25%
B 165 of 352 ~ 46.88%

%28.13
%25
%46.88

CMYK color model

#6358A5 color CMYK value is (40,47,0,35).

  • cyan value is 40.00%
  • magenta value is 46.67%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(40,47,0,35)
C40M47Y0K35 
(40%,47%,0%,35%)
(0.40/0.47/0.00/0.35)	

CMYK percentages

%40
%46.67
%0
%35.29

Codes

Color #6358A5 in popluar color models

6358A5
RGB9988165
HSL249°30.43%49.61%
HSB/HSV249°46.67%64.71%
CMYK40.00%46.67%0.00%
35.29%

Color #6358A5 in popluar number systems.

HEX6358A5
Decimal9988165
Binary1100011101100010100101
Octal143130245

Shades and tints

Shades of #6358A5

#6358A5
(99,88,165)
#5A5096
(90,80,150)
#514887
(81,72,135)
#484078
(72,64,120)
#3F3869
(63,56,105)
#36305A
(54,48,90)
#2D284B
(45,40,75)
#24203C
(36,32,60)
#1B182D
(27,24,45)
#12101E
(18,16,30)
#09080F
(9,8,15)
#000000
(0,0,0)

Tints of #6358A5

#6358A5
(99,88,165)
#7167AD
(113,103,173)
#7F76B5
(127,118,181)
#8D85BD
(141,133,189)
#9B94C5
(155,148,197)
#A9A3CD
(169,163,205)
#B7B2D5
(183,178,213)
#C5C1DD
(197,193,221)
#D3D0E5
(211,208,229)
#E1DFED
(225,223,237)
#EFEEF5
(239,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6358A5 color. Also use rgb(99,88,165) instead hex code.

Text Font Color

.myTextColor { color: #6358A5; }

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

This text font color is #6358A5.


Background Color

.myBgColor { background-color: #6358A5; }

<div style="background-color:#6358A5">Inner text</div>

This div background color is #6358A5.


Border color

.myBorderColor { border: 1px solid #6358A5; }

<div style="border:3px solid #6358A5">Div</div>

This div border color is #6358A5.


Opacity

.myOpacity80 { color: #6358A5; opacity: 0.8; }

<p style="color:#6358A5;opacity:0.8;">80%</p>

Text with #6358A5 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 #6358A5;}

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

This text has shadow with #6358A5 color.

.textShadow {text-shadow: 3px 3px 1px #6358A5, 3px 3px 1px red;}

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

This text has shadow with #6358A5 primary color and red secondary color.


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

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

This text has shadow with #6358A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6358A5 on black background.


Color preview on white background

This text has color #6358A5 on white background.



Black color preview on #6358A5 background

This text has black color on #6358A5 background.


White color preview on #6358A5 background

This text has white color on #6358A5 background.