COLOR #636F85

HEX: #636F85
RGB: (99,111,133)

Color info

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

RGB color model

#636F85 color RGB value is (99,111,133).

  • red value is 99;
  • green value is 111;
  • blue value is 133.
RGB:
(99,111,133)
(39%,44%,52%)

RGB channels and saturation

R 99 of 255 = 39%
G 111 of 255 = 44%
B 133 of 255 = 52%

99
111
133

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

Portions of RGB colors in percentages

R + G + B =
99 + 111 + 133 = 343 (100%)
R 99 of 343 ~ 28.86%
G 111 of 343 ~ 32.36%
B 133 of 343 ~ 38.78%

%28.86
%32.36
%38.78

CMYK color model

#636F85 color CMYK value is (26,17,0,48).

  • cyan value is 25.56%
  • magenta value is 16.54%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(26,17,0,48)
C26M17Y0K48 
(26%,17%,0%,48%)
(0.26/0.17/0.00/0.48)	

CMYK percentages

%25.56
%16.54
%0
%47.84

Codes

Color #636F85 in popluar color models

636F85
RGB99111133
HSL219°14.66%45.49%
HSB/HSV219°25.56%52.16%
CMYK25.56%16.54%0.00%
47.84%

Color #636F85 in popluar number systems.

HEX636F85
Decimal99111133
Binary1100011110111110000101
Octal143157205

Shades and tints

Shades of #636F85

#636F85
(99,111,133)
#5A6579
(90,101,121)
#515B6D
(81,91,109)
#485161
(72,81,97)
#3F4755
(63,71,85)
#363D49
(54,61,73)
#2D333D
(45,51,61)
#242931
(36,41,49)
#1B1F25
(27,31,37)
#121519
(18,21,25)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #636F85

#636F85
(99,111,133)
#717C90
(113,124,144)
#7F899B
(127,137,155)
#8D96A6
(141,150,166)
#9BA3B1
(155,163,177)
#A9B0BC
(169,176,188)
#B7BDC7
(183,189,199)
#C5CAD2
(197,202,210)
#D3D7DD
(211,215,221)
#E1E4E8
(225,228,232)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636F85 color. Also use rgb(99,111,133) instead hex code.

Text Font Color

.myTextColor { color: #636F85; }

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

This text font color is #636F85.


Background Color

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

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

This div background color is #636F85.


Border color

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

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

This div border color is #636F85.


Opacity

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

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

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

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

This text has shadow with #636F85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636F85 on black background.


Color preview on white background

This text has color #636F85 on white background.



Black color preview on #636F85 background

This text has black color on #636F85 background.


White color preview on #636F85 background

This text has white color on #636F85 background.