COLOR #6E5996

HEX: #6E5996
RGB: (110,89,150)

Renk bilgisi

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

RGB renk modeli

#6E5996 color RGB value is (110,89,150).

  • kırmız ton 110;
  • yeşil ton 89;
  • mavi ton 150.
RGB:
(110,89,150)
(43%,35%,59%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 89 of 255 = 35%
B 150 of 255 = 59%

110
89
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 89 + 150 = 349 (100%)
R 110 of 349 ~ 31.52%
G 89 of 349 ~ 25.5%
B 150 of 349 ~ 42.98%

%31.52
%25.5
%42.98

CMYK RENK MODELİ

#6E5996 rengi CMYK tonu (27,41,0,41).

  • camgöbeği tonu 26.67%
  • eflatun tonu 40.67%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(27,41,0,41)
C27M41Y0K41 
(27%,41%,0%,41%)
(0.27/0.41/0.00/0.41)	

CMYK yüzdeleri

%26.67
%40.67
%0
%41.18

Codes

Color #6E5996 in popluar color models

6E5996
RGB11089150
HSL261°25.52%46.86%
HSB/HSV261°40.67%58.82%
CMYK26.67%40.67%0.00%
41.18%

Color #6E5996 in popluar number systems.

HEX6E5996
Decimal11089150
Binary1101110101100110010110
Octal156131226

Shades and tints

Shades of #6E5996

#6E5996
(110,89,150)
#645189
(100,81,137)
#5A497C
(90,73,124)
#50416F
(80,65,111)
#463962
(70,57,98)
#3C3155
(60,49,85)
#322948
(50,41,72)
#28213B
(40,33,59)
#1E192E
(30,25,46)
#141121
(20,17,33)
#0A0914
(10,9,20)
#000000
(0,0,0)

Tints of #6E5996

#6E5996
(110,89,150)
#7B689F
(123,104,159)
#8877A8
(136,119,168)
#9586B1
(149,134,177)
#A295BA
(162,149,186)
#AFA4C3
(175,164,195)
#BCB3CC
(188,179,204)
#C9C2D5
(201,194,213)
#D6D1DE
(214,209,222)
#E3E0E7
(227,224,231)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5996 color. Also use rgb(110,89,150) instead hex code.

Text Font Color

.myTextColor { color: #6E5996; }

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

This text font color is #6E5996.


Background Color

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

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

This div background color is #6E5996.


Border color

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

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

This div border color is #6E5996.


Opacity

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

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

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

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

This text has shadow with #6E5996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5996 on black background.


Color preview on white background

This text has color #6E5996 on white background.



Black color preview on #6E5996 background

This text has black color on #6E5996 background.


White color preview on #6E5996 background

This text has white color on #6E5996 background.