COLOR #613C68

HEX: #613C68
RGB: (97,60,104)

Renk bilgisi

#613C68 contains red, green and blue colors in about the same proportion. #613C68 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#613C68 color RGB value is (97,60,104).

  • kırmız ton 97;
  • yeşil ton 60;
  • mavi ton 104.
RGB:
(97,60,104)
(38%,24%,41%)

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 60 of 255 = 24%
B 104 of 255 = 41%

97
60
104

R + G + B ~ 34%. #613C68 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 60 + 104 = 261 (100%)
R 97 of 261 ~ 37.16%
G 60 of 261 ~ 22.99%
B 104 of 261 ~ 39.85%

%37.16
%22.99
%39.85

CMYK RENK MODELİ

#613C68 rengi CMYK tonu (7,42,0,59).

  • camgöbeği tonu 6.73%
  • eflatun tonu 42.31%
  • sarı tonu 0.00%
  • ana renk tonu 59.22%
CMYK:
(7,42,0,59)
C7M42Y0K59 
(7%,42%,0%,59%)
(0.07/0.42/0.00/0.59)	

CMYK yüzdeleri

%6.73
%42.31
%0
%59.22

Codes

Color #613C68 in popluar color models

613C68
RGB9760104
HSL290°26.83%32.16%
HSB/HSV290°42.31%40.78%
CMYK6.73%42.31%0.00%
59.22%

Color #613C68 in popluar number systems.

HEX613C68
Decimal9760104
Binary11000011111001101000
Octal14174150

Shades and tints

Shades of #613C68

#613C68
(97,60,104)
#59375F
(89,55,95)
#513256
(81,50,86)
#492D4D
(73,45,77)
#412844
(65,40,68)
#39233B
(57,35,59)
#311E32
(49,30,50)
#291929
(41,25,41)
#211420
(33,20,32)
#190F17
(25,15,23)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #613C68

#613C68
(97,60,104)
#6F4D75
(111,77,117)
#7D5E82
(125,94,130)
#8B6F8F
(139,111,143)
#99809C
(153,128,156)
#A791A9
(167,145,169)
#B5A2B6
(181,162,182)
#C3B3C3
(195,179,195)
#D1C4D0
(209,196,208)
#DFD5DD
(223,213,221)
#EDE6EA
(237,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613C68 color. Also use rgb(97,60,104) instead hex code.

Text Font Color

.myTextColor { color: #613C68; }

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

This text font color is #613C68.


Background Color

.myBgColor { background-color: #613C68; }

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

This div background color is #613C68.


Border color

.myBorderColor { border: 1px solid #613C68; }

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

This div border color is #613C68.


Opacity

.myOpacity80 { color: #613C68; opacity: 0.8; }

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

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

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

This text has shadow with #613C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613C68 on black background.


Color preview on white background

This text has color #613C68 on white background.



Black color preview on #613C68 background

This text has black color on #613C68 background.


White color preview on #613C68 background

This text has white color on #613C68 background.