COLOR #6E5388

HEX: #6E5388
RGB: (110,83,136)

Renk bilgisi

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

RGB renk modeli

#6E5388 color RGB value is (110,83,136).

  • kırmız ton 110;
  • yeşil ton 83;
  • mavi ton 136.
RGB:
(110,83,136)
(43%,33%,53%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 83 of 255 = 33%
B 136 of 255 = 53%

110
83
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 83 + 136 = 329 (100%)
R 110 of 329 ~ 33.43%
G 83 of 329 ~ 25.23%
B 136 of 329 ~ 41.34%

%33.43
%25.23
%41.34

CMYK RENK MODELİ

#6E5388 rengi CMYK tonu (19,39,0,47).

  • camgöbeği tonu 19.12%
  • eflatun tonu 38.97%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(19,39,0,47)
C19M39Y0K47 
(19%,39%,0%,47%)
(0.19/0.39/0.00/0.47)	

CMYK yüzdeleri

%19.12
%38.97
%0
%46.67

Codes

Color #6E5388 in popluar color models

6E5388
RGB11083136
HSL271°24.20%42.94%
HSB/HSV271°38.97%53.33%
CMYK19.12%38.97%0.00%
46.67%

Color #6E5388 in popluar number systems.

HEX6E5388
Decimal11083136
Binary1101110101001110001000
Octal156123210

Shades and tints

Shades of #6E5388

#6E5388
(110,83,136)
#644C7C
(100,76,124)
#5A4570
(90,69,112)
#503E64
(80,62,100)
#463758
(70,55,88)
#3C304C
(60,48,76)
#322940
(50,41,64)
#282234
(40,34,52)
#1E1B28
(30,27,40)
#14141C
(20,20,28)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #6E5388

#6E5388
(110,83,136)
#7B6292
(123,98,146)
#88719C
(136,113,156)
#9580A6
(149,128,166)
#A28FB0
(162,143,176)
#AF9EBA
(175,158,186)
#BCADC4
(188,173,196)
#C9BCCE
(201,188,206)
#D6CBD8
(214,203,216)
#E3DAE2
(227,218,226)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5388 color. Also use rgb(110,83,136) instead hex code.

Text Font Color

.myTextColor { color: #6E5388; }

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

This text font color is #6E5388.


Background Color

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

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

This div background color is #6E5388.


Border color

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

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

This div border color is #6E5388.


Opacity

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

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

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

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

This text has shadow with #6E5388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5388 on black background.


Color preview on white background

This text has color #6E5388 on white background.



Black color preview on #6E5388 background

This text has black color on #6E5388 background.


White color preview on #6E5388 background

This text has white color on #6E5388 background.