COLOR #613677

HEX: #613677
RGB: (97,54,119)

Renk bilgisi

#613677 contains mainly red and blue colors. #613677 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#613677 color RGB value is (97,54,119).

  • kırmız ton 97;
  • yeşil ton 54;
  • mavi ton 119.
RGB:
(97,54,119)
(38%,21%,47%)

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 54 of 255 = 21%
B 119 of 255 = 47%

97
54
119

R + G + B ~ 35%. #613677 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 54 + 119 = 270 (100%)
R 97 of 270 ~ 35.93%
G 54 of 270 ~ 20%
B 119 of 270 ~ 44.07%

%35.93
%20
%44.07

CMYK RENK MODELİ

#613677 rengi CMYK tonu (18,55,0,53).

  • camgöbeği tonu 18.49%
  • eflatun tonu 54.62%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(18,55,0,53)
C18M55Y0K53 
(18%,55%,0%,53%)
(0.18/0.55/0.00/0.53)	

CMYK yüzdeleri

%18.49
%54.62
%0
%53.33

Codes

Color #613677 in popluar color models

613677
RGB9754119
HSL280°37.57%33.92%
HSB/HSV280°54.62%46.67%
CMYK18.49%54.62%0.00%
53.33%

Color #613677 in popluar number systems.

HEX613677
Decimal9754119
Binary11000011101101110111
Octal14166167

Shades and tints

Shades of #613677

#613677
(97,54,119)
#59326D
(89,50,109)
#512E63
(81,46,99)
#492A59
(73,42,89)
#41264F
(65,38,79)
#392245
(57,34,69)
#311E3B
(49,30,59)
#291A31
(41,26,49)
#211627
(33,22,39)
#19121D
(25,18,29)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #613677

#613677
(97,54,119)
#6F4883
(111,72,131)
#7D5A8F
(125,90,143)
#8B6C9B
(139,108,155)
#997EA7
(153,126,167)
#A790B3
(167,144,179)
#B5A2BF
(181,162,191)
#C3B4CB
(195,180,203)
#D1C6D7
(209,198,215)
#DFD8E3
(223,216,227)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613677 color. Also use rgb(97,54,119) instead hex code.

Text Font Color

.myTextColor { color: #613677; }

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

This text font color is #613677.


Background Color

.myBgColor { background-color: #613677; }

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

This div background color is #613677.


Border color

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

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

This div border color is #613677.


Opacity

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

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

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

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

This text has shadow with #613677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613677 on black background.


Color preview on white background

This text has color #613677 on white background.



Black color preview on #613677 background

This text has black color on #613677 background.


White color preview on #613677 background

This text has white color on #613677 background.