COLOR #636FA0

HEX: #636FA0
RGB: (99,111,160)

Color info

#636FA0 contains mainly green and blue colors. Web safe color of #636FA0 is #666699 (or #669).

RGB color model

#636FA0 color RGB value is (99,111,160).

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

RGB channels and saturation

R 99 of 255 = 39%
G 111 of 255 = 44%
B 160 of 255 = 63%

99
111
160

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

Portions of RGB colors in percentages

R + G + B =
99 + 111 + 160 = 370 (100%)
R 99 of 370 ~ 26.76%
G 111 of 370 ~ 30%
B 160 of 370 ~ 43.24%

%26.76
%30
%43.24

CMYK color model

#636FA0 color CMYK value is (38,31,0,37).

  • cyan value is 38.13%
  • magenta value is 30.63%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(38,31,0,37)
C38M31Y0K37 
(38%,31%,0%,37%)
(0.38/0.31/0.00/0.37)	

CMYK percentages

%38.13
%30.63
%0
%37.25

Codes

Color #636FA0 in popluar color models

636FA0
RGB99111160
HSL228°24.30%50.78%
HSB/HSV228°38.13%62.75%
CMYK38.13%30.63%0.00%
37.25%

Color #636FA0 in popluar number systems.

HEX636FA0
Decimal99111160
Binary1100011110111110100000
Octal143157240

Shades and tints

Shades of #636FA0

#636FA0
(99,111,160)
#5A6592
(90,101,146)
#515B84
(81,91,132)
#485176
(72,81,118)
#3F4768
(63,71,104)
#363D5A
(54,61,90)
#2D334C
(45,51,76)
#24293E
(36,41,62)
#1B1F30
(27,31,48)
#121522
(18,21,34)
#090B14
(9,11,20)
#000000
(0,0,0)

Tints of #636FA0

#636FA0
(99,111,160)
#717CA8
(113,124,168)
#7F89B0
(127,137,176)
#8D96B8
(141,150,184)
#9BA3C0
(155,163,192)
#A9B0C8
(169,176,200)
#B7BDD0
(183,189,208)
#C5CAD8
(197,202,216)
#D3D7E0
(211,215,224)
#E1E4E8
(225,228,232)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636FA0; }

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

This text font color is #636FA0.


Background Color

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

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

This div background color is #636FA0.


Border color

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

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

This div border color is #636FA0.


Opacity

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

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

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

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

This text has shadow with #636FA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636FA0 on black background.


Color preview on white background

This text has color #636FA0 on white background.



Black color preview on #636FA0 background

This text has black color on #636FA0 background.


White color preview on #636FA0 background

This text has white color on #636FA0 background.