COLOR #636C9C

HEX: #636C9C RGB: (99,108,156)

Color info

#636C9C contains red, green and blue colors in about the same proportion. Web safe color of #636C9C is #666699 (or #669).

RGB color model

#636C9C color RGB value is (99,108,156).

RGB: (99,108,156) (39%, 42%, 61%)

RGB channels and saturation

R 99 of 255 = 39%
G 108 of 255 = 42%
B 156 of 255 = 61%

99
108
156

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

Portions of RGB colors in percentages

R + G + B = 99 + 108 + 156 = 363 (100%)
R 99 of 363 ~ 27.27%
G 108 of 363 ~ 29.75%
B 156 of 363 ~ 42.98'%

%27.27
%29.75
%42.98

CMYK color model

#636C9C color CMYK value is (37,31,0,39).

  • cyan value is 36.54%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK: (37,31,0,39) C37M31Y0K39 (37%,31%,0%,39%) (0.37/0.31/0.00/0.39) 

CMYK percentages

%36.54
%30.77
%0
%38.82

Codes

Color #636C9C in popluar color models

63 6C 9C
RGB 99 108 156
HSL 231° 22.35% 50.00%
HSB/HSV 231° 36.54% 61.18%
CMYK 36.54% 30.77% 0.00%
38.82%

Color #636C9C in popluar number systems.

HEX 63 6C 9C
Decimal 99 108 156
Binary 1100011 1101100 10011100
Octal 143 154 234

Shades and tints

Shades of #636C9C

#636C9C
(99,108,156)
#5A638E
(90,99,142)
#515A80
(81,90,128)
#485172
(72,81,114)
#3F4864
(63,72,100)
#363F56
(54,63,86)
#2D3648
(45,54,72)
#242D3A
(36,45,58)
#1B242C
(27,36,44)
#121B1E
(18,27,30)
#091210
(9,18,16)
#000000
(0,0,0)

Tints of #636C9C

#636C9C
(99,108,156)
#7179A5
(113,121,165)
#7F86AE
(127,134,174)
#8D93B7
(141,147,183)
#9BA0C0
(155,160,192)
#A9ADC9
(169,173,201)
#B7BAD2
(183,186,210)
#C5C7DB
(197,199,219)
#D3D4E4
(211,212,228)
#E1E1ED
(225,225,237)
#EFEEF6
(239,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636C9C; }

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

This text font color is #636C9C.

Background Color

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

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

This div background color is #636C9C.

Border color

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

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

This div border color is #636C9C.

Opacity

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

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

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

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

This text has shadow with #636C9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #636C9C.

Preview

Color preview on black background

This text has color #636C9C on black background.


Color preview on white background

This text has color #636C9C on white background.


Black color preview on #636C9C background

This text has black color on #636C9C background.


White color preview on #636C9C background

This text has white color on #636C9C background.


Related colors

Complementary color

Complementary color for #hex is #9C9363.


I love getcolorcode.com

Triadic colors

1 #9C636C and #6C9C63 with #636C9C are triadic colors.

2 #9C6C63 and #6C639C with #636C9C are triadic colors.