COLOR #635996

HEX: #635996
RGB: (99,89,150)

Renk bilgisi

#635996 contains mainly red and blue colors. #635996 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#635996 color RGB value is (99,89,150).

  • kırmız ton 99;
  • yeşil ton 89;
  • mavi ton 150.
RGB:
(99,89,150)
(39%,35%,59%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 89 of 255 = 35%
B 150 of 255 = 59%

99
89
150

R + G + B ~ 44%. #635996 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 89 + 150 = 338 (100%)
R 99 of 338 ~ 29.29%
G 89 of 338 ~ 26.33%
B 150 of 338 ~ 44.38%

%29.29
%26.33
%44.38

CMYK RENK MODELİ

#635996 rengi CMYK tonu (34,41,0,41).

  • camgöbeği tonu 34.00%
  • eflatun tonu 40.67%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(34,41,0,41)
C34M41Y0K41 
(34%,41%,0%,41%)
(0.34/0.41/0.00/0.41)	

CMYK yüzdeleri

%34
%40.67
%0
%41.18

Codes

Color #635996 in popluar color models

635996
RGB9989150
HSL250°25.52%46.86%
HSB/HSV250°40.67%58.82%
CMYK34.00%40.67%0.00%
41.18%

Color #635996 in popluar number systems.

HEX635996
Decimal9989150
Binary1100011101100110010110
Octal143131226

Shades and tints

Shades of #635996

#635996
(99,89,150)
#5A5189
(90,81,137)
#51497C
(81,73,124)
#48416F
(72,65,111)
#3F3962
(63,57,98)
#363155
(54,49,85)
#2D2948
(45,41,72)
#24213B
(36,33,59)
#1B192E
(27,25,46)
#121121
(18,17,33)
#090914
(9,9,20)
#000000
(0,0,0)

Tints of #635996

#635996
(99,89,150)
#71689F
(113,104,159)
#7F77A8
(127,119,168)
#8D86B1
(141,134,177)
#9B95BA
(155,149,186)
#A9A4C3
(169,164,195)
#B7B3CC
(183,179,204)
#C5C2D5
(197,194,213)
#D3D1DE
(211,209,222)
#E1E0E7
(225,224,231)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635996 color. Also use rgb(99,89,150) instead hex code.

Text Font Color

.myTextColor { color: #635996; }

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

This text font color is #635996.


Background Color

.myBgColor { background-color: #635996; }

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

This div background color is #635996.


Border color

.myBorderColor { border: 1px solid #635996; }

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

This div border color is #635996.


Opacity

.myOpacity80 { color: #635996; opacity: 0.8; }

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

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

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

This text has shadow with #635996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635996 on black background.


Color preview on white background

This text has color #635996 on white background.



Black color preview on #635996 background

This text has black color on #635996 background.


White color preview on #635996 background

This text has white color on #635996 background.