COLOR #636D95

HEX: #636D95
RGB: (99,109,149)

Renk bilgisi

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

RGB renk modeli

#636D95 color RGB value is (99,109,149).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 109 of 255 = 43%
B 149 of 255 = 58%

99
109
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 109 + 149 = 357 (100%)
R 99 of 357 ~ 27.73%
G 109 of 357 ~ 30.53%
B 149 of 357 ~ 41.74%

%27.73
%30.53
%41.74

CMYK RENK MODELİ

#636D95 rengi CMYK tonu (34,27,0,42).

  • camgöbeği tonu 33.56%
  • eflatun tonu 26.85%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%
CMYK:
(34,27,0,42)
C34M27Y0K42 
(34%,27%,0%,42%)
(0.34/0.27/0.00/0.42)	

CMYK yüzdeleri

%33.56
%26.85
%0
%41.57

Codes

Color #636D95 in popluar color models

636D95
RGB99109149
HSL228°20.16%48.63%
HSB/HSV228°33.56%58.43%
CMYK33.56%26.85%0.00%
41.57%

Color #636D95 in popluar number systems.

HEX636D95
Decimal99109149
Binary1100011110110110010101
Octal143155225

Shades and tints

Shades of #636D95

#636D95
(99,109,149)
#5A6488
(90,100,136)
#515B7B
(81,91,123)
#48526E
(72,82,110)
#3F4961
(63,73,97)
#364054
(54,64,84)
#2D3747
(45,55,71)
#242E3A
(36,46,58)
#1B252D
(27,37,45)
#121C20
(18,28,32)
#091313
(9,19,19)
#000000
(0,0,0)

Tints of #636D95

#636D95
(99,109,149)
#717A9E
(113,122,158)
#7F87A7
(127,135,167)
#8D94B0
(141,148,176)
#9BA1B9
(155,161,185)
#A9AEC2
(169,174,194)
#B7BBCB
(183,187,203)
#C5C8D4
(197,200,212)
#D3D5DD
(211,213,221)
#E1E2E6
(225,226,230)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636D95; }

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

This text font color is #636D95.


Background Color

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

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

This div background color is #636D95.


Border color

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

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

This div border color is #636D95.


Opacity

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

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

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

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

This text has shadow with #636D95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636D95 on black background.


Color preview on white background

This text has color #636D95 on white background.



Black color preview on #636D95 background

This text has black color on #636D95 background.


White color preview on #636D95 background

This text has white color on #636D95 background.