COLOR #636A88

HEX: #636A88
RGB: (99,106,136)

Color info

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

RGB color model

#636A88 color RGB value is (99,106,136).

  • red value is 99;
  • green value is 106;
  • blue value is 136.
RGB:
(99,106,136)
(39%,42%,53%)

RGB channels and saturation

R 99 of 255 = 39%
G 106 of 255 = 42%
B 136 of 255 = 53%

99
106
136

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

Portions of RGB colors in percentages

R + G + B =
99 + 106 + 136 = 341 (100%)
R 99 of 341 ~ 29.03%
G 106 of 341 ~ 31.09%
B 136 of 341 ~ 39.88%

%29.03
%31.09
%39.88

CMYK color model

#636A88 color CMYK value is (27,22,0,47).

  • cyan value is 27.21%
  • magenta value is 22.06%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(27,22,0,47)
C27M22Y0K47 
(27%,22%,0%,47%)
(0.27/0.22/0.00/0.47)	

CMYK percentages

%27.21
%22.06
%0
%46.67

Codes

Color #636A88 in popluar color models

636A88
RGB99106136
HSL229°15.74%46.08%
HSB/HSV229°27.21%53.33%
CMYK27.21%22.06%0.00%
46.67%

Color #636A88 in popluar number systems.

HEX636A88
Decimal99106136
Binary1100011110101010001000
Octal143152210

Shades and tints

Shades of #636A88

#636A88
(99,106,136)
#5A617C
(90,97,124)
#515870
(81,88,112)
#484F64
(72,79,100)
#3F4658
(63,70,88)
#363D4C
(54,61,76)
#2D3440
(45,52,64)
#242B34
(36,43,52)
#1B2228
(27,34,40)
#12191C
(18,25,28)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #636A88

#636A88
(99,106,136)
#717792
(113,119,146)
#7F849C
(127,132,156)
#8D91A6
(141,145,166)
#9B9EB0
(155,158,176)
#A9ABBA
(169,171,186)
#B7B8C4
(183,184,196)
#C5C5CE
(197,197,206)
#D3D2D8
(211,210,216)
#E1DFE2
(225,223,226)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636A88 color. Also use rgb(99,106,136) instead hex code.

Text Font Color

.myTextColor { color: #636A88; }

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

This text font color is #636A88.


Background Color

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

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

This div background color is #636A88.


Border color

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

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

This div border color is #636A88.


Opacity

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

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

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

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

This text has shadow with #636A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636A88 on black background.


Color preview on white background

This text has color #636A88 on white background.



Black color preview on #636A88 background

This text has black color on #636A88 background.


White color preview on #636A88 background

This text has white color on #636A88 background.