COLOR #636DBA

HEX: #636DBA
RGB: (99,109,186)

Color info

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

RGB color model

#636DBA color RGB value is (99,109,186).

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

RGB channels and saturation

R 99 of 255 = 39%
G 109 of 255 = 43%
B 186 of 255 = 73%

99
109
186

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

Portions of RGB colors in percentages

R + G + B =
99 + 109 + 186 = 394 (100%)
R 99 of 394 ~ 25.13%
G 109 of 394 ~ 27.66%
B 186 of 394 ~ 47.21%

%25.13
%27.66
%47.21

CMYK color model

#636DBA color CMYK value is (47,41,0,27).

  • cyan value is 46.77%
  • magenta value is 41.40%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(47,41,0,27)
C47M41Y0K27 
(47%,41%,0%,27%)
(0.47/0.41/0.00/0.27)	

CMYK percentages

%46.77
%41.4
%0
%27.06

Codes

Color #636DBA in popluar color models

636DBA
RGB99109186
HSL233°38.67%55.88%
HSB/HSV233°46.77%72.94%
CMYK46.77%41.40%0.00%
27.06%

Color #636DBA in popluar number systems.

HEX636DBA
Decimal99109186
Binary1100011110110110111010
Octal143155272

Shades and tints

Shades of #636DBA

#636DBA
(99,109,186)
#5A64AA
(90,100,170)
#515B9A
(81,91,154)
#48528A
(72,82,138)
#3F497A
(63,73,122)
#36406A
(54,64,106)
#2D375A
(45,55,90)
#242E4A
(36,46,74)
#1B253A
(27,37,58)
#121C2A
(18,28,42)
#09131A
(9,19,26)
#000000
(0,0,0)

Tints of #636DBA

#636DBA
(99,109,186)
#717AC0
(113,122,192)
#7F87C6
(127,135,198)
#8D94CC
(141,148,204)
#9BA1D2
(155,161,210)
#A9AED8
(169,174,216)
#B7BBDE
(183,187,222)
#C5C8E4
(197,200,228)
#D3D5EA
(211,213,234)
#E1E2F0
(225,226,240)
#EFEFF6
(239,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636DBA; }

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

This text font color is #636DBA.


Background Color

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

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

This div background color is #636DBA.


Border color

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

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

This div border color is #636DBA.


Opacity

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

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

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

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

This text has shadow with #636DBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636DBA on black background.


Color preview on white background

This text has color #636DBA on white background.



Black color preview on #636DBA background

This text has black color on #636DBA background.


White color preview on #636DBA background

This text has white color on #636DBA background.