COLOR #6D3F74

HEX: #6D3F74
RGB: (109,63,116)

Renk bilgisi

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

RGB renk modeli

#6D3F74 color RGB value is (109,63,116).

  • kırmız ton 109;
  • yeşil ton 63;
  • mavi ton 116.
RGB:
(109,63,116)
(43%,25%,45%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 63 of 255 = 25%
B 116 of 255 = 45%

109
63
116

R + G + B ~ 38%. #6D3F74 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 63 + 116 = 288 (100%)
R 109 of 288 ~ 37.85%
G 63 of 288 ~ 21.88%
B 116 of 288 ~ 40.28%

%37.85
%21.88
%40.28

CMYK RENK MODELİ

#6D3F74 rengi CMYK tonu (6,46,0,55).

  • camgöbeği tonu 6.03%
  • eflatun tonu 45.69%
  • sarı tonu 0.00%
  • ana renk tonu 54.51%
CMYK:
(6,46,0,55)
C6M46Y0K55 
(6%,46%,0%,55%)
(0.06/0.46/0.00/0.55)	

CMYK yüzdeleri

%6.03
%45.69
%0
%54.51

Codes

Color #6D3F74 in popluar color models

6D3F74
RGB10963116
HSL292°29.61%35.10%
HSB/HSV292°45.69%45.49%
CMYK6.03%45.69%0.00%
54.51%

Color #6D3F74 in popluar number systems.

HEX6D3F74
Decimal10963116
Binary11011011111111110100
Octal15577164

Shades and tints

Shades of #6D3F74

#6D3F74
(109,63,116)
#643A6A
(100,58,106)
#5B3560
(91,53,96)
#523056
(82,48,86)
#492B4C
(73,43,76)
#402642
(64,38,66)
#372138
(55,33,56)
#2E1C2E
(46,28,46)
#251724
(37,23,36)
#1C121A
(28,18,26)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #6D3F74

#6D3F74
(109,63,116)
#7A5080
(122,80,128)
#87618C
(135,97,140)
#947298
(148,114,152)
#A183A4
(161,131,164)
#AE94B0
(174,148,176)
#BBA5BC
(187,165,188)
#C8B6C8
(200,182,200)
#D5C7D4
(213,199,212)
#E2D8E0
(226,216,224)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3F74 color. Also use rgb(109,63,116) instead hex code.

Text Font Color

.myTextColor { color: #6D3F74; }

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

This text font color is #6D3F74.


Background Color

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

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

This div background color is #6D3F74.


Border color

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

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

This div border color is #6D3F74.


Opacity

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

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

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

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

This text has shadow with #6D3F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3F74 on black background.


Color preview on white background

This text has color #6D3F74 on white background.



Black color preview on #6D3F74 background

This text has black color on #6D3F74 background.


White color preview on #6D3F74 background

This text has white color on #6D3F74 background.