COLOR #636CA6

HEX: #636CA6 RGB: (99,108,166)

Color info

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

RGB color model

#636CA6 color RGB value is (99,108,166).

RGB: (99,108,166) (39%, 42%, 65%)

RGB channels and saturation

R 99 of 255 = 39%
G 108 of 255 = 42%
B 166 of 255 = 65%

99
108
166

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

Portions of RGB colors in percentages

R + G + B = 99 + 108 + 166 = 373 (100%)
R 99 of 373 ~ 26.54%
G 108 of 373 ~ 28.95%
B 166 of 373 ~ 44.5'%

%26.54
%28.95
%44.5

CMYK color model

#636CA6 color CMYK value is (40,35,0,35).

  • cyan value is 40.36%
  • magenta value is 34.94%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK: (40,35,0,35) C40M35Y0K35 (40%,35%,0%,35%) (0.40/0.35/0.00/0.35) 

CMYK percentages

%40.36
%34.94
%0
%34.9

Codes

Color #636CA6 in popluar color models

63 6C A6
RGB 99 108 166
HSL 232° 27.35% 51.96%
HSB/HSV 232° 40.36% 65.10%
CMYK 40.36% 34.94% 0.00%
34.90%

Color #636CA6 in popluar number systems.

HEX 63 6C A6
Decimal 99 108 166
Binary 1100011 1101100 10100110
Octal 143 154 246

Shades and tints

Shades of #636CA6

#636CA6
(99,108,166)
#5A6397
(90,99,151)
#515A88
(81,90,136)
#485179
(72,81,121)
#3F486A
(63,72,106)
#363F5B
(54,63,91)
#2D364C
(45,54,76)
#242D3D
(36,45,61)
#1B242E
(27,36,46)
#121B1F
(18,27,31)
#091210
(9,18,16)
#000000
(0,0,0)

Tints of #636CA6

#636CA6
(99,108,166)
#7179AE
(113,121,174)
#7F86B6
(127,134,182)
#8D93BE
(141,147,190)
#9BA0C6
(155,160,198)
#A9ADCE
(169,173,206)
#B7BAD6
(183,186,214)
#C5C7DE
(197,199,222)
#D3D4E6
(211,212,230)
#E1E1EE
(225,225,238)
#EFEEF6
(239,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636CA6 color. Also use rgb(99,108,166) instead hex code.

Text Font Color

.myTextColor { color: #636CA6; }

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

This text font color is #636CA6.

Background Color

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

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

This div background color is #636CA6.

Border color

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

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

This div border color is #636CA6.

Opacity

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

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

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

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

This text has shadow with #636CA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #636CA6.

Preview

Color preview on black background

This text has color #636CA6 on black background.


Color preview on white background

This text has color #636CA6 on white background.


Black color preview on #636CA6 background

This text has black color on #636CA6 background.


White color preview on #636CA6 background

This text has white color on #636CA6 background.


Related colors

Complementary color

Complementary color for #hex is #9C9359.


I love getcolorcode.com

Triadic colors

1 #A6636C and #6CA663 with #636CA6 are triadic colors.

2 #A66C63 and #6C63A6 with #636CA6 are triadic colors.