COLOR #6D5A90

HEX: #6D5A90
RGB: (109,90,144)

Renk bilgisi

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

RGB renk modeli

#6D5A90 color RGB value is (109,90,144).

  • kırmız ton 109;
  • yeşil ton 90;
  • mavi ton 144.
RGB:
(109,90,144)
(43%,35%,56%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 90 of 255 = 35%
B 144 of 255 = 56%

109
90
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 90 + 144 = 343 (100%)
R 109 of 343 ~ 31.78%
G 90 of 343 ~ 26.24%
B 144 of 343 ~ 41.98%

%31.78
%26.24
%41.98

CMYK RENK MODELİ

#6D5A90 rengi CMYK tonu (24,38,0,44).

  • camgöbeği tonu 24.31%
  • eflatun tonu 37.50%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(24,38,0,44)
C24M38Y0K44 
(24%,38%,0%,44%)
(0.24/0.38/0.00/0.44)	

CMYK yüzdeleri

%24.31
%37.5
%0
%43.53

Codes

Color #6D5A90 in popluar color models

6D5A90
RGB10990144
HSL261°23.08%45.88%
HSB/HSV261°37.50%56.47%
CMYK24.31%37.50%0.00%
43.53%

Color #6D5A90 in popluar number systems.

HEX6D5A90
Decimal10990144
Binary1101101101101010010000
Octal155132220

Shades and tints

Shades of #6D5A90

#6D5A90
(109,90,144)
#645283
(100,82,131)
#5B4A76
(91,74,118)
#524269
(82,66,105)
#493A5C
(73,58,92)
#40324F
(64,50,79)
#372A42
(55,42,66)
#2E2235
(46,34,53)
#251A28
(37,26,40)
#1C121B
(28,18,27)
#130A0E
(19,10,14)
#000000
(0,0,0)

Tints of #6D5A90

#6D5A90
(109,90,144)
#7A699A
(122,105,154)
#8778A4
(135,120,164)
#9487AE
(148,135,174)
#A196B8
(161,150,184)
#AEA5C2
(174,165,194)
#BBB4CC
(187,180,204)
#C8C3D6
(200,195,214)
#D5D2E0
(213,210,224)
#E2E1EA
(226,225,234)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5A90 color. Also use rgb(109,90,144) instead hex code.

Text Font Color

.myTextColor { color: #6D5A90; }

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

This text font color is #6D5A90.


Background Color

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

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

This div background color is #6D5A90.


Border color

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

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

This div border color is #6D5A90.


Opacity

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

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

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

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

This text has shadow with #6D5A90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5A90 on black background.


Color preview on white background

This text has color #6D5A90 on white background.



Black color preview on #6D5A90 background

This text has black color on #6D5A90 background.


White color preview on #6D5A90 background

This text has white color on #6D5A90 background.