COLOR #636485

HEX: #636485
RGB: (99,100,133)

Color info

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

RGB color model

#636485 color RGB value is (99,100,133).

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

RGB channels and saturation

R 99 of 255 = 39%
G 100 of 255 = 39%
B 133 of 255 = 52%

99
100
133

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

Portions of RGB colors in percentages

R + G + B =
99 + 100 + 133 = 332 (100%)
R 99 of 332 ~ 29.82%
G 100 of 332 ~ 30.12%
B 133 of 332 ~ 40.06%

%29.82
%30.12
%40.06

CMYK color model

#636485 color CMYK value is (26,25,0,48).

  • cyan value is 25.56%
  • magenta value is 24.81%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(26,25,0,48)
C26M25Y0K48 
(26%,25%,0%,48%)
(0.26/0.25/0.00/0.48)	

CMYK percentages

%25.56
%24.81
%0
%47.84

Codes

Color #636485 in popluar color models

636485
RGB99100133
HSL238°14.66%45.49%
HSB/HSV238°25.56%52.16%
CMYK25.56%24.81%0.00%
47.84%

Color #636485 in popluar number systems.

HEX636485
Decimal99100133
Binary1100011110010010000101
Octal143144205

Shades and tints

Shades of #636485

#636485
(99,100,133)
#5A5B79
(90,91,121)
#51526D
(81,82,109)
#484961
(72,73,97)
#3F4055
(63,64,85)
#363749
(54,55,73)
#2D2E3D
(45,46,61)
#242531
(36,37,49)
#1B1C25
(27,28,37)
#121319
(18,19,25)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #636485

#636485
(99,100,133)
#717290
(113,114,144)
#7F809B
(127,128,155)
#8D8EA6
(141,142,166)
#9B9CB1
(155,156,177)
#A9AABC
(169,170,188)
#B7B8C7
(183,184,199)
#C5C6D2
(197,198,210)
#D3D4DD
(211,212,221)
#E1E2E8
(225,226,232)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636485; }

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

This text font color is #636485.


Background Color

.myBgColor { background-color: #636485; }

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

This div background color is #636485.


Border color

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

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

This div border color is #636485.


Opacity

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

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

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

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

This text has shadow with #636485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636485 on black background.


Color preview on white background

This text has color #636485 on white background.



Black color preview on #636485 background

This text has black color on #636485 background.


White color preview on #636485 background

This text has white color on #636485 background.