COLOR #636A7E

HEX: #636A7E
RGB: (99,106,126)

Color info

#636A7E contains red, green and blue colors in about the same proportion. Web safe color of #636A7E is #666666 (or #666).

RGB color model

#636A7E color RGB value is (99,106,126).

  • red value is 99;
  • green value is 106;
  • blue value is 126.
RGB:
(99,106,126)
(39%,42%,49%)

RGB channels and saturation

R 99 of 255 = 39%
G 106 of 255 = 42%
B 126 of 255 = 49%

99
106
126

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

Portions of RGB colors in percentages

R + G + B =
99 + 106 + 126 = 331 (100%)
R 99 of 331 ~ 29.91%
G 106 of 331 ~ 32.02%
B 126 of 331 ~ 38.07%

%29.91
%32.02
%38.07

CMYK color model

#636A7E color CMYK value is (21,16,0,51).

  • cyan value is 21.43%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(21,16,0,51)
C21M16Y0K51 
(21%,16%,0%,51%)
(0.21/0.16/0.00/0.51)	

CMYK percentages

%21.43
%15.87
%0
%50.59

Codes

Color #636A7E in popluar color models

636A7E
RGB99106126
HSL224°12.00%44.12%
HSB/HSV224°21.43%49.41%
CMYK21.43%15.87%0.00%
50.59%

Color #636A7E in popluar number systems.

HEX636A7E
Decimal99106126
Binary110001111010101111110
Octal143152176

Shades and tints

Shades of #636A7E

#636A7E
(99,106,126)
#5A6173
(90,97,115)
#515868
(81,88,104)
#484F5D
(72,79,93)
#3F4652
(63,70,82)
#363D47
(54,61,71)
#2D343C
(45,52,60)
#242B31
(36,43,49)
#1B2226
(27,34,38)
#12191B
(18,25,27)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #636A7E

#636A7E
(99,106,126)
#717789
(113,119,137)
#7F8494
(127,132,148)
#8D919F
(141,145,159)
#9B9EAA
(155,158,170)
#A9ABB5
(169,171,181)
#B7B8C0
(183,184,192)
#C5C5CB
(197,197,203)
#D3D2D6
(211,210,214)
#E1DFE1
(225,223,225)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636A7E color. Also use rgb(99,106,126) instead hex code.

Text Font Color

.myTextColor { color: #636A7E; }

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

This text font color is #636A7E.


Background Color

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

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

This div background color is #636A7E.


Border color

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

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

This div border color is #636A7E.


Opacity

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

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

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

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

This text has shadow with #636A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636A7E on black background.


Color preview on white background

This text has color #636A7E on white background.



Black color preview on #636A7E background

This text has black color on #636A7E background.


White color preview on #636A7E background

This text has white color on #636A7E background.