COLOR #636FBA

HEX: #636FBA
RGB: (99,111,186)

Color info

#636FBA contains mainly blue color. Web safe color of #636FBA is #6666CC (or #66C).

RGB color model

#636FBA color RGB value is (99,111,186).

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

RGB channels and saturation

R 99 of 255 = 39%
G 111 of 255 = 44%
B 186 of 255 = 73%

99
111
186

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

Portions of RGB colors in percentages

R + G + B =
99 + 111 + 186 = 396 (100%)
R 99 of 396 ~ 25%
G 111 of 396 ~ 28.03%
B 186 of 396 ~ 46.97%

%25
%28.03
%46.97

CMYK color model

#636FBA color CMYK value is (47,40,0,27).

  • cyan value is 46.77%
  • magenta value is 40.32%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(47,40,0,27)
C47M40Y0K27 
(47%,40%,0%,27%)
(0.47/0.40/0.00/0.27)	

CMYK percentages

%46.77
%40.32
%0
%27.06

Codes

Color #636FBA in popluar color models

636FBA
RGB99111186
HSL232°38.67%55.88%
HSB/HSV232°46.77%72.94%
CMYK46.77%40.32%0.00%
27.06%

Color #636FBA in popluar number systems.

HEX636FBA
Decimal99111186
Binary1100011110111110111010
Octal143157272

Shades and tints

Shades of #636FBA

#636FBA
(99,111,186)
#5A65AA
(90,101,170)
#515B9A
(81,91,154)
#48518A
(72,81,138)
#3F477A
(63,71,122)
#363D6A
(54,61,106)
#2D335A
(45,51,90)
#24294A
(36,41,74)
#1B1F3A
(27,31,58)
#12152A
(18,21,42)
#090B1A
(9,11,26)
#000000
(0,0,0)

Tints of #636FBA

#636FBA
(99,111,186)
#717CC0
(113,124,192)
#7F89C6
(127,137,198)
#8D96CC
(141,150,204)
#9BA3D2
(155,163,210)
#A9B0D8
(169,176,216)
#B7BDDE
(183,189,222)
#C5CAE4
(197,202,228)
#D3D7EA
(211,215,234)
#E1E4F0
(225,228,240)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636FBA; }

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

This text font color is #636FBA.


Background Color

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

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

This div background color is #636FBA.


Border color

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

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

This div border color is #636FBA.


Opacity

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

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

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

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

This text has shadow with #636FBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636FBA on black background.


Color preview on white background

This text has color #636FBA on white background.



Black color preview on #636FBA background

This text has black color on #636FBA background.


White color preview on #636FBA background

This text has white color on #636FBA background.