COLOR #639495

HEX: #639495
RGB: (99,148,149)

Renk bilgisi

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

RGB renk modeli

#639495 color RGB value is (99,148,149).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 148 of 255 = 58%
B 149 of 255 = 58%

99
148
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 148 + 149 = 396 (100%)
R 99 of 396 ~ 25%
G 148 of 396 ~ 37.37%
B 149 of 396 ~ 37.63%

%25
%37.37
%37.63

CMYK RENK MODELİ

#639495 rengi CMYK tonu (34,1,0,42).

  • camgöbeği tonu 33.56%
  • eflatun tonu 0.67%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%
CMYK:
(34,1,0,42)
C34M1Y0K42 
(34%,1%,0%,42%)
(0.34/0.01/0.00/0.42)	

CMYK yüzdeleri

%33.56
%0.67
%0
%41.57

Codes

Color #639495 in popluar color models

639495
RGB99148149
HSL181°20.16%48.63%
HSB/HSV181°33.56%58.43%
CMYK33.56%0.67%0.00%
41.57%

Color #639495 in popluar number systems.

HEX639495
Decimal99148149
Binary11000111001010010010101
Octal143224225

Shades and tints

Shades of #639495

#639495
(99,148,149)
#5A8788
(90,135,136)
#517A7B
(81,122,123)
#486D6E
(72,109,110)
#3F6061
(63,96,97)
#365354
(54,83,84)
#2D4647
(45,70,71)
#24393A
(36,57,58)
#1B2C2D
(27,44,45)
#121F20
(18,31,32)
#091213
(9,18,19)
#000000
(0,0,0)

Tints of #639495

#639495
(99,148,149)
#719D9E
(113,157,158)
#7FA6A7
(127,166,167)
#8DAFB0
(141,175,176)
#9BB8B9
(155,184,185)
#A9C1C2
(169,193,194)
#B7CACB
(183,202,203)
#C5D3D4
(197,211,212)
#D3DCDD
(211,220,221)
#E1E5E6
(225,229,230)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #639495; }

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

This text font color is #639495.


Background Color

.myBgColor { background-color: #639495; }

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

This div background color is #639495.


Border color

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

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

This div border color is #639495.


Opacity

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

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

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

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

This text has shadow with #639495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639495 on black background.


Color preview on white background

This text has color #639495 on white background.



Black color preview on #639495 background

This text has black color on #639495 background.


White color preview on #639495 background

This text has white color on #639495 background.