COLOR #6D4688

HEX: #6D4688
RGB: (109,70,136)

Renk bilgisi

#6D4688 contains mainly red and blue colors. #6D4688 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#6D4688 color RGB value is (109,70,136).

  • kırmız ton 109;
  • yeşil ton 70;
  • mavi ton 136.
RGB:
(109,70,136)
(43%,27%,53%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 70 of 255 = 27%
B 136 of 255 = 53%

109
70
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 70 + 136 = 315 (100%)
R 109 of 315 ~ 34.6%
G 70 of 315 ~ 22.22%
B 136 of 315 ~ 43.17%

%34.6
%22.22
%43.17

CMYK RENK MODELİ

#6D4688 rengi CMYK tonu (20,49,0,47).

  • camgöbeği tonu 19.85%
  • eflatun tonu 48.53%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(20,49,0,47)
C20M49Y0K47 
(20%,49%,0%,47%)
(0.20/0.49/0.00/0.47)	

CMYK yüzdeleri

%19.85
%48.53
%0
%46.67

Codes

Color #6D4688 in popluar color models

6D4688
RGB10970136
HSL275°32.04%40.39%
HSB/HSV275°48.53%53.33%
CMYK19.85%48.53%0.00%
46.67%

Color #6D4688 in popluar number systems.

HEX6D4688
Decimal10970136
Binary1101101100011010001000
Octal155106210

Shades and tints

Shades of #6D4688

#6D4688
(109,70,136)
#64407C
(100,64,124)
#5B3A70
(91,58,112)
#523464
(82,52,100)
#492E58
(73,46,88)
#40284C
(64,40,76)
#372240
(55,34,64)
#2E1C34
(46,28,52)
#251628
(37,22,40)
#1C101C
(28,16,28)
#130A10
(19,10,16)
#000000
(0,0,0)

Tints of #6D4688

#6D4688
(109,70,136)
#7A5692
(122,86,146)
#87669C
(135,102,156)
#9476A6
(148,118,166)
#A186B0
(161,134,176)
#AE96BA
(174,150,186)
#BBA6C4
(187,166,196)
#C8B6CE
(200,182,206)
#D5C6D8
(213,198,216)
#E2D6E2
(226,214,226)
#EFE6EC
(239,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4688 color. Also use rgb(109,70,136) instead hex code.

Text Font Color

.myTextColor { color: #6D4688; }

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

This text font color is #6D4688.


Background Color

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

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

This div background color is #6D4688.


Border color

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

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

This div border color is #6D4688.


Opacity

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

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

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

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

This text has shadow with #6D4688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4688 on black background.


Color preview on white background

This text has color #6D4688 on white background.



Black color preview on #6D4688 background

This text has black color on #6D4688 background.


White color preview on #6D4688 background

This text has white color on #6D4688 background.