COLOR #636F97

HEX: #636F97
RGB: (99,111,151)

Color info

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

RGB color model

#636F97 color RGB value is (99,111,151).

  • red value is 99;
  • green value is 111;
  • blue value is 151.
RGB:
(99,111,151)
(39%,44%,59%)

RGB channels and saturation

R 99 of 255 = 39%
G 111 of 255 = 44%
B 151 of 255 = 59%

99
111
151

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

Portions of RGB colors in percentages

R + G + B =
99 + 111 + 151 = 361 (100%)
R 99 of 361 ~ 27.42%
G 111 of 361 ~ 30.75%
B 151 of 361 ~ 41.83%

%27.42
%30.75
%41.83

CMYK color model

#636F97 color CMYK value is (34,26,0,41).

  • cyan value is 34.44%
  • magenta value is 26.49%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(34,26,0,41)
C34M26Y0K41 
(34%,26%,0%,41%)
(0.34/0.26/0.00/0.41)	

CMYK percentages

%34.44
%26.49
%0
%40.78

Codes

Color #636F97 in popluar color models

636F97
RGB99111151
HSL226°20.80%49.02%
HSB/HSV226°34.44%59.22%
CMYK34.44%26.49%0.00%
40.78%

Color #636F97 in popluar number systems.

HEX636F97
Decimal99111151
Binary1100011110111110010111
Octal143157227

Shades and tints

Shades of #636F97

#636F97
(99,111,151)
#5A658A
(90,101,138)
#515B7D
(81,91,125)
#485170
(72,81,112)
#3F4763
(63,71,99)
#363D56
(54,61,86)
#2D3349
(45,51,73)
#24293C
(36,41,60)
#1B1F2F
(27,31,47)
#121522
(18,21,34)
#090B15
(9,11,21)
#000000
(0,0,0)

Tints of #636F97

#636F97
(99,111,151)
#717CA0
(113,124,160)
#7F89A9
(127,137,169)
#8D96B2
(141,150,178)
#9BA3BB
(155,163,187)
#A9B0C4
(169,176,196)
#B7BDCD
(183,189,205)
#C5CAD6
(197,202,214)
#D3D7DF
(211,215,223)
#E1E4E8
(225,228,232)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636F97; }

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

This text font color is #636F97.


Background Color

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

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

This div background color is #636F97.


Border color

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

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

This div border color is #636F97.


Opacity

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

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

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

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

This text has shadow with #636F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636F97 on black background.


Color preview on white background

This text has color #636F97 on white background.



Black color preview on #636F97 background

This text has black color on #636F97 background.


White color preview on #636F97 background

This text has white color on #636F97 background.