COLOR #6D5998

HEX: #6D5998
RGB: (109,89,152)

Renk bilgisi

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

RGB renk modeli

#6D5998 color RGB value is (109,89,152).

  • kırmız ton 109;
  • yeşil ton 89;
  • mavi ton 152.
RGB:
(109,89,152)
(43%,35%,60%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 89 of 255 = 35%
B 152 of 255 = 60%

109
89
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 89 + 152 = 350 (100%)
R 109 of 350 ~ 31.14%
G 89 of 350 ~ 25.43%
B 152 of 350 ~ 43.43%

%31.14
%25.43
%43.43

CMYK RENK MODELİ

#6D5998 rengi CMYK tonu (28,41,0,40).

  • camgöbeği tonu 28.29%
  • eflatun tonu 41.45%
  • sarı tonu 0.00%
  • ana renk tonu 40.39%
CMYK:
(28,41,0,40)
C28M41Y0K40 
(28%,41%,0%,40%)
(0.28/0.41/0.00/0.40)	

CMYK yüzdeleri

%28.29
%41.45
%0
%40.39

Codes

Color #6D5998 in popluar color models

6D5998
RGB10989152
HSL259°26.14%47.25%
HSB/HSV259°41.45%59.61%
CMYK28.29%41.45%0.00%
40.39%

Color #6D5998 in popluar number systems.

HEX6D5998
Decimal10989152
Binary1101101101100110011000
Octal155131230

Shades and tints

Shades of #6D5998

#6D5998
(109,89,152)
#64518B
(100,81,139)
#5B497E
(91,73,126)
#524171
(82,65,113)
#493964
(73,57,100)
#403157
(64,49,87)
#37294A
(55,41,74)
#2E213D
(46,33,61)
#251930
(37,25,48)
#1C1123
(28,17,35)
#130916
(19,9,22)
#000000
(0,0,0)

Tints of #6D5998

#6D5998
(109,89,152)
#7A68A1
(122,104,161)
#8777AA
(135,119,170)
#9486B3
(148,134,179)
#A195BC
(161,149,188)
#AEA4C5
(174,164,197)
#BBB3CE
(187,179,206)
#C8C2D7
(200,194,215)
#D5D1E0
(213,209,224)
#E2E0E9
(226,224,233)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5998 color. Also use rgb(109,89,152) instead hex code.

Text Font Color

.myTextColor { color: #6D5998; }

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

This text font color is #6D5998.


Background Color

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

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

This div background color is #6D5998.


Border color

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

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

This div border color is #6D5998.


Opacity

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

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

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

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

This text has shadow with #6D5998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5998 on black background.


Color preview on white background

This text has color #6D5998 on white background.



Black color preview on #6D5998 background

This text has black color on #6D5998 background.


White color preview on #6D5998 background

This text has white color on #6D5998 background.