COLOR #636288

HEX: #636288
RGB: (99,98,136)

Color info

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

RGB color model

#636288 color RGB value is (99,98,136).

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

RGB channels and saturation

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

99
98
136

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

Portions of RGB colors in percentages

R + G + B =
99 + 98 + 136 = 333 (100%)
R 99 of 333 ~ 29.73%
G 98 of 333 ~ 29.43%
B 136 of 333 ~ 40.84%

%29.73
%29.43
%40.84

CMYK color model

#636288 color CMYK value is (27,28,0,47).

  • cyan value is 27.21%
  • magenta value is 27.94%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(27,28,0,47)
C27M28Y0K47 
(27%,28%,0%,47%)
(0.27/0.28/0.00/0.47)	

CMYK percentages

%27.21
%27.94
%0
%46.67

Codes

Color #636288 in popluar color models

636288
RGB9998136
HSL242°16.24%45.88%
HSB/HSV242°27.94%53.33%
CMYK27.21%27.94%0.00%
46.67%

Color #636288 in popluar number systems.

HEX636288
Decimal9998136
Binary1100011110001010001000
Octal143142210

Shades and tints

Shades of #636288

#636288
(99,98,136)
#5A5A7C
(90,90,124)
#515270
(81,82,112)
#484A64
(72,74,100)
#3F4258
(63,66,88)
#363A4C
(54,58,76)
#2D3240
(45,50,64)
#242A34
(36,42,52)
#1B2228
(27,34,40)
#121A1C
(18,26,28)
#091210
(9,18,16)
#000000
(0,0,0)

Tints of #636288

#636288
(99,98,136)
#717092
(113,112,146)
#7F7E9C
(127,126,156)
#8D8CA6
(141,140,166)
#9B9AB0
(155,154,176)
#A9A8BA
(169,168,186)
#B7B6C4
(183,182,196)
#C5C4CE
(197,196,206)
#D3D2D8
(211,210,216)
#E1E0E2
(225,224,226)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636288; }

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

This text font color is #636288.


Background Color

.myBgColor { background-color: #636288; }

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

This div background color is #636288.


Border color

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

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

This div border color is #636288.


Opacity

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

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

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

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

This text has shadow with #636288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636288 on black background.


Color preview on white background

This text has color #636288 on white background.



Black color preview on #636288 background

This text has black color on #636288 background.


White color preview on #636288 background

This text has white color on #636288 background.