COLOR #636DAF

HEX: #636DAF
RGB: (99,109,175)

Color info

#636DAF contains mainly blue color. Web safe color of #636DAF is #666699 (or #669).

RGB color model

#636DAF color RGB value is (99,109,175).

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

RGB channels and saturation

R 99 of 255 = 39%
G 109 of 255 = 43%
B 175 of 255 = 69%

99
109
175

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

Portions of RGB colors in percentages

R + G + B =
99 + 109 + 175 = 383 (100%)
R 99 of 383 ~ 25.85%
G 109 of 383 ~ 28.46%
B 175 of 383 ~ 45.69%

%25.85
%28.46
%45.69

CMYK color model

#636DAF color CMYK value is (43,38,0,31).

  • cyan value is 43.43%
  • magenta value is 37.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(43,38,0,31)
C43M38Y0K31 
(43%,38%,0%,31%)
(0.43/0.38/0.00/0.31)	

CMYK percentages

%43.43
%37.71
%0
%31.37

Codes

Color #636DAF in popluar color models

636DAF
RGB99109175
HSL232°32.20%53.73%
HSB/HSV232°43.43%68.63%
CMYK43.43%37.71%0.00%
31.37%

Color #636DAF in popluar number systems.

HEX636DAF
Decimal99109175
Binary1100011110110110101111
Octal143155257

Shades and tints

Shades of #636DAF

#636DAF
(99,109,175)
#5A64A0
(90,100,160)
#515B91
(81,91,145)
#485282
(72,82,130)
#3F4973
(63,73,115)
#364064
(54,64,100)
#2D3755
(45,55,85)
#242E46
(36,46,70)
#1B2537
(27,37,55)
#121C28
(18,28,40)
#091319
(9,19,25)
#000000
(0,0,0)

Tints of #636DAF

#636DAF
(99,109,175)
#717AB6
(113,122,182)
#7F87BD
(127,135,189)
#8D94C4
(141,148,196)
#9BA1CB
(155,161,203)
#A9AED2
(169,174,210)
#B7BBD9
(183,187,217)
#C5C8E0
(197,200,224)
#D3D5E7
(211,213,231)
#E1E2EE
(225,226,238)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636DAF; }

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

This text font color is #636DAF.


Background Color

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

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

This div background color is #636DAF.


Border color

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

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

This div border color is #636DAF.


Opacity

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

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

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

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

This text has shadow with #636DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636DAF on black background.


Color preview on white background

This text has color #636DAF on white background.



Black color preview on #636DAF background

This text has black color on #636DAF background.


White color preview on #636DAF background

This text has white color on #636DAF background.