COLOR #636B87

HEX: #636B87
RGB: (99,107,135)

Color info

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

RGB color model

#636B87 color RGB value is (99,107,135).

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

RGB channels and saturation

R 99 of 255 = 39%
G 107 of 255 = 42%
B 135 of 255 = 53%

99
107
135

R + G + B ~ 45%. #636B87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 107 + 135 = 341 (100%)
R 99 of 341 ~ 29.03%
G 107 of 341 ~ 31.38%
B 135 of 341 ~ 39.59%

%29.03
%31.38
%39.59

CMYK color model

#636B87 color CMYK value is (27,21,0,47).

  • cyan value is 26.67%
  • magenta value is 20.74%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(27,21,0,47)
C27M21Y0K47 
(27%,21%,0%,47%)
(0.27/0.21/0.00/0.47)	

CMYK percentages

%26.67
%20.74
%0
%47.06

Codes

Color #636B87 in popluar color models

636B87
RGB99107135
HSL227°15.38%45.88%
HSB/HSV227°26.67%52.94%
CMYK26.67%20.74%0.00%
47.06%

Color #636B87 in popluar number systems.

HEX636B87
Decimal99107135
Binary1100011110101110000111
Octal143153207

Shades and tints

Shades of #636B87

#636B87
(99,107,135)
#5A627B
(90,98,123)
#51596F
(81,89,111)
#485063
(72,80,99)
#3F4757
(63,71,87)
#363E4B
(54,62,75)
#2D353F
(45,53,63)
#242C33
(36,44,51)
#1B2327
(27,35,39)
#121A1B
(18,26,27)
#09110F
(9,17,15)
#000000
(0,0,0)

Tints of #636B87

#636B87
(99,107,135)
#717891
(113,120,145)
#7F859B
(127,133,155)
#8D92A5
(141,146,165)
#9B9FAF
(155,159,175)
#A9ACB9
(169,172,185)
#B7B9C3
(183,185,195)
#C5C6CD
(197,198,205)
#D3D3D7
(211,211,215)
#E1E0E1
(225,224,225)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636B87; }

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

This text font color is #636B87.


Background Color

.myBgColor { background-color: #636B87; }

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

This div background color is #636B87.


Border color

.myBorderColor { border: 1px solid #636B87; }

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

This div border color is #636B87.


Opacity

.myOpacity80 { color: #636B87; opacity: 0.8; }

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

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

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

This text has shadow with #636B87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636B87 on black background.


Color preview on white background

This text has color #636B87 on white background.



Black color preview on #636B87 background

This text has black color on #636B87 background.


White color preview on #636B87 background

This text has white color on #636B87 background.