COLOR #6D5199

HEX: #6D5199
RGB: (109,81,153)

Renk bilgisi

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

RGB renk modeli

#6D5199 color RGB value is (109,81,153).

  • kırmız ton 109;
  • yeşil ton 81;
  • mavi ton 153.
RGB:
(109,81,153)
(43%,32%,60%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 81 of 255 = 32%
B 153 of 255 = 60%

109
81
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 81 + 153 = 343 (100%)
R 109 of 343 ~ 31.78%
G 81 of 343 ~ 23.62%
B 153 of 343 ~ 44.61%

%31.78
%23.62
%44.61

CMYK RENK MODELİ

#6D5199 rengi CMYK tonu (29,47,0,40).

  • camgöbeği tonu 28.76%
  • eflatun tonu 47.06%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(29,47,0,40)
C29M47Y0K40 
(29%,47%,0%,40%)
(0.29/0.47/0.00/0.40)	

CMYK yüzdeleri

%28.76
%47.06
%0
%40

Codes

Color #6D5199 in popluar color models

6D5199
RGB10981153
HSL263°30.77%45.88%
HSB/HSV263°47.06%60.00%
CMYK28.76%47.06%0.00%
40.00%

Color #6D5199 in popluar number systems.

HEX6D5199
Decimal10981153
Binary1101101101000110011001
Octal155121231

Shades and tints

Shades of #6D5199

#6D5199
(109,81,153)
#644A8C
(100,74,140)
#5B437F
(91,67,127)
#523C72
(82,60,114)
#493565
(73,53,101)
#402E58
(64,46,88)
#37274B
(55,39,75)
#2E203E
(46,32,62)
#251931
(37,25,49)
#1C1224
(28,18,36)
#130B17
(19,11,23)
#000000
(0,0,0)

Tints of #6D5199

#6D5199
(109,81,153)
#7A60A2
(122,96,162)
#876FAB
(135,111,171)
#947EB4
(148,126,180)
#A18DBD
(161,141,189)
#AE9CC6
(174,156,198)
#BBABCF
(187,171,207)
#C8BAD8
(200,186,216)
#D5C9E1
(213,201,225)
#E2D8EA
(226,216,234)
#EFE7F3
(239,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5199 color. Also use rgb(109,81,153) instead hex code.

Text Font Color

.myTextColor { color: #6D5199; }

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

This text font color is #6D5199.


Background Color

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

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

This div background color is #6D5199.


Border color

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

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

This div border color is #6D5199.


Opacity

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

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

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

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

This text has shadow with #6D5199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5199 on black background.


Color preview on white background

This text has color #6D5199 on white background.



Black color preview on #6D5199 background

This text has black color on #6D5199 background.


White color preview on #6D5199 background

This text has white color on #6D5199 background.