COLOR #636781

HEX: #636781
RGB: (99,103,129)

Color info

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

RGB color model

#636781 color RGB value is (99,103,129).

  • red value is 99;
  • green value is 103;
  • blue value is 129.
RGB:
(99,103,129)
(39%,40%,51%)

RGB channels and saturation

R 99 of 255 = 39%
G 103 of 255 = 40%
B 129 of 255 = 51%

99
103
129

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

Portions of RGB colors in percentages

R + G + B =
99 + 103 + 129 = 331 (100%)
R 99 of 331 ~ 29.91%
G 103 of 331 ~ 31.12%
B 129 of 331 ~ 38.97%

%29.91
%31.12
%38.97

CMYK color model

#636781 color CMYK value is (23,20,0,49).

  • cyan value is 23.26%
  • magenta value is 20.16%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(23,20,0,49)
C23M20Y0K49 
(23%,20%,0%,49%)
(0.23/0.20/0.00/0.49)	

CMYK percentages

%23.26
%20.16
%0
%49.41

Codes

Color #636781 in popluar color models

636781
RGB99103129
HSL232°13.16%44.71%
HSB/HSV232°23.26%50.59%
CMYK23.26%20.16%0.00%
49.41%

Color #636781 in popluar number systems.

HEX636781
Decimal99103129
Binary1100011110011110000001
Octal143147201

Shades and tints

Shades of #636781

#636781
(99,103,129)
#5A5E76
(90,94,118)
#51556B
(81,85,107)
#484C60
(72,76,96)
#3F4355
(63,67,85)
#363A4A
(54,58,74)
#2D313F
(45,49,63)
#242834
(36,40,52)
#1B1F29
(27,31,41)
#12161E
(18,22,30)
#090D13
(9,13,19)
#000000
(0,0,0)

Tints of #636781

#636781
(99,103,129)
#71748C
(113,116,140)
#7F8197
(127,129,151)
#8D8EA2
(141,142,162)
#9B9BAD
(155,155,173)
#A9A8B8
(169,168,184)
#B7B5C3
(183,181,195)
#C5C2CE
(197,194,206)
#D3CFD9
(211,207,217)
#E1DCE4
(225,220,228)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636781 color. Also use rgb(99,103,129) instead hex code.

Text Font Color

.myTextColor { color: #636781; }

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

This text font color is #636781.


Background Color

.myBgColor { background-color: #636781; }

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

This div background color is #636781.


Border color

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

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

This div border color is #636781.


Opacity

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

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

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

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

This text has shadow with #636781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636781 on black background.


Color preview on white background

This text has color #636781 on white background.



Black color preview on #636781 background

This text has black color on #636781 background.


White color preview on #636781 background

This text has white color on #636781 background.