COLOR #636D97

HEX: #636D97
RGB: (99,109,151)

Renk bilgisi

#636D97 contains red, green and blue colors in about the same proportion. #636D97 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#636D97 color RGB value is (99,109,151).

  • kırmız ton 99;
  • yeşil ton 109;
  • mavi ton 151.
RGB:
(99,109,151)
(39%,43%,59%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 109 of 255 = 43%
B 151 of 255 = 59%

99
109
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 109 + 151 = 359 (100%)
R 99 of 359 ~ 27.58%
G 109 of 359 ~ 30.36%
B 151 of 359 ~ 42.06%

%27.58
%30.36
%42.06

CMYK RENK MODELİ

#636D97 rengi CMYK tonu (34,28,0,41).

  • camgöbeği tonu 34.44%
  • eflatun tonu 27.81%
  • sarı tonu 0.00%
  • ana renk tonu 40.78%
CMYK:
(34,28,0,41)
C34M28Y0K41 
(34%,28%,0%,41%)
(0.34/0.28/0.00/0.41)	

CMYK yüzdeleri

%34.44
%27.81
%0
%40.78

Codes

Color #636D97 in popluar color models

636D97
RGB99109151
HSL228°20.80%49.02%
HSB/HSV228°34.44%59.22%
CMYK34.44%27.81%0.00%
40.78%

Color #636D97 in popluar number systems.

HEX636D97
Decimal99109151
Binary1100011110110110010111
Octal143155227

Shades and tints

Shades of #636D97

#636D97
(99,109,151)
#5A648A
(90,100,138)
#515B7D
(81,91,125)
#485270
(72,82,112)
#3F4963
(63,73,99)
#364056
(54,64,86)
#2D3749
(45,55,73)
#242E3C
(36,46,60)
#1B252F
(27,37,47)
#121C22
(18,28,34)
#091315
(9,19,21)
#000000
(0,0,0)

Tints of #636D97

#636D97
(99,109,151)
#717AA0
(113,122,160)
#7F87A9
(127,135,169)
#8D94B2
(141,148,178)
#9BA1BB
(155,161,187)
#A9AEC4
(169,174,196)
#B7BBCD
(183,187,205)
#C5C8D6
(197,200,214)
#D3D5DF
(211,213,223)
#E1E2E8
(225,226,232)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636D97; }

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

This text font color is #636D97.


Background Color

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

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

This div background color is #636D97.


Border color

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

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

This div border color is #636D97.


Opacity

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

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

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

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

This text has shadow with #636D97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636D97 on black background.


Color preview on white background

This text has color #636D97 on white background.



Black color preview on #636D97 background

This text has black color on #636D97 background.


White color preview on #636D97 background

This text has white color on #636D97 background.