COLOR #636099

HEX: #636099
RGB: (99,96,153)

Color info

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

RGB color model

#636099 color RGB value is (99,96,153).

  • red value is 99;
  • green value is 96;
  • blue value is 153.
RGB:
(99,96,153)
(39%,38%,60%)

RGB channels and saturation

R 99 of 255 = 39%
G 96 of 255 = 38%
B 153 of 255 = 60%

99
96
153

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

Portions of RGB colors in percentages

R + G + B =
99 + 96 + 153 = 348 (100%)
R 99 of 348 ~ 28.45%
G 96 of 348 ~ 27.59%
B 153 of 348 ~ 43.97%

%28.45
%27.59
%43.97

CMYK color model

#636099 color CMYK value is (35,37,0,40).

  • cyan value is 35.29%
  • magenta value is 37.25%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(35,37,0,40)
C35M37Y0K40 
(35%,37%,0%,40%)
(0.35/0.37/0.00/0.40)	

CMYK percentages

%35.29
%37.25
%0
%40

Codes

Color #636099 in popluar color models

636099
RGB9996153
HSL243°22.89%48.82%
HSB/HSV243°37.25%60.00%
CMYK35.29%37.25%0.00%
40.00%

Color #636099 in popluar number systems.

HEX636099
Decimal9996153
Binary1100011110000010011001
Octal143140231

Shades and tints

Shades of #636099

#636099
(99,96,153)
#5A588C
(90,88,140)
#51507F
(81,80,127)
#484872
(72,72,114)
#3F4065
(63,64,101)
#363858
(54,56,88)
#2D304B
(45,48,75)
#24283E
(36,40,62)
#1B2031
(27,32,49)
#121824
(18,24,36)
#091017
(9,16,23)
#000000
(0,0,0)

Tints of #636099

#636099
(99,96,153)
#716EA2
(113,110,162)
#7F7CAB
(127,124,171)
#8D8AB4
(141,138,180)
#9B98BD
(155,152,189)
#A9A6C6
(169,166,198)
#B7B4CF
(183,180,207)
#C5C2D8
(197,194,216)
#D3D0E1
(211,208,225)
#E1DEEA
(225,222,234)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636099 color. Also use rgb(99,96,153) instead hex code.

Text Font Color

.myTextColor { color: #636099; }

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

This text font color is #636099.


Background Color

.myBgColor { background-color: #636099; }

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

This div background color is #636099.


Border color

.myBorderColor { border: 1px solid #636099; }

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

This div border color is #636099.


Opacity

.myOpacity80 { color: #636099; opacity: 0.8; }

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

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

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

This text has shadow with #636099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636099 on black background.


Color preview on white background

This text has color #636099 on white background.



Black color preview on #636099 background

This text has black color on #636099 background.


White color preview on #636099 background

This text has white color on #636099 background.