COLOR #6E5B82

HEX: #6E5B82
RGB: (110,91,130)

Renk bilgisi

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

RGB renk modeli

#6E5B82 color RGB value is (110,91,130).

  • kırmız ton 110;
  • yeşil ton 91;
  • mavi ton 130.
RGB:
(110,91,130)
(43%,36%,51%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 91 of 255 = 36%
B 130 of 255 = 51%

110
91
130

R + G + B ~ 43%. #6E5B82 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 91 + 130 = 331 (100%)
R 110 of 331 ~ 33.23%
G 91 of 331 ~ 27.49%
B 130 of 331 ~ 39.27%

%33.23
%27.49
%39.27

CMYK RENK MODELİ

#6E5B82 rengi CMYK tonu (15,30,0,49).

  • camgöbeği tonu 15.38%
  • eflatun tonu 30.00%
  • sarı tonu 0.00%
  • ana renk tonu 49.02%
CMYK:
(15,30,0,49)
C15M30Y0K49 
(15%,30%,0%,49%)
(0.15/0.30/0.00/0.49)	

CMYK yüzdeleri

%15.38
%30
%0
%49.02

Codes

Color #6E5B82 in popluar color models

6E5B82
RGB11091130
HSL269°17.65%43.33%
HSB/HSV269°30.00%50.98%
CMYK15.38%30.00%0.00%
49.02%

Color #6E5B82 in popluar number systems.

HEX6E5B82
Decimal11091130
Binary1101110101101110000010
Octal156133202

Shades and tints

Shades of #6E5B82

#6E5B82
(110,91,130)
#645377
(100,83,119)
#5A4B6C
(90,75,108)
#504361
(80,67,97)
#463B56
(70,59,86)
#3C334B
(60,51,75)
#322B40
(50,43,64)
#282335
(40,35,53)
#1E1B2A
(30,27,42)
#14131F
(20,19,31)
#0A0B14
(10,11,20)
#000000
(0,0,0)

Tints of #6E5B82

#6E5B82
(110,91,130)
#7B698D
(123,105,141)
#887798
(136,119,152)
#9585A3
(149,133,163)
#A293AE
(162,147,174)
#AFA1B9
(175,161,185)
#BCAFC4
(188,175,196)
#C9BDCF
(201,189,207)
#D6CBDA
(214,203,218)
#E3D9E5
(227,217,229)
#F0E7F0
(240,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5B82 color. Also use rgb(110,91,130) instead hex code.

Text Font Color

.myTextColor { color: #6E5B82; }

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

This text font color is #6E5B82.


Background Color

.myBgColor { background-color: #6E5B82; }

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

This div background color is #6E5B82.


Border color

.myBorderColor { border: 1px solid #6E5B82; }

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

This div border color is #6E5B82.


Opacity

.myOpacity80 { color: #6E5B82; opacity: 0.8; }

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

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

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

This text has shadow with #6E5B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5B82 on black background.


Color preview on white background

This text has color #6E5B82 on white background.



Black color preview on #6E5B82 background

This text has black color on #6E5B82 background.


White color preview on #6E5B82 background

This text has white color on #6E5B82 background.