COLOR #616696

HEX: #616696
RGB: (97,102,150)

Renk bilgisi

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

RGB renk modeli

#616696 color RGB value is (97,102,150).

  • kırmız ton 97;
  • yeşil ton 102;
  • mavi ton 150.
RGB:
(97,102,150)
(38%,40%,59%)

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 102 of 255 = 40%
B 150 of 255 = 59%

97
102
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 102 + 150 = 349 (100%)
R 97 of 349 ~ 27.79%
G 102 of 349 ~ 29.23%
B 150 of 349 ~ 42.98%

%27.79
%29.23
%42.98

CMYK RENK MODELİ

#616696 rengi CMYK tonu (35,32,0,41).

  • camgöbeği tonu 35.33%
  • eflatun tonu 32.00%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(35,32,0,41)
C35M32Y0K41 
(35%,32%,0%,41%)
(0.35/0.32/0.00/0.41)	

CMYK yüzdeleri

%35.33
%32
%0
%41.18

Codes

Color #616696 in popluar color models

616696
RGB97102150
HSL234°21.46%48.43%
HSB/HSV234°35.33%58.82%
CMYK35.33%32.00%0.00%
41.18%

Color #616696 in popluar number systems.

HEX616696
Decimal97102150
Binary1100001110011010010110
Octal141146226

Shades and tints

Shades of #616696

#616696
(97,102,150)
#595D89
(89,93,137)
#51547C
(81,84,124)
#494B6F
(73,75,111)
#414262
(65,66,98)
#393955
(57,57,85)
#313048
(49,48,72)
#29273B
(41,39,59)
#211E2E
(33,30,46)
#191521
(25,21,33)
#110C14
(17,12,20)
#000000
(0,0,0)

Tints of #616696

#616696
(97,102,150)
#6F739F
(111,115,159)
#7D80A8
(125,128,168)
#8B8DB1
(139,141,177)
#999ABA
(153,154,186)
#A7A7C3
(167,167,195)
#B5B4CC
(181,180,204)
#C3C1D5
(195,193,213)
#D1CEDE
(209,206,222)
#DFDBE7
(223,219,231)
#EDE8F0
(237,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616696 color. Also use rgb(97,102,150) instead hex code.

Text Font Color

.myTextColor { color: #616696; }

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

This text font color is #616696.


Background Color

.myBgColor { background-color: #616696; }

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

This div background color is #616696.


Border color

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

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

This div border color is #616696.


Opacity

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

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

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

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

This text has shadow with #616696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616696 on black background.


Color preview on white background

This text has color #616696 on white background.



Black color preview on #616696 background

This text has black color on #616696 background.


White color preview on #616696 background

This text has white color on #616696 background.