COLOR #616499

HEX: #616499
RGB: (97,100,153)

Renk bilgisi

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

RGB renk modeli

#616499 color RGB value is (97,100,153).

  • kırmız ton 97;
  • yeşil ton 100;
  • mavi ton 153.
RGB:
(97,100,153)
(38%,39%,60%)

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 100 of 255 = 39%
B 153 of 255 = 60%

97
100
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 100 + 153 = 350 (100%)
R 97 of 350 ~ 27.71%
G 100 of 350 ~ 28.57%
B 153 of 350 ~ 43.71%

%27.71
%28.57
%43.71

CMYK RENK MODELİ

#616499 rengi CMYK tonu (37,35,0,40).

  • camgöbeği tonu 36.60%
  • eflatun tonu 34.64%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(37,35,0,40)
C37M35Y0K40 
(37%,35%,0%,40%)
(0.37/0.35/0.00/0.40)	

CMYK yüzdeleri

%36.6
%34.64
%0
%40

Codes

Color #616499 in popluar color models

616499
RGB97100153
HSL237°22.40%49.02%
HSB/HSV237°36.60%60.00%
CMYK36.60%34.64%0.00%
40.00%

Color #616499 in popluar number systems.

HEX616499
Decimal97100153
Binary1100001110010010011001
Octal141144231

Shades and tints

Shades of #616499

#616499
(97,100,153)
#595B8C
(89,91,140)
#51527F
(81,82,127)
#494972
(73,73,114)
#414065
(65,64,101)
#393758
(57,55,88)
#312E4B
(49,46,75)
#29253E
(41,37,62)
#211C31
(33,28,49)
#191324
(25,19,36)
#110A17
(17,10,23)
#000000
(0,0,0)

Tints of #616499

#616499
(97,100,153)
#6F72A2
(111,114,162)
#7D80AB
(125,128,171)
#8B8EB4
(139,142,180)
#999CBD
(153,156,189)
#A7AAC6
(167,170,198)
#B5B8CF
(181,184,207)
#C3C6D8
(195,198,216)
#D1D4E1
(209,212,225)
#DFE2EA
(223,226,234)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616499 color. Also use rgb(97,100,153) instead hex code.

Text Font Color

.myTextColor { color: #616499; }

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

This text font color is #616499.


Background Color

.myBgColor { background-color: #616499; }

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

This div background color is #616499.


Border color

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

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

This div border color is #616499.


Opacity

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

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

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

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

This text has shadow with #616499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616499 on black background.


Color preview on white background

This text has color #616499 on white background.



Black color preview on #616499 background

This text has black color on #616499 background.


White color preview on #616499 background

This text has white color on #616499 background.