COLOR #636589

HEX: #636589
RGB: (99,101,137)

Color info

#636589 contains red, green and blue colors in about the same proportion. Web safe color of #636589 is #666699 (or #669).

RGB color model

#636589 color RGB value is (99,101,137).

  • red value is 99;
  • green value is 101;
  • blue value is 137.
RGB:
(99,101,137)
(39%,40%,54%)

RGB channels and saturation

R 99 of 255 = 39%
G 101 of 255 = 40%
B 137 of 255 = 54%

99
101
137

R + G + B ~ 44%. #636589 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 101 + 137 = 337 (100%)
R 99 of 337 ~ 29.38%
G 101 of 337 ~ 29.97%
B 137 of 337 ~ 40.65%

%29.38
%29.97
%40.65

CMYK color model

#636589 color CMYK value is (28,26,0,46).

  • cyan value is 27.74%
  • magenta value is 26.28%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(28,26,0,46)
C28M26Y0K46 
(28%,26%,0%,46%)
(0.28/0.26/0.00/0.46)	

CMYK percentages

%27.74
%26.28
%0
%46.27

Codes

Color #636589 in popluar color models

636589
RGB99101137
HSL237°16.10%46.27%
HSB/HSV237°27.74%53.73%
CMYK27.74%26.28%0.00%
46.27%

Color #636589 in popluar number systems.

HEX636589
Decimal99101137
Binary1100011110010110001001
Octal143145211

Shades and tints

Shades of #636589

#636589
(99,101,137)
#5A5C7D
(90,92,125)
#515371
(81,83,113)
#484A65
(72,74,101)
#3F4159
(63,65,89)
#36384D
(54,56,77)
#2D2F41
(45,47,65)
#242635
(36,38,53)
#1B1D29
(27,29,41)
#12141D
(18,20,29)
#090B11
(9,11,17)
#000000
(0,0,0)

Tints of #636589

#636589
(99,101,137)
#717393
(113,115,147)
#7F819D
(127,129,157)
#8D8FA7
(141,143,167)
#9B9DB1
(155,157,177)
#A9ABBB
(169,171,187)
#B7B9C5
(183,185,197)
#C5C7CF
(197,199,207)
#D3D5D9
(211,213,217)
#E1E3E3
(225,227,227)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636589 color. Also use rgb(99,101,137) instead hex code.

Text Font Color

.myTextColor { color: #636589; }

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

This text font color is #636589.


Background Color

.myBgColor { background-color: #636589; }

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

This div background color is #636589.


Border color

.myBorderColor { border: 1px solid #636589; }

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

This div border color is #636589.


Opacity

.myOpacity80 { color: #636589; opacity: 0.8; }

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

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

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

This text has shadow with #636589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636589 on black background.


Color preview on white background

This text has color #636589 on white background.



Black color preview on #636589 background

This text has black color on #636589 background.


White color preview on #636589 background

This text has white color on #636589 background.