COLOR #638496

HEX: #638496
RGB: (99,132,150)

Renk bilgisi

#638496 contains red, green and blue colors in about the same proportion. #638496 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#638496 color RGB value is (99,132,150).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 132 of 255 = 52%
B 150 of 255 = 59%

99
132
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 132 + 150 = 381 (100%)
R 99 of 381 ~ 25.98%
G 132 of 381 ~ 34.65%
B 150 of 381 ~ 39.37%

%25.98
%34.65
%39.37

CMYK RENK MODELİ

#638496 rengi CMYK tonu (34,12,0,41).

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

CMYK yüzdeleri

%34
%12
%0
%41.18

Codes

Color #638496 in popluar color models

638496
RGB99132150
HSL201°20.48%48.82%
HSB/HSV201°34.00%58.82%
CMYK34.00%12.00%0.00%
41.18%

Color #638496 in popluar number systems.

HEX638496
Decimal99132150
Binary11000111000010010010110
Octal143204226

Shades and tints

Shades of #638496

#638496
(99,132,150)
#5A7889
(90,120,137)
#516C7C
(81,108,124)
#48606F
(72,96,111)
#3F5462
(63,84,98)
#364855
(54,72,85)
#2D3C48
(45,60,72)
#24303B
(36,48,59)
#1B242E
(27,36,46)
#121821
(18,24,33)
#090C14
(9,12,20)
#000000
(0,0,0)

Tints of #638496

#638496
(99,132,150)
#718F9F
(113,143,159)
#7F9AA8
(127,154,168)
#8DA5B1
(141,165,177)
#9BB0BA
(155,176,186)
#A9BBC3
(169,187,195)
#B7C6CC
(183,198,204)
#C5D1D5
(197,209,213)
#D3DCDE
(211,220,222)
#E1E7E7
(225,231,231)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638496; }

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

This text font color is #638496.


Background Color

.myBgColor { background-color: #638496; }

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

This div background color is #638496.


Border color

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

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

This div border color is #638496.


Opacity

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

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

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

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

This text has shadow with #638496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638496 on black background.


Color preview on white background

This text has color #638496 on white background.



Black color preview on #638496 background

This text has black color on #638496 background.


White color preview on #638496 background

This text has white color on #638496 background.