COLOR #6E5985

HEX: #6E5985
RGB: (110,89,133)

Renk bilgisi

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

RGB renk modeli

#6E5985 color RGB value is (110,89,133).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 89 of 255 = 35%
B 133 of 255 = 52%

110
89
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 89 + 133 = 332 (100%)
R 110 of 332 ~ 33.13%
G 89 of 332 ~ 26.81%
B 133 of 332 ~ 40.06%

%33.13
%26.81
%40.06

CMYK RENK MODELİ

#6E5985 rengi CMYK tonu (17,33,0,48).

  • camgöbeği tonu 17.29%
  • eflatun tonu 33.08%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(17,33,0,48)
C17M33Y0K48 
(17%,33%,0%,48%)
(0.17/0.33/0.00/0.48)	

CMYK yüzdeleri

%17.29
%33.08
%0
%47.84

Codes

Color #6E5985 in popluar color models

6E5985
RGB11089133
HSL269°19.82%43.53%
HSB/HSV269°33.08%52.16%
CMYK17.29%33.08%0.00%
47.84%

Color #6E5985 in popluar number systems.

HEX6E5985
Decimal11089133
Binary1101110101100110000101
Octal156131205

Shades and tints

Shades of #6E5985

#6E5985
(110,89,133)
#645179
(100,81,121)
#5A496D
(90,73,109)
#504161
(80,65,97)
#463955
(70,57,85)
#3C3149
(60,49,73)
#32293D
(50,41,61)
#282131
(40,33,49)
#1E1925
(30,25,37)
#141119
(20,17,25)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #6E5985

#6E5985
(110,89,133)
#7B6890
(123,104,144)
#88779B
(136,119,155)
#9586A6
(149,134,166)
#A295B1
(162,149,177)
#AFA4BC
(175,164,188)
#BCB3C7
(188,179,199)
#C9C2D2
(201,194,210)
#D6D1DD
(214,209,221)
#E3E0E8
(227,224,232)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5985; }

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

This text font color is #6E5985.


Background Color

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

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

This div background color is #6E5985.


Border color

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

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

This div border color is #6E5985.


Opacity

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

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

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

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

This text has shadow with #6E5985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5985 on black background.


Color preview on white background

This text has color #6E5985 on white background.



Black color preview on #6E5985 background

This text has black color on #6E5985 background.


White color preview on #6E5985 background

This text has white color on #6E5985 background.