COLOR #636F8A

HEX: #636F8A RGB: (99,111,138)

Color info

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

RGB color model

#636F8A color RGB value is (99,111,138).

RGB: (99,111,138) (39%, 44%, 54%)

RGB channels and saturation

R 99 of 255 = 39%
G 111 of 255 = 44%
B 138 of 255 = 54%

99
111
138

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

Portions of RGB colors in percentages

R + G + B = 99 + 111 + 138 = 348 (100%)
R 99 of 348 ~ 28.45%
G 111 of 348 ~ 31.9%
B 138 of 348 ~ 39.66'%

%28.45
%31.9
%39.66

CMYK color model

#636F8A color CMYK value is (28,20,0,46).

  • cyan value is 28.26%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (28,20,0,46)
C28M20Y0K46 (28%, 20%, 0%, 46%)
(0.28 / 0.20 / 0.00 / 0.46)

CMYK percentages

%28.26
%19.57
%0
%45.88

Codes

Color #636F8A in popluar color models

63 6F 8A
RGB 99 111 138
HSL 222° 16.46% 46.47%
HSB/HSV 222° 28.26% 54.12%
CMYK 28.26% 19.57% 0.00%
45.88%

Color #636F8A in popluar number systems.

HEX 63 6F 8A
Decimal 99 111 138
Binary 1100011 1101111 10001010
Octal 143 157 212

Shades and tints

Shades of #636F8A

#636F8A
(99,111,138)
#5A657E
(90,101,126)
#515B72
(81,91,114)
#485166
(72,81,102)
#3F475A
(63,71,90)
#363D4E
(54,61,78)
#2D3342
(45,51,66)
#242936
(36,41,54)
#1B1F2A
(27,31,42)
#12151E
(18,21,30)
#090B12
(9,11,18)
#000000
(0,0,0)

Tints of #636F8A

#636F8A
(99,111,138)
#717C94
(113,124,148)
#7F899E
(127,137,158)
#8D96A8
(141,150,168)
#9BA3B2
(155,163,178)
#A9B0BC
(169,176,188)
#B7BDC6
(183,189,198)
#C5CAD0
(197,202,208)
#D3D7DA
(211,215,218)
#E1E4E4
(225,228,228)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636F8A color. Also use rgb(99,111,138) instead hex code.

Text Font Color

.myTextColor { color: #636F8A; }

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

This text font color is #636F8A.

Background Color

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

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

This div background color is #636F8A.

Border color

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

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

This div border color is #636F8A.

Opacity

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

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

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

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

This text has shadow with #636F8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #636F8A.

Preview

Color preview on black background

This text has color #636F8A on black background.


Color preview on white background

This text has color #636F8A on white background.


Black color preview on #636F8A background

This text has black color on #636F8A background.


White color preview on #636F8A background

This text has white color on #636F8A background.


Related colors

Complementary color

Complementary color for #hex is #9C9075.


I love getcolorcode.com

Triadic colors

1 #8A636F and #6F8A63 with #636F8A are triadic colors.

2 #8A6F63 and #6F638A with #636F8A are triadic colors.