COLOR #636A7F

HEX: #636A7F
RGB: (99,106,127)

Color info

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

RGB color model

#636A7F color RGB value is (99,106,127).

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

RGB channels and saturation

R 99 of 255 = 39%
G 106 of 255 = 42%
B 127 of 255 = 50%

99
106
127

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

Portions of RGB colors in percentages

R + G + B =
99 + 106 + 127 = 332 (100%)
R 99 of 332 ~ 29.82%
G 106 of 332 ~ 31.93%
B 127 of 332 ~ 38.25%

%29.82
%31.93
%38.25

CMYK color model

#636A7F color CMYK value is (22,17,0,50).

  • cyan value is 22.05%
  • magenta value is 16.54%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(22,17,0,50)
C22M17Y0K50 
(22%,17%,0%,50%)
(0.22/0.17/0.00/0.50)	

CMYK percentages

%22.05
%16.54
%0
%50.2

Codes

Color #636A7F in popluar color models

636A7F
RGB99106127
HSL225°12.39%44.31%
HSB/HSV225°22.05%49.80%
CMYK22.05%16.54%0.00%
50.20%

Color #636A7F in popluar number systems.

HEX636A7F
Decimal99106127
Binary110001111010101111111
Octal143152177

Shades and tints

Shades of #636A7F

#636A7F
(99,106,127)
#5A6174
(90,97,116)
#515869
(81,88,105)
#484F5E
(72,79,94)
#3F4653
(63,70,83)
#363D48
(54,61,72)
#2D343D
(45,52,61)
#242B32
(36,43,50)
#1B2227
(27,34,39)
#12191C
(18,25,28)
#091011
(9,16,17)
#000000
(0,0,0)

Tints of #636A7F

#636A7F
(99,106,127)
#71778A
(113,119,138)
#7F8495
(127,132,149)
#8D91A0
(141,145,160)
#9B9EAB
(155,158,171)
#A9ABB6
(169,171,182)
#B7B8C1
(183,184,193)
#C5C5CC
(197,197,204)
#D3D2D7
(211,210,215)
#E1DFE2
(225,223,226)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636A7F; }

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

This text font color is #636A7F.


Background Color

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

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

This div background color is #636A7F.


Border color

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

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

This div border color is #636A7F.


Opacity

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

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

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

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

This text has shadow with #636A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636A7F on black background.


Color preview on white background

This text has color #636A7F on white background.



Black color preview on #636A7F background

This text has black color on #636A7F background.


White color preview on #636A7F background

This text has white color on #636A7F background.