COLOR #636DA7

HEX: #636DA7
RGB: (99,109,167)

Color info

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

RGB color model

#636DA7 color RGB value is (99,109,167).

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

RGB channels and saturation

R 99 of 255 = 39%
G 109 of 255 = 43%
B 167 of 255 = 65%

99
109
167

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

Portions of RGB colors in percentages

R + G + B =
99 + 109 + 167 = 375 (100%)
R 99 of 375 ~ 26.4%
G 109 of 375 ~ 29.07%
B 167 of 375 ~ 44.53%

%26.4
%29.07
%44.53

CMYK color model

#636DA7 color CMYK value is (41,35,0,35).

  • cyan value is 40.72%
  • magenta value is 34.73%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(41,35,0,35)
C41M35Y0K35 
(41%,35%,0%,35%)
(0.41/0.35/0.00/0.35)	

CMYK percentages

%40.72
%34.73
%0
%34.51

Codes

Color #636DA7 in popluar color models

636DA7
RGB99109167
HSL231°27.87%52.16%
HSB/HSV231°40.72%65.49%
CMYK40.72%34.73%0.00%
34.51%

Color #636DA7 in popluar number systems.

HEX636DA7
Decimal99109167
Binary1100011110110110100111
Octal143155247

Shades and tints

Shades of #636DA7

#636DA7
(99,109,167)
#5A6498
(90,100,152)
#515B89
(81,91,137)
#48527A
(72,82,122)
#3F496B
(63,73,107)
#36405C
(54,64,92)
#2D374D
(45,55,77)
#242E3E
(36,46,62)
#1B252F
(27,37,47)
#121C20
(18,28,32)
#091311
(9,19,17)
#000000
(0,0,0)

Tints of #636DA7

#636DA7
(99,109,167)
#717AAF
(113,122,175)
#7F87B7
(127,135,183)
#8D94BF
(141,148,191)
#9BA1C7
(155,161,199)
#A9AECF
(169,174,207)
#B7BBD7
(183,187,215)
#C5C8DF
(197,200,223)
#D3D5E7
(211,213,231)
#E1E2EF
(225,226,239)
#EFEFF7
(239,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636DA7; }

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

This text font color is #636DA7.


Background Color

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

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

This div background color is #636DA7.


Border color

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

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

This div border color is #636DA7.


Opacity

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

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

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

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

This text has shadow with #636DA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636DA7 on black background.


Color preview on white background

This text has color #636DA7 on white background.



Black color preview on #636DA7 background

This text has black color on #636DA7 background.


White color preview on #636DA7 background

This text has white color on #636DA7 background.