COLOR #636CD8

HEX: #636CD8
RGB: (99,108,216)

Color info

#636CD8 contains mainly blue color. Web safe color of #636CD8 is #6666CC (or #66C).

RGB color model

#636CD8 color RGB value is (99,108,216).

  • red value is 99;
  • green value is 108;
  • blue value is 216.
RGB:
(99,108,216)
(39%,42%,85%)

RGB channels and saturation

R 99 of 255 = 39%
G 108 of 255 = 42%
B 216 of 255 = 85%

99
108
216

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

Portions of RGB colors in percentages

R + G + B =
99 + 108 + 216 = 423 (100%)
R 99 of 423 ~ 23.4%
G 108 of 423 ~ 25.53%
B 216 of 423 ~ 51.06%

%23.4
%25.53
%51.06

CMYK color model

#636CD8 color CMYK value is (54,50,0,15).

  • cyan value is 54.17%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(54,50,0,15)
C54M50Y0K15 
(54%,50%,0%,15%)
(0.54/0.50/0.00/0.15)	

CMYK percentages

%54.17
%50
%0
%15.29

Codes

Color #636CD8 in popluar color models

636CD8
RGB99108216
HSL235°60.00%61.76%
HSB/HSV235°54.17%84.71%
CMYK54.17%50.00%0.00%
15.29%

Color #636CD8 in popluar number systems.

HEX636CD8
Decimal99108216
Binary1100011110110011011000
Octal143154330

Shades and tints

Shades of #636CD8

#636CD8
(99,108,216)
#5A63C5
(90,99,197)
#515AB2
(81,90,178)
#48519F
(72,81,159)
#3F488C
(63,72,140)
#363F79
(54,63,121)
#2D3666
(45,54,102)
#242D53
(36,45,83)
#1B2440
(27,36,64)
#121B2D
(18,27,45)
#09121A
(9,18,26)
#000000
(0,0,0)

Tints of #636CD8

#636CD8
(99,108,216)
#7179DB
(113,121,219)
#7F86DE
(127,134,222)
#8D93E1
(141,147,225)
#9BA0E4
(155,160,228)
#A9ADE7
(169,173,231)
#B7BAEA
(183,186,234)
#C5C7ED
(197,199,237)
#D3D4F0
(211,212,240)
#E1E1F3
(225,225,243)
#EFEEF6
(239,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636CD8 color. Also use rgb(99,108,216) instead hex code.

Text Font Color

.myTextColor { color: #636CD8; }

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

This text font color is #636CD8.


Background Color

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

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

This div background color is #636CD8.


Border color

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

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

This div border color is #636CD8.


Opacity

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

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

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

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

This text has shadow with #636CD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636CD8 on black background.


Color preview on white background

This text has color #636CD8 on white background.



Black color preview on #636CD8 background

This text has black color on #636CD8 background.


White color preview on #636CD8 background

This text has white color on #636CD8 background.