COLOR #615B81

HEX: #615B81
RGB: (97,91,129)

Renk bilgisi

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

RGB renk modeli

#615B81 color RGB value is (97,91,129).

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

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 91 of 255 = 36%
B 129 of 255 = 51%

97
91
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 91 + 129 = 317 (100%)
R 97 of 317 ~ 30.6%
G 91 of 317 ~ 28.71%
B 129 of 317 ~ 40.69%

%30.6
%28.71
%40.69

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%24.81
%29.46
%0
%49.41

Codes

Color #615B81 in popluar color models

615B81
RGB9791129
HSL249°17.27%43.14%
HSB/HSV249°29.46%50.59%
CMYK24.81%29.46%0.00%
49.41%

Color #615B81 in popluar number systems.

HEX615B81
Decimal9791129
Binary1100001101101110000001
Octal141133201

Shades and tints

Shades of #615B81

#615B81
(97,91,129)
#595376
(89,83,118)
#514B6B
(81,75,107)
#494360
(73,67,96)
#413B55
(65,59,85)
#39334A
(57,51,74)
#312B3F
(49,43,63)
#292334
(41,35,52)
#211B29
(33,27,41)
#19131E
(25,19,30)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #615B81

#615B81
(97,91,129)
#6F698C
(111,105,140)
#7D7797
(125,119,151)
#8B85A2
(139,133,162)
#9993AD
(153,147,173)
#A7A1B8
(167,161,184)
#B5AFC3
(181,175,195)
#C3BDCE
(195,189,206)
#D1CBD9
(209,203,217)
#DFD9E4
(223,217,228)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615B81 color. Also use rgb(97,91,129) instead hex code.

Text Font Color

.myTextColor { color: #615B81; }

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

This text font color is #615B81.


Background Color

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

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

This div background color is #615B81.


Border color

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

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

This div border color is #615B81.


Opacity

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

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

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

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

This text has shadow with #615B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615B81 on black background.


Color preview on white background

This text has color #615B81 on white background.



Black color preview on #615B81 background

This text has black color on #615B81 background.


White color preview on #615B81 background

This text has white color on #615B81 background.