COLOR #613387

HEX: #613387
RGB: (97,51,135)

Renk bilgisi

#613387 contains mainly red and blue colors. #613387 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#613387 color RGB value is (97,51,135).

  • kırmız ton 97;
  • yeşil ton 51;
  • mavi ton 135.
RGB:
(97,51,135)
(38%,20%,53%)

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 51 of 255 = 20%
B 135 of 255 = 53%

97
51
135

R + G + B ~ 37%. #613387 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 51 + 135 = 283 (100%)
R 97 of 283 ~ 34.28%
G 51 of 283 ~ 18.02%
B 135 of 283 ~ 47.7%

%34.28
%18.02
%47.7

CMYK RENK MODELİ

#613387 rengi CMYK tonu (28,62,0,47).

  • camgöbeği tonu 28.15%
  • eflatun tonu 62.22%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(28,62,0,47)
C28M62Y0K47 
(28%,62%,0%,47%)
(0.28/0.62/0.00/0.47)	

CMYK yüzdeleri

%28.15
%62.22
%0
%47.06

Codes

Color #613387 in popluar color models

613387
RGB9751135
HSL273°45.16%36.47%
HSB/HSV273°62.22%52.94%
CMYK28.15%62.22%0.00%
47.06%

Color #613387 in popluar number systems.

HEX613387
Decimal9751135
Binary110000111001110000111
Octal14163207

Shades and tints

Shades of #613387

#613387
(97,51,135)
#592F7B
(89,47,123)
#512B6F
(81,43,111)
#492763
(73,39,99)
#412357
(65,35,87)
#391F4B
(57,31,75)
#311B3F
(49,27,63)
#291733
(41,23,51)
#211327
(33,19,39)
#190F1B
(25,15,27)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #613387

#613387
(97,51,135)
#6F4591
(111,69,145)
#7D579B
(125,87,155)
#8B69A5
(139,105,165)
#997BAF
(153,123,175)
#A78DB9
(167,141,185)
#B59FC3
(181,159,195)
#C3B1CD
(195,177,205)
#D1C3D7
(209,195,215)
#DFD5E1
(223,213,225)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613387 color. Also use rgb(97,51,135) instead hex code.

Text Font Color

.myTextColor { color: #613387; }

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

This text font color is #613387.


Background Color

.myBgColor { background-color: #613387; }

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

This div background color is #613387.


Border color

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

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

This div border color is #613387.


Opacity

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

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

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

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

This text has shadow with #613387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613387 on black background.


Color preview on white background

This text has color #613387 on white background.



Black color preview on #613387 background

This text has black color on #613387 background.


White color preview on #613387 background

This text has white color on #613387 background.