COLOR #6E5E90

HEX: #6E5E90
RGB: (110,94,144)

Renk bilgisi

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

RGB renk modeli

#6E5E90 color RGB value is (110,94,144).

  • kırmız ton 110;
  • yeşil ton 94;
  • mavi ton 144.
RGB:
(110,94,144)
(43%,37%,56%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 94 of 255 = 37%
B 144 of 255 = 56%

110
94
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 94 + 144 = 348 (100%)
R 110 of 348 ~ 31.61%
G 94 of 348 ~ 27.01%
B 144 of 348 ~ 41.38%

%31.61
%27.01
%41.38

CMYK RENK MODELİ

#6E5E90 rengi CMYK tonu (24,35,0,44).

  • camgöbeği tonu 23.61%
  • eflatun tonu 34.72%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(24,35,0,44)
C24M35Y0K44 
(24%,35%,0%,44%)
(0.24/0.35/0.00/0.44)	

CMYK yüzdeleri

%23.61
%34.72
%0
%43.53

Codes

Color #6E5E90 in popluar color models

6E5E90
RGB11094144
HSL259°21.01%46.67%
HSB/HSV259°34.72%56.47%
CMYK23.61%34.72%0.00%
43.53%

Color #6E5E90 in popluar number systems.

HEX6E5E90
Decimal11094144
Binary1101110101111010010000
Octal156136220

Shades and tints

Shades of #6E5E90

#6E5E90
(110,94,144)
#645683
(100,86,131)
#5A4E76
(90,78,118)
#504669
(80,70,105)
#463E5C
(70,62,92)
#3C364F
(60,54,79)
#322E42
(50,46,66)
#282635
(40,38,53)
#1E1E28
(30,30,40)
#14161B
(20,22,27)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #6E5E90

#6E5E90
(110,94,144)
#7B6C9A
(123,108,154)
#887AA4
(136,122,164)
#9588AE
(149,136,174)
#A296B8
(162,150,184)
#AFA4C2
(175,164,194)
#BCB2CC
(188,178,204)
#C9C0D6
(201,192,214)
#D6CEE0
(214,206,224)
#E3DCEA
(227,220,234)
#F0EAF4
(240,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5E90 color. Also use rgb(110,94,144) instead hex code.

Text Font Color

.myTextColor { color: #6E5E90; }

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

This text font color is #6E5E90.


Background Color

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

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

This div background color is #6E5E90.


Border color

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

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

This div border color is #6E5E90.


Opacity

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

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

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

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

This text has shadow with #6E5E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5E90 on black background.


Color preview on white background

This text has color #6E5E90 on white background.



Black color preview on #6E5E90 background

This text has black color on #6E5E90 background.


White color preview on #6E5E90 background

This text has white color on #6E5E90 background.