COLOR #63609F

HEX: #63609F
RGB: (99,96,159)

Color info

#63609F contains mainly blue color. Web safe color of #63609F is #666699 (or #669).

RGB color model

#63609F color RGB value is (99,96,159).

  • red value is 99;
  • green value is 96;
  • blue value is 159.
RGB:
(99,96,159)
(39%,38%,62%)

RGB channels and saturation

R 99 of 255 = 39%
G 96 of 255 = 38%
B 159 of 255 = 62%

99
96
159

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

Portions of RGB colors in percentages

R + G + B =
99 + 96 + 159 = 354 (100%)
R 99 of 354 ~ 27.97%
G 96 of 354 ~ 27.12%
B 159 of 354 ~ 44.92%

%27.97
%27.12
%44.92

CMYK color model

#63609F color CMYK value is (38,40,0,38).

  • cyan value is 37.74%
  • magenta value is 39.62%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(38,40,0,38)
C38M40Y0K38 
(38%,40%,0%,38%)
(0.38/0.40/0.00/0.38)	

CMYK percentages

%37.74
%39.62
%0
%37.65

Codes

Color #63609F in popluar color models

63609F
RGB9996159
HSL243°24.71%50.00%
HSB/HSV243°39.62%62.35%
CMYK37.74%39.62%0.00%
37.65%

Color #63609F in popluar number systems.

HEX63609F
Decimal9996159
Binary1100011110000010011111
Octal143140237

Shades and tints

Shades of #63609F

#63609F
(99,96,159)
#5A5891
(90,88,145)
#515083
(81,80,131)
#484875
(72,72,117)
#3F4067
(63,64,103)
#363859
(54,56,89)
#2D304B
(45,48,75)
#24283D
(36,40,61)
#1B202F
(27,32,47)
#121821
(18,24,33)
#091013
(9,16,19)
#000000
(0,0,0)

Tints of #63609F

#63609F
(99,96,159)
#716EA7
(113,110,167)
#7F7CAF
(127,124,175)
#8D8AB7
(141,138,183)
#9B98BF
(155,152,191)
#A9A6C7
(169,166,199)
#B7B4CF
(183,180,207)
#C5C2D7
(197,194,215)
#D3D0DF
(211,208,223)
#E1DEE7
(225,222,231)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63609F color. Also use rgb(99,96,159) instead hex code.

Text Font Color

.myTextColor { color: #63609F; }

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

This text font color is #63609F.


Background Color

.myBgColor { background-color: #63609F; }

<div style="background-color:#63609F">Inner text</div>

This div background color is #63609F.


Border color

.myBorderColor { border: 1px solid #63609F; }

<div style="border:3px solid #63609F">Div</div>

This div border color is #63609F.


Opacity

.myOpacity80 { color: #63609F; opacity: 0.8; }

<p style="color:#63609F;opacity:0.8;">80%</p>

Text with #63609F 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 #63609F;}

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

This text has shadow with #63609F color.

.textShadow {text-shadow: 3px 3px 1px #63609F, 3px 3px 1px red;}

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

This text has shadow with #63609F primary color and red secondary color.


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

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

This text has shadow with #63609F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63609F on black background.


Color preview on white background

This text has color #63609F on white background.



Black color preview on #63609F background

This text has black color on #63609F background.


White color preview on #63609F background

This text has white color on #63609F background.