COLOR #6E5B76

HEX: #6E5B76
RGB: (110,91,118)

Renk bilgisi

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

RGB renk modeli

#6E5B76 color RGB value is (110,91,118).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 91 of 255 = 36%
B 118 of 255 = 46%

110
91
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 91 + 118 = 319 (100%)
R 110 of 319 ~ 34.48%
G 91 of 319 ~ 28.53%
B 118 of 319 ~ 36.99%

%34.48
%28.53
%36.99

CMYK RENK MODELİ

#6E5B76 rengi CMYK tonu (7,23,0,54).

  • camgöbeği tonu 6.78%
  • eflatun tonu 22.88%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(7,23,0,54)
C7M23Y0K54 
(7%,23%,0%,54%)
(0.07/0.23/0.00/0.54)	

CMYK yüzdeleri

%6.78
%22.88
%0
%53.73

Codes

Color #6E5B76 in popluar color models

6E5B76
RGB11091118
HSL282°12.92%40.98%
HSB/HSV282°22.88%46.27%
CMYK6.78%22.88%0.00%
53.73%

Color #6E5B76 in popluar number systems.

HEX6E5B76
Decimal11091118
Binary110111010110111110110
Octal156133166

Shades and tints

Shades of #6E5B76

#6E5B76
(110,91,118)
#64536C
(100,83,108)
#5A4B62
(90,75,98)
#504358
(80,67,88)
#463B4E
(70,59,78)
#3C3344
(60,51,68)
#322B3A
(50,43,58)
#282330
(40,35,48)
#1E1B26
(30,27,38)
#14131C
(20,19,28)
#0A0B12
(10,11,18)
#000000
(0,0,0)

Tints of #6E5B76

#6E5B76
(110,91,118)
#7B6982
(123,105,130)
#88778E
(136,119,142)
#95859A
(149,133,154)
#A293A6
(162,147,166)
#AFA1B2
(175,161,178)
#BCAFBE
(188,175,190)
#C9BDCA
(201,189,202)
#D6CBD6
(214,203,214)
#E3D9E2
(227,217,226)
#F0E7EE
(240,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5B76; }

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

This text font color is #6E5B76.


Background Color

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

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

This div background color is #6E5B76.


Border color

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

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

This div border color is #6E5B76.


Opacity

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

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

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

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

This text has shadow with #6E5B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5B76 on black background.


Color preview on white background

This text has color #6E5B76 on white background.



Black color preview on #6E5B76 background

This text has black color on #6E5B76 background.


White color preview on #6E5B76 background

This text has white color on #6E5B76 background.