COLOR #6353A9

HEX: #6353A9 RGB: (99,83,169)

Color info

#6353A9 contains mainly blue color. Web safe color of #6353A9 is #666699 (or #669).

RGB color model

#6353A9 color RGB value is (99,83,169).

RGB: (99,83,169) (39%, 33%, 66%)

RGB channels and saturation

R 99 of 255 = 39%
G 83 of 255 = 33%
B 169 of 255 = 66%

99
83
169

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

Portions of RGB colors in percentages

R + G + B = 99 + 83 + 169 = 351 (100%)
R 99 of 351 ~ 28.21%
G 83 of 351 ~ 23.65%
B 169 of 351 ~ 48.15'%

%28.21
%23.65
%48.15

CMYK color model

#6353A9 color CMYK value is (41,51,0,34).

  • cyan value is 41.42%
  • magenta value is 50.89%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (41,51,0,34)
C41M51Y0K34 (41%, 51%, 0%, 34%)
(0.41 / 0.51 / 0.00 / 0.34)

CMYK percentages

%41.42
%50.89
%0
%33.73

Codes

Color #6353A9 in popluar color models

63 53 A9
RGB 99 83 169
HSL 251° 34.13% 49.41%
HSB/HSV 251° 50.89% 66.27%
CMYK 41.42% 50.89% 0.00%
33.73%

Color #6353A9 in popluar number systems.

HEX 63 53 A9
Decimal 99 83 169
Binary 1100011 1010011 10101001
Octal 143 123 251

Shades and tints

Shades of #6353A9

#6353A9
(99,83,169)
#5A4C9A
(90,76,154)
#51458B
(81,69,139)
#483E7C
(72,62,124)
#3F376D
(63,55,109)
#36305E
(54,48,94)
#2D294F
(45,41,79)
#242240
(36,34,64)
#1B1B31
(27,27,49)
#121422
(18,20,34)
#090D13
(9,13,19)
#000000
(0,0,0)

Tints of #6353A9

#6353A9
(99,83,169)
#7162B0
(113,98,176)
#7F71B7
(127,113,183)
#8D80BE
(141,128,190)
#9B8FC5
(155,143,197)
#A99ECC
(169,158,204)
#B7ADD3
(183,173,211)
#C5BCDA
(197,188,218)
#D3CBE1
(211,203,225)
#E1DAE8
(225,218,232)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6353A9 color. Also use rgb(99,83,169) instead hex code.

Text Font Color

.myTextColor { color: #6353A9; }

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

This text font color is #6353A9.

Background Color

.myBgColor { background-color: #6353A9; }

<div style="background-color:#6353A9">Inner text</div>

This div background color is #6353A9.

Border color

.myBorderColor { border: 1px solid #6353A9; }

<div style="border:3px solid #6353A9">Div</div>

This div border color is #6353A9.

Opacity

.myOpacity80 { color: #6353A9; opacity: 0.8; }

<p style="color:#6353A9;opacity:0.8;">80%</p>

Text with #6353A9 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 #6353A9;}

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

This text has shadow with #6353A9 color.


.textShadow {text-shadow: 3px 3px 1px #6353A9', 3px 3px 1px red;}

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

This text has shadow with #6353A9 primary color and red secondary color.


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

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

This text has shadow with #6353A9 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6353A9; -webkit-box-shadow: 1px 1px 3px 2px #6353A9; box-shadow:1px 1px 3px 2px #6353A9;">
Div content here
</div>

This div box has shadow with color #6353A9.

Preview

Color preview on black background

This text has color #6353A9 on black background.


Color preview on white background

This text has color #6353A9 on white background.


Black color preview on #6353A9 background

This text has black color on #6353A9 background.


White color preview on #6353A9 background

This text has white color on #6353A9 background.


Related colors

Complementary color

Complementary color for #hex is #9CAC56.


I love getcolorcode.com

Triadic colors

1 #A96353 and #53A963 with #6353A9 are triadic colors.

2 #A95363 and #5363A9 with #6353A9 are triadic colors.