COLOR #6353B7

HEX: #6353B7
RGB: (99,83,183)

Color info

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

RGB color model

#6353B7 color RGB value is (99,83,183).

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

RGB channels and saturation

R 99 of 255 = 39%
G 83 of 255 = 33%
B 183 of 255 = 72%

99
83
183

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

Portions of RGB colors in percentages

R + G + B =
99 + 83 + 183 = 365 (100%)
R 99 of 365 ~ 27.12%
G 83 of 365 ~ 22.74%
B 183 of 365 ~ 50.14%

%27.12
%22.74
%50.14

CMYK color model

#6353B7 color CMYK value is (46,55,0,28).

  • cyan value is 45.90%
  • magenta value is 54.64%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(46,55,0,28)
C46M55Y0K28 
(46%,55%,0%,28%)
(0.46/0.55/0.00/0.28)	

CMYK percentages

%45.9
%54.64
%0
%28.24

Codes

Color #6353B7 in popluar color models

6353B7
RGB9983183
HSL250°40.98%52.16%
HSB/HSV250°54.64%71.76%
CMYK45.90%54.64%0.00%
28.24%

Color #6353B7 in popluar number systems.

HEX6353B7
Decimal9983183
Binary1100011101001110110111
Octal143123267

Shades and tints

Shades of #6353B7

#6353B7
(99,83,183)
#5A4CA7
(90,76,167)
#514597
(81,69,151)
#483E87
(72,62,135)
#3F3777
(63,55,119)
#363067
(54,48,103)
#2D2957
(45,41,87)
#242247
(36,34,71)
#1B1B37
(27,27,55)
#121427
(18,20,39)
#090D17
(9,13,23)
#000000
(0,0,0)

Tints of #6353B7

#6353B7
(99,83,183)
#7162BD
(113,98,189)
#7F71C3
(127,113,195)
#8D80C9
(141,128,201)
#9B8FCF
(155,143,207)
#A99ED5
(169,158,213)
#B7ADDB
(183,173,219)
#C5BCE1
(197,188,225)
#D3CBE7
(211,203,231)
#E1DAED
(225,218,237)
#EFE9F3
(239,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6353B7; }

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

This text font color is #6353B7.


Background Color

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

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

This div background color is #6353B7.


Border color

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

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

This div border color is #6353B7.


Opacity

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

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

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

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

This text has shadow with #6353B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6353B7 on black background.


Color preview on white background

This text has color #6353B7 on white background.



Black color preview on #6353B7 background

This text has black color on #6353B7 background.


White color preview on #6353B7 background

This text has white color on #6353B7 background.