COLOR #636FBF

HEX: #636FBF RGB: (99,111,191)

Color info

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

RGB color model

#636FBF color RGB value is (99,111,191).

RGB: (99,111,191) (39%, 44%, 75%)

RGB channels and saturation

R 99 of 255 = 39%
G 111 of 255 = 44%
B 191 of 255 = 75%

99
111
191

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

Portions of RGB colors in percentages

R + G + B = 99 + 111 + 191 = 401 (100%)
R 99 of 401 ~ 24.69%
G 111 of 401 ~ 27.68%
B 191 of 401 ~ 47.63'%

%24.69
%27.68
%47.63

CMYK color model

#636FBF color CMYK value is (48,42,0,25).

  • cyan value is 48.17%
  • magenta value is 41.88%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (48,42,0,25)
C48M42Y0K25 (48%, 42%, 0%, 25%)
(0.48 / 0.42 / 0.00 / 0.25)

CMYK percentages

%48.17
%41.88
%0
%25.1

Codes

Color #636FBF in popluar color models

63 6F BF
RGB 99 111 191
HSL 232° 41.82% 56.86%
HSB/HSV 232° 48.17% 74.90%
CMYK 48.17% 41.88% 0.00%
25.10%

Color #636FBF in popluar number systems.

HEX 63 6F BF
Decimal 99 111 191
Binary 1100011 1101111 10111111
Octal 143 157 277

Shades and tints

Shades of #636FBF

#636FBF
(99,111,191)
#5A65AE
(90,101,174)
#515B9D
(81,91,157)
#48518C
(72,81,140)
#3F477B
(63,71,123)
#363D6A
(54,61,106)
#2D3359
(45,51,89)
#242948
(36,41,72)
#1B1F37
(27,31,55)
#121526
(18,21,38)
#090B15
(9,11,21)
#000000
(0,0,0)

Tints of #636FBF

#636FBF
(99,111,191)
#717CC4
(113,124,196)
#7F89C9
(127,137,201)
#8D96CE
(141,150,206)
#9BA3D3
(155,163,211)
#A9B0D8
(169,176,216)
#B7BDDD
(183,189,221)
#C5CAE2
(197,202,226)
#D3D7E7
(211,215,231)
#E1E4EC
(225,228,236)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636FBF; }

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

This text font color is #636FBF.

Background Color

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

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

This div background color is #636FBF.

Border color

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

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

This div border color is #636FBF.

Opacity

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

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

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

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

This text has shadow with #636FBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #636FBF.

Preview

Color preview on black background

This text has color #636FBF on black background.


Color preview on white background

This text has color #636FBF on white background.


Black color preview on #636FBF background

This text has black color on #636FBF background.


White color preview on #636FBF background

This text has white color on #636FBF background.


Related colors

Complementary color

Complementary color for #hex is #9C9040.


I love getcolorcode.com

Triadic colors

1 #BF636F and #6FBF63 with #636FBF are triadic colors.

2 #BF6F63 and #6F63BF with #636FBF are triadic colors.