COLOR #636888

HEX: #636888
RGB: (99,104,136)

Color info

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

RGB color model

#636888 color RGB value is (99,104,136).

  • red value is 99;
  • green value is 104;
  • blue value is 136.
RGB:
(99,104,136)
(39%,41%,53%)

RGB channels and saturation

R 99 of 255 = 39%
G 104 of 255 = 41%
B 136 of 255 = 53%

99
104
136

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

Portions of RGB colors in percentages

R + G + B =
99 + 104 + 136 = 339 (100%)
R 99 of 339 ~ 29.2%
G 104 of 339 ~ 30.68%
B 136 of 339 ~ 40.12%

%29.2
%30.68
%40.12

CMYK color model

#636888 color CMYK value is (27,24,0,47).

  • cyan value is 27.21%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(27,24,0,47)
C27M24Y0K47 
(27%,24%,0%,47%)
(0.27/0.24/0.00/0.47)	

CMYK percentages

%27.21
%23.53
%0
%46.67

Codes

Color #636888 in popluar color models

636888
RGB99104136
HSL232°15.74%46.08%
HSB/HSV232°27.21%53.33%
CMYK27.21%23.53%0.00%
46.67%

Color #636888 in popluar number systems.

HEX636888
Decimal99104136
Binary1100011110100010001000
Octal143150210

Shades and tints

Shades of #636888

#636888
(99,104,136)
#5A5F7C
(90,95,124)
#515670
(81,86,112)
#484D64
(72,77,100)
#3F4458
(63,68,88)
#363B4C
(54,59,76)
#2D3240
(45,50,64)
#242934
(36,41,52)
#1B2028
(27,32,40)
#12171C
(18,23,28)
#090E10
(9,14,16)
#000000
(0,0,0)

Tints of #636888

#636888
(99,104,136)
#717592
(113,117,146)
#7F829C
(127,130,156)
#8D8FA6
(141,143,166)
#9B9CB0
(155,156,176)
#A9A9BA
(169,169,186)
#B7B6C4
(183,182,196)
#C5C3CE
(197,195,206)
#D3D0D8
(211,208,216)
#E1DDE2
(225,221,226)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636888 color. Also use rgb(99,104,136) instead hex code.

Text Font Color

.myTextColor { color: #636888; }

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

This text font color is #636888.


Background Color

.myBgColor { background-color: #636888; }

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

This div background color is #636888.


Border color

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

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

This div border color is #636888.


Opacity

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

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

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

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

This text has shadow with #636888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636888 on black background.


Color preview on white background

This text has color #636888 on white background.



Black color preview on #636888 background

This text has black color on #636888 background.


White color preview on #636888 background

This text has white color on #636888 background.