COLOR #6D5099

HEX: #6D5099
RGB: (109,80,153)

Renk bilgisi

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

RGB renk modeli

#6D5099 color RGB value is (109,80,153).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 80 of 255 = 31%
B 153 of 255 = 60%

109
80
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 80 + 153 = 342 (100%)
R 109 of 342 ~ 31.87%
G 80 of 342 ~ 23.39%
B 153 of 342 ~ 44.74%

%31.87
%23.39
%44.74

CMYK RENK MODELİ

#6D5099 rengi CMYK tonu (29,48,0,40).

  • camgöbeği tonu 28.76%
  • eflatun tonu 47.71%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(29,48,0,40)
C29M48Y0K40 
(29%,48%,0%,40%)
(0.29/0.48/0.00/0.40)	

CMYK yüzdeleri

%28.76
%47.71
%0
%40

Codes

Color #6D5099 in popluar color models

6D5099
RGB10980153
HSL264°31.33%45.69%
HSB/HSV264°47.71%60.00%
CMYK28.76%47.71%0.00%
40.00%

Color #6D5099 in popluar number systems.

HEX6D5099
Decimal10980153
Binary1101101101000010011001
Octal155120231

Shades and tints

Shades of #6D5099

#6D5099
(109,80,153)
#64498C
(100,73,140)
#5B427F
(91,66,127)
#523B72
(82,59,114)
#493465
(73,52,101)
#402D58
(64,45,88)
#37264B
(55,38,75)
#2E1F3E
(46,31,62)
#251831
(37,24,49)
#1C1124
(28,17,36)
#130A17
(19,10,23)
#000000
(0,0,0)

Tints of #6D5099

#6D5099
(109,80,153)
#7A5FA2
(122,95,162)
#876EAB
(135,110,171)
#947DB4
(148,125,180)
#A18CBD
(161,140,189)
#AE9BC6
(174,155,198)
#BBAACF
(187,170,207)
#C8B9D8
(200,185,216)
#D5C8E1
(213,200,225)
#E2D7EA
(226,215,234)
#EFE6F3
(239,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5099; }

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

This text font color is #6D5099.


Background Color

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

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

This div background color is #6D5099.


Border color

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

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

This div border color is #6D5099.


Opacity

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

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

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

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

This text has shadow with #6D5099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5099 on black background.


Color preview on white background

This text has color #6D5099 on white background.



Black color preview on #6D5099 background

This text has black color on #6D5099 background.


White color preview on #6D5099 background

This text has white color on #6D5099 background.