COLOR #6D5895

HEX: #6D5895
RGB: (109,88,149)

Renk bilgisi

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

RGB renk modeli

#6D5895 color RGB value is (109,88,149).

  • kırmız ton 109;
  • yeşil ton 88;
  • mavi ton 149.
RGB:
(109,88,149)
(43%,35%,58%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 88 of 255 = 35%
B 149 of 255 = 58%

109
88
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 88 + 149 = 346 (100%)
R 109 of 346 ~ 31.5%
G 88 of 346 ~ 25.43%
B 149 of 346 ~ 43.06%

%31.5
%25.43
%43.06

CMYK RENK MODELİ

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

  • camgöbeği tonu 26.85%
  • eflatun tonu 40.94%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%
CMYK:
(27,41,0,42)
C27M41Y0K42 
(27%,41%,0%,42%)
(0.27/0.41/0.00/0.42)	

CMYK yüzdeleri

%26.85
%40.94
%0
%41.57

Codes

Color #6D5895 in popluar color models

6D5895
RGB10988149
HSL261°25.74%46.47%
HSB/HSV261°40.94%58.43%
CMYK26.85%40.94%0.00%
41.57%

Color #6D5895 in popluar number systems.

HEX6D5895
Decimal10988149
Binary1101101101100010010101
Octal155130225

Shades and tints

Shades of #6D5895

#6D5895
(109,88,149)
#645088
(100,80,136)
#5B487B
(91,72,123)
#52406E
(82,64,110)
#493861
(73,56,97)
#403054
(64,48,84)
#372847
(55,40,71)
#2E203A
(46,32,58)
#25182D
(37,24,45)
#1C1020
(28,16,32)
#130813
(19,8,19)
#000000
(0,0,0)

Tints of #6D5895

#6D5895
(109,88,149)
#7A679E
(122,103,158)
#8776A7
(135,118,167)
#9485B0
(148,133,176)
#A194B9
(161,148,185)
#AEA3C2
(174,163,194)
#BBB2CB
(187,178,203)
#C8C1D4
(200,193,212)
#D5D0DD
(213,208,221)
#E2DFE6
(226,223,230)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5895 color. Also use rgb(109,88,149) instead hex code.

Text Font Color

.myTextColor { color: #6D5895; }

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

This text font color is #6D5895.


Background Color

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

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

This div background color is #6D5895.


Border color

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

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

This div border color is #6D5895.


Opacity

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

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

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

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

This text has shadow with #6D5895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5895 on black background.


Color preview on white background

This text has color #6D5895 on white background.



Black color preview on #6D5895 background

This text has black color on #6D5895 background.


White color preview on #6D5895 background

This text has white color on #6D5895 background.