COLOR #636992

HEX: #636992
RGB: (99,105,146)

Color info

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

RGB color model

#636992 color RGB value is (99,105,146).

  • red value is 99;
  • green value is 105;
  • blue value is 146.
RGB:
(99,105,146)
(39%,41%,57%)

RGB channels and saturation

R 99 of 255 = 39%
G 105 of 255 = 41%
B 146 of 255 = 57%

99
105
146

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

Portions of RGB colors in percentages

R + G + B =
99 + 105 + 146 = 350 (100%)
R 99 of 350 ~ 28.29%
G 105 of 350 ~ 30%
B 146 of 350 ~ 41.71%

%28.29
%30
%41.71

CMYK color model

#636992 color CMYK value is (32,28,0,43).

  • cyan value is 32.19%
  • magenta value is 28.08%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(32,28,0,43)
C32M28Y0K43 
(32%,28%,0%,43%)
(0.32/0.28/0.00/0.43)	

CMYK percentages

%32.19
%28.08
%0
%42.75

Codes

Color #636992 in popluar color models

636992
RGB99105146
HSL232°19.18%48.04%
HSB/HSV232°32.19%57.25%
CMYK32.19%28.08%0.00%
42.75%

Color #636992 in popluar number systems.

HEX636992
Decimal99105146
Binary1100011110100110010010
Octal143151222

Shades and tints

Shades of #636992

#636992
(99,105,146)
#5A6085
(90,96,133)
#515778
(81,87,120)
#484E6B
(72,78,107)
#3F455E
(63,69,94)
#363C51
(54,60,81)
#2D3344
(45,51,68)
#242A37
(36,42,55)
#1B212A
(27,33,42)
#12181D
(18,24,29)
#090F10
(9,15,16)
#000000
(0,0,0)

Tints of #636992

#636992
(99,105,146)
#71769B
(113,118,155)
#7F83A4
(127,131,164)
#8D90AD
(141,144,173)
#9B9DB6
(155,157,182)
#A9AABF
(169,170,191)
#B7B7C8
(183,183,200)
#C5C4D1
(197,196,209)
#D3D1DA
(211,209,218)
#E1DEE3
(225,222,227)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636992 color. Also use rgb(99,105,146) instead hex code.

Text Font Color

.myTextColor { color: #636992; }

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

This text font color is #636992.


Background Color

.myBgColor { background-color: #636992; }

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

This div background color is #636992.


Border color

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

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

This div border color is #636992.


Opacity

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

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

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

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

This text has shadow with #636992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636992 on black background.


Color preview on white background

This text has color #636992 on white background.



Black color preview on #636992 background

This text has black color on #636992 background.


White color preview on #636992 background

This text has white color on #636992 background.