COLOR #6E5A7D

HEX: #6E5A7D
RGB: (110,90,125)

Renk bilgisi

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

RGB renk modeli

#6E5A7D color RGB value is (110,90,125).

  • kırmız ton 110;
  • yeşil ton 90;
  • mavi ton 125.
RGB:
(110,90,125)
(43%,35%,49%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 90 of 255 = 35%
B 125 of 255 = 49%

110
90
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 90 + 125 = 325 (100%)
R 110 of 325 ~ 33.85%
G 90 of 325 ~ 27.69%
B 125 of 325 ~ 38.46%

%33.85
%27.69
%38.46

CMYK RENK MODELİ

#6E5A7D rengi CMYK tonu (12,28,0,51).

  • camgöbeği tonu 12.00%
  • eflatun tonu 28.00%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(12,28,0,51)
C12M28Y0K51 
(12%,28%,0%,51%)
(0.12/0.28/0.00/0.51)	

CMYK yüzdeleri

%12
%28
%0
%50.98

Codes

Color #6E5A7D in popluar color models

6E5A7D
RGB11090125
HSL274°16.28%42.16%
HSB/HSV274°28.00%49.02%
CMYK12.00%28.00%0.00%
50.98%

Color #6E5A7D in popluar number systems.

HEX6E5A7D
Decimal11090125
Binary110111010110101111101
Octal156132175

Shades and tints

Shades of #6E5A7D

#6E5A7D
(110,90,125)
#645272
(100,82,114)
#5A4A67
(90,74,103)
#50425C
(80,66,92)
#463A51
(70,58,81)
#3C3246
(60,50,70)
#322A3B
(50,42,59)
#282230
(40,34,48)
#1E1A25
(30,26,37)
#14121A
(20,18,26)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #6E5A7D

#6E5A7D
(110,90,125)
#7B6988
(123,105,136)
#887893
(136,120,147)
#95879E
(149,135,158)
#A296A9
(162,150,169)
#AFA5B4
(175,165,180)
#BCB4BF
(188,180,191)
#C9C3CA
(201,195,202)
#D6D2D5
(214,210,213)
#E3E1E0
(227,225,224)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5A7D color. Also use rgb(110,90,125) instead hex code.

Text Font Color

.myTextColor { color: #6E5A7D; }

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

This text font color is #6E5A7D.


Background Color

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

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

This div background color is #6E5A7D.


Border color

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

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

This div border color is #6E5A7D.


Opacity

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

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

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

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

This text has shadow with #6E5A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5A7D on black background.


Color preview on white background

This text has color #6E5A7D on white background.



Black color preview on #6E5A7D background

This text has black color on #6E5A7D background.


White color preview on #6E5A7D background

This text has white color on #6E5A7D background.