COLOR #6D4978

HEX: #6D4978
RGB: (109,73,120)

Renk bilgisi

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

RGB renk modeli

#6D4978 color RGB value is (109,73,120).

  • kırmız ton 109;
  • yeşil ton 73;
  • mavi ton 120.
RGB:
(109,73,120)
(43%,29%,47%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 73 of 255 = 29%
B 120 of 255 = 47%

109
73
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 73 + 120 = 302 (100%)
R 109 of 302 ~ 36.09%
G 73 of 302 ~ 24.17%
B 120 of 302 ~ 39.74%

%36.09
%24.17
%39.74

CMYK RENK MODELİ

#6D4978 rengi CMYK tonu (9,39,0,53).

  • camgöbeği tonu 9.17%
  • eflatun tonu 39.17%
  • sarı tonu 0.00%
  • ana renk tonu 52.94%
CMYK:
(9,39,0,53)
C9M39Y0K53 
(9%,39%,0%,53%)
(0.09/0.39/0.00/0.53)	

CMYK yüzdeleri

%9.17
%39.17
%0
%52.94

Codes

Color #6D4978 in popluar color models

6D4978
RGB10973120
HSL286°24.35%37.84%
HSB/HSV286°39.17%47.06%
CMYK9.17%39.17%0.00%
52.94%

Color #6D4978 in popluar number systems.

HEX6D4978
Decimal10973120
Binary110110110010011111000
Octal155111170

Shades and tints

Shades of #6D4978

#6D4978
(109,73,120)
#64436E
(100,67,110)
#5B3D64
(91,61,100)
#52375A
(82,55,90)
#493150
(73,49,80)
#402B46
(64,43,70)
#37253C
(55,37,60)
#2E1F32
(46,31,50)
#251928
(37,25,40)
#1C131E
(28,19,30)
#130D14
(19,13,20)
#000000
(0,0,0)

Tints of #6D4978

#6D4978
(109,73,120)
#7A5984
(122,89,132)
#876990
(135,105,144)
#94799C
(148,121,156)
#A189A8
(161,137,168)
#AE99B4
(174,153,180)
#BBA9C0
(187,169,192)
#C8B9CC
(200,185,204)
#D5C9D8
(213,201,216)
#E2D9E4
(226,217,228)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4978 color. Also use rgb(109,73,120) instead hex code.

Text Font Color

.myTextColor { color: #6D4978; }

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

This text font color is #6D4978.


Background Color

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

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

This div background color is #6D4978.


Border color

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

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

This div border color is #6D4978.


Opacity

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

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

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

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

This text has shadow with #6D4978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4978 on black background.


Color preview on white background

This text has color #6D4978 on white background.



Black color preview on #6D4978 background

This text has black color on #6D4978 background.


White color preview on #6D4978 background

This text has white color on #6D4978 background.