COLOR #6E5D9B

HEX: #6E5D9B
RGB: (110,93,155)

Renk bilgisi

#6E5D9B contains mainly red and blue colors. #6E5D9B ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#6E5D9B color RGB value is (110,93,155).

  • kırmız ton 110;
  • yeşil ton 93;
  • mavi ton 155.
RGB:
(110,93,155)
(43%,36%,61%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 93 of 255 = 36%
B 155 of 255 = 61%

110
93
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 93 + 155 = 358 (100%)
R 110 of 358 ~ 30.73%
G 93 of 358 ~ 25.98%
B 155 of 358 ~ 43.3%

%30.73
%25.98
%43.3

CMYK RENK MODELİ

#6E5D9B rengi CMYK tonu (29,40,0,39).

  • camgöbeği tonu 29.03%
  • eflatun tonu 40.00%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(29,40,0,39)
C29M40Y0K39 
(29%,40%,0%,39%)
(0.29/0.40/0.00/0.39)	

CMYK yüzdeleri

%29.03
%40
%0
%39.22

Codes

Color #6E5D9B in popluar color models

6E5D9B
RGB11093155
HSL256°25.00%48.63%
HSB/HSV256°40.00%60.78%
CMYK29.03%40.00%0.00%
39.22%

Color #6E5D9B in popluar number systems.

HEX6E5D9B
Decimal11093155
Binary1101110101110110011011
Octal156135233

Shades and tints

Shades of #6E5D9B

#6E5D9B
(110,93,155)
#64558D
(100,85,141)
#5A4D7F
(90,77,127)
#504571
(80,69,113)
#463D63
(70,61,99)
#3C3555
(60,53,85)
#322D47
(50,45,71)
#282539
(40,37,57)
#1E1D2B
(30,29,43)
#14151D
(20,21,29)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #6E5D9B

#6E5D9B
(110,93,155)
#7B6BA4
(123,107,164)
#8879AD
(136,121,173)
#9587B6
(149,135,182)
#A295BF
(162,149,191)
#AFA3C8
(175,163,200)
#BCB1D1
(188,177,209)
#C9BFDA
(201,191,218)
#D6CDE3
(214,205,227)
#E3DBEC
(227,219,236)
#F0E9F5
(240,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5D9B color. Also use rgb(110,93,155) instead hex code.

Text Font Color

.myTextColor { color: #6E5D9B; }

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

This text font color is #6E5D9B.


Background Color

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

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

This div background color is #6E5D9B.


Border color

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

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

This div border color is #6E5D9B.


Opacity

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

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

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

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

This text has shadow with #6E5D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5D9B on black background.


Color preview on white background

This text has color #6E5D9B on white background.



Black color preview on #6E5D9B background

This text has black color on #6E5D9B background.


White color preview on #6E5D9B background

This text has white color on #6E5D9B background.