COLOR #636088

HEX: #636088
RGB: (99,96,136)

Color info

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

RGB color model

#636088 color RGB value is (99,96,136).

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

RGB channels and saturation

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

99
96
136

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

Portions of RGB colors in percentages

R + G + B =
99 + 96 + 136 = 331 (100%)
R 99 of 331 ~ 29.91%
G 96 of 331 ~ 29%
B 136 of 331 ~ 41.09%

%29.91
%29
%41.09

CMYK color model

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

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

CMYK percentages

%27.21
%29.41
%0
%46.67

Codes

Color #636088 in popluar color models

636088
RGB9996136
HSL245°17.24%45.49%
HSB/HSV245°29.41%53.33%
CMYK27.21%29.41%0.00%
46.67%

Color #636088 in popluar number systems.

HEX636088
Decimal9996136
Binary1100011110000010001000
Octal143140210

Shades and tints

Shades of #636088

#636088
(99,96,136)
#5A587C
(90,88,124)
#515070
(81,80,112)
#484864
(72,72,100)
#3F4058
(63,64,88)
#36384C
(54,56,76)
#2D3040
(45,48,64)
#242834
(36,40,52)
#1B2028
(27,32,40)
#12181C
(18,24,28)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #636088

#636088
(99,96,136)
#716E92
(113,110,146)
#7F7C9C
(127,124,156)
#8D8AA6
(141,138,166)
#9B98B0
(155,152,176)
#A9A6BA
(169,166,186)
#B7B4C4
(183,180,196)
#C5C2CE
(197,194,206)
#D3D0D8
(211,208,216)
#E1DEE2
(225,222,226)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636088; }

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

This text font color is #636088.


Background Color

.myBgColor { background-color: #636088; }

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

This div background color is #636088.


Border color

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

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

This div border color is #636088.


Opacity

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

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

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

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

This text has shadow with #636088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636088 on black background.


Color preview on white background

This text has color #636088 on white background.



Black color preview on #636088 background

This text has black color on #636088 background.


White color preview on #636088 background

This text has white color on #636088 background.