COLOR #6353B5

HEX: #6353B5
RGB: (99,83,181)

Color info

#6353B5 contains mainly blue color. Web safe color of #6353B5 is #6666CC (or #66C).

RGB color model

#6353B5 color RGB value is (99,83,181).

  • red value is 99;
  • green value is 83;
  • blue value is 181.
RGB:
(99,83,181)
(39%,33%,71%)

RGB channels and saturation

R 99 of 255 = 39%
G 83 of 255 = 33%
B 181 of 255 = 71%

99
83
181

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

Portions of RGB colors in percentages

R + G + B =
99 + 83 + 181 = 363 (100%)
R 99 of 363 ~ 27.27%
G 83 of 363 ~ 22.87%
B 181 of 363 ~ 49.86%

%27.27
%22.87
%49.86

CMYK color model

#6353B5 color CMYK value is (45,54,0,29).

  • cyan value is 45.30%
  • magenta value is 54.14%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(45,54,0,29)
C45M54Y0K29 
(45%,54%,0%,29%)
(0.45/0.54/0.00/0.29)	

CMYK percentages

%45.3
%54.14
%0
%29.02

Codes

Color #6353B5 in popluar color models

6353B5
RGB9983181
HSL250°39.84%51.76%
HSB/HSV250°54.14%70.98%
CMYK45.30%54.14%0.00%
29.02%

Color #6353B5 in popluar number systems.

HEX6353B5
Decimal9983181
Binary1100011101001110110101
Octal143123265

Shades and tints

Shades of #6353B5

#6353B5
(99,83,181)
#5A4CA5
(90,76,165)
#514595
(81,69,149)
#483E85
(72,62,133)
#3F3775
(63,55,117)
#363065
(54,48,101)
#2D2955
(45,41,85)
#242245
(36,34,69)
#1B1B35
(27,27,53)
#121425
(18,20,37)
#090D15
(9,13,21)
#000000
(0,0,0)

Tints of #6353B5

#6353B5
(99,83,181)
#7162BB
(113,98,187)
#7F71C1
(127,113,193)
#8D80C7
(141,128,199)
#9B8FCD
(155,143,205)
#A99ED3
(169,158,211)
#B7ADD9
(183,173,217)
#C5BCDF
(197,188,223)
#D3CBE5
(211,203,229)
#E1DAEB
(225,218,235)
#EFE9F1
(239,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6353B5; }

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

This text font color is #6353B5.


Background Color

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

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

This div background color is #6353B5.


Border color

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

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

This div border color is #6353B5.


Opacity

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

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

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

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

This text has shadow with #6353B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6353B5 on black background.


Color preview on white background

This text has color #6353B5 on white background.



Black color preview on #6353B5 background

This text has black color on #6353B5 background.


White color preview on #6353B5 background

This text has white color on #6353B5 background.