COLOR #636D8A

HEX: #636D8A
RGB: (99,109,138)

Color info

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

RGB color model

#636D8A color RGB value is (99,109,138).

  • red value is 99;
  • green value is 109;
  • blue value is 138.
RGB:
(99,109,138)
(39%,43%,54%)

RGB channels and saturation

R 99 of 255 = 39%
G 109 of 255 = 43%
B 138 of 255 = 54%

99
109
138

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

Portions of RGB colors in percentages

R + G + B =
99 + 109 + 138 = 346 (100%)
R 99 of 346 ~ 28.61%
G 109 of 346 ~ 31.5%
B 138 of 346 ~ 39.88%

%28.61
%31.5
%39.88

CMYK color model

#636D8A color CMYK value is (28,21,0,46).

  • cyan value is 28.26%
  • magenta value is 21.01%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(28,21,0,46)
C28M21Y0K46 
(28%,21%,0%,46%)
(0.28/0.21/0.00/0.46)	

CMYK percentages

%28.26
%21.01
%0
%45.88

Codes

Color #636D8A in popluar color models

636D8A
RGB99109138
HSL225°16.46%46.47%
HSB/HSV225°28.26%54.12%
CMYK28.26%21.01%0.00%
45.88%

Color #636D8A in popluar number systems.

HEX636D8A
Decimal99109138
Binary1100011110110110001010
Octal143155212

Shades and tints

Shades of #636D8A

#636D8A
(99,109,138)
#5A647E
(90,100,126)
#515B72
(81,91,114)
#485266
(72,82,102)
#3F495A
(63,73,90)
#36404E
(54,64,78)
#2D3742
(45,55,66)
#242E36
(36,46,54)
#1B252A
(27,37,42)
#121C1E
(18,28,30)
#091312
(9,19,18)
#000000
(0,0,0)

Tints of #636D8A

#636D8A
(99,109,138)
#717A94
(113,122,148)
#7F879E
(127,135,158)
#8D94A8
(141,148,168)
#9BA1B2
(155,161,178)
#A9AEBC
(169,174,188)
#B7BBC6
(183,187,198)
#C5C8D0
(197,200,208)
#D3D5DA
(211,213,218)
#E1E2E4
(225,226,228)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636D8A color. Also use rgb(99,109,138) instead hex code.

Text Font Color

.myTextColor { color: #636D8A; }

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

This text font color is #636D8A.


Background Color

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

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

This div background color is #636D8A.


Border color

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

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

This div border color is #636D8A.


Opacity

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

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

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

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

This text has shadow with #636D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636D8A on black background.


Color preview on white background

This text has color #636D8A on white background.



Black color preview on #636D8A background

This text has black color on #636D8A background.


White color preview on #636D8A background

This text has white color on #636D8A background.