COLOR #615C82

HEX: #615C82
RGB: (97,92,130)

Renk bilgisi

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

RGB renk modeli

#615C82 color RGB value is (97,92,130).

  • kırmız ton 97;
  • yeşil ton 92;
  • mavi ton 130.
RGB:
(97,92,130)
(38%,36%,51%)

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 92 of 255 = 36%
B 130 of 255 = 51%

97
92
130

R + G + B ~ 42%. #615C82 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 92 + 130 = 319 (100%)
R 97 of 319 ~ 30.41%
G 92 of 319 ~ 28.84%
B 130 of 319 ~ 40.75%

%30.41
%28.84
%40.75

CMYK RENK MODELİ

#615C82 rengi CMYK tonu (25,29,0,49).

  • camgöbeği tonu 25.38%
  • eflatun tonu 29.23%
  • sarı tonu 0.00%
  • ana renk tonu 49.02%
CMYK:
(25,29,0,49)
C25M29Y0K49 
(25%,29%,0%,49%)
(0.25/0.29/0.00/0.49)	

CMYK yüzdeleri

%25.38
%29.23
%0
%49.02

Codes

Color #615C82 in popluar color models

615C82
RGB9792130
HSL248°17.12%43.53%
HSB/HSV248°29.23%50.98%
CMYK25.38%29.23%0.00%
49.02%

Color #615C82 in popluar number systems.

HEX615C82
Decimal9792130
Binary1100001101110010000010
Octal141134202

Shades and tints

Shades of #615C82

#615C82
(97,92,130)
#595477
(89,84,119)
#514C6C
(81,76,108)
#494461
(73,68,97)
#413C56
(65,60,86)
#39344B
(57,52,75)
#312C40
(49,44,64)
#292435
(41,36,53)
#211C2A
(33,28,42)
#19141F
(25,20,31)
#110C14
(17,12,20)
#000000
(0,0,0)

Tints of #615C82

#615C82
(97,92,130)
#6F6A8D
(111,106,141)
#7D7898
(125,120,152)
#8B86A3
(139,134,163)
#9994AE
(153,148,174)
#A7A2B9
(167,162,185)
#B5B0C4
(181,176,196)
#C3BECF
(195,190,207)
#D1CCDA
(209,204,218)
#DFDAE5
(223,218,229)
#EDE8F0
(237,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615C82 color. Also use rgb(97,92,130) instead hex code.

Text Font Color

.myTextColor { color: #615C82; }

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

This text font color is #615C82.


Background Color

.myBgColor { background-color: #615C82; }

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

This div background color is #615C82.


Border color

.myBorderColor { border: 1px solid #615C82; }

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

This div border color is #615C82.


Opacity

.myOpacity80 { color: #615C82; opacity: 0.8; }

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

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

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

This text has shadow with #615C82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615C82 on black background.


Color preview on white background

This text has color #615C82 on white background.



Black color preview on #615C82 background

This text has black color on #615C82 background.


White color preview on #615C82 background

This text has white color on #615C82 background.