COLOR #636087

HEX: #636087
RGB: (99,96,135)

Color info

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

RGB color model

#636087 color RGB value is (99,96,135).

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

RGB channels and saturation

R 99 of 255 = 39%
G 96 of 255 = 38%
B 135 of 255 = 53%

99
96
135

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

Portions of RGB colors in percentages

R + G + B =
99 + 96 + 135 = 330 (100%)
R 99 of 330 ~ 30%
G 96 of 330 ~ 29.09%
B 135 of 330 ~ 40.91%

%30
%29.09
%40.91

CMYK color model

#636087 color CMYK value is (27,29,0,47).

  • cyan value is 26.67%
  • magenta value is 28.89%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(27,29,0,47)
C27M29Y0K47 
(27%,29%,0%,47%)
(0.27/0.29/0.00/0.47)	

CMYK percentages

%26.67
%28.89
%0
%47.06

Codes

Color #636087 in popluar color models

636087
RGB9996135
HSL245°16.88%45.29%
HSB/HSV245°28.89%52.94%
CMYK26.67%28.89%0.00%
47.06%

Color #636087 in popluar number systems.

HEX636087
Decimal9996135
Binary1100011110000010000111
Octal143140207

Shades and tints

Shades of #636087

#636087
(99,96,135)
#5A587B
(90,88,123)
#51506F
(81,80,111)
#484863
(72,72,99)
#3F4057
(63,64,87)
#36384B
(54,56,75)
#2D303F
(45,48,63)
#242833
(36,40,51)
#1B2027
(27,32,39)
#12181B
(18,24,27)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #636087

#636087
(99,96,135)
#716E91
(113,110,145)
#7F7C9B
(127,124,155)
#8D8AA5
(141,138,165)
#9B98AF
(155,152,175)
#A9A6B9
(169,166,185)
#B7B4C3
(183,180,195)
#C5C2CD
(197,194,205)
#D3D0D7
(211,208,215)
#E1DEE1
(225,222,225)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636087; }

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

This text font color is #636087.


Background Color

.myBgColor { background-color: #636087; }

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

This div background color is #636087.


Border color

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

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

This div border color is #636087.


Opacity

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

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

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

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

This text has shadow with #636087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636087 on black background.


Color preview on white background

This text has color #636087 on white background.



Black color preview on #636087 background

This text has black color on #636087 background.


White color preview on #636087 background

This text has white color on #636087 background.