COLOR #636E91

HEX: #636E91 RGB: (99,110,145)

Color info

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

RGB color model

#636E91 color RGB value is (99,110,145).

RGB: (99,110,145) (39%, 43%, 57%)

RGB channels and saturation

R 99 of 255 = 39%
G 110 of 255 = 43%
B 145 of 255 = 57%

99
110
145

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

Portions of RGB colors in percentages

R + G + B = 99 + 110 + 145 = 354 (100%)
R 99 of 354 ~ 27.97%
G 110 of 354 ~ 31.07%
B 145 of 354 ~ 40.96'%

%27.97
%31.07
%40.96

CMYK color model

#636E91 color CMYK value is (32,24,0,43).

  • cyan value is 31.72%
  • magenta value is 24.14%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (32,24,0,43)
C32M24Y0K43 (32%, 24%, 0%, 43%)
(0.32 / 0.24 / 0.00 / 0.43)

CMYK percentages

%31.72
%24.14
%0
%43.14

Codes

Color #636E91 in popluar color models

63 6E 91
RGB 99 110 145
HSL 226° 18.85% 47.84%
HSB/HSV 226° 31.72% 56.86%
CMYK 31.72% 24.14% 0.00%
43.14%

Color #636E91 in popluar number systems.

HEX 63 6E 91
Decimal 99 110 145
Binary 1100011 1101110 10010001
Octal 143 156 221

Shades and tints

Shades of #636E91

#636E91
(99,110,145)
#5A6484
(90,100,132)
#515A77
(81,90,119)
#48506A
(72,80,106)
#3F465D
(63,70,93)
#363C50
(54,60,80)
#2D3243
(45,50,67)
#242836
(36,40,54)
#1B1E29
(27,30,41)
#12141C
(18,20,28)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #636E91

#636E91
(99,110,145)
#717B9B
(113,123,155)
#7F88A5
(127,136,165)
#8D95AF
(141,149,175)
#9BA2B9
(155,162,185)
#A9AFC3
(169,175,195)
#B7BCCD
(183,188,205)
#C5C9D7
(197,201,215)
#D3D6E1
(211,214,225)
#E1E3EB
(225,227,235)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636E91 color. Also use rgb(99,110,145) instead hex code.

Text Font Color

.myTextColor { color: #636E91; }

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

This text font color is #636E91.

Background Color

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

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

This div background color is #636E91.

Border color

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

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

This div border color is #636E91.

Opacity

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

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

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

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

This text has shadow with #636E91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #636E91.

Preview

Color preview on black background

This text has color #636E91 on black background.


Color preview on white background

This text has color #636E91 on white background.


Black color preview on #636E91 background

This text has black color on #636E91 background.


White color preview on #636E91 background

This text has white color on #636E91 background.


Related colors

Complementary color

Complementary color for #hex is #9C916E.


I love getcolorcode.com

Triadic colors

1 #91636E and #6E9163 with #636E91 are triadic colors.

2 #916E63 and #6E6391 with #636E91 are triadic colors.