COLOR #6D4271

HEX: #6D4271
RGB: (109,66,113)

Renk bilgisi

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

RGB renk modeli

#6D4271 color RGB value is (109,66,113).

  • kırmız ton 109;
  • yeşil ton 66;
  • mavi ton 113.
RGB:
(109,66,113)
(43%,26%,44%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 66 of 255 = 26%
B 113 of 255 = 44%

109
66
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 66 + 113 = 288 (100%)
R 109 of 288 ~ 37.85%
G 66 of 288 ~ 22.92%
B 113 of 288 ~ 39.24%

%37.85
%22.92
%39.24

CMYK RENK MODELİ

#6D4271 rengi CMYK tonu (4,42,0,56).

  • camgöbeği tonu 3.54%
  • eflatun tonu 41.59%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(4,42,0,56)
C4M42Y0K56 
(4%,42%,0%,56%)
(0.04/0.42/0.00/0.56)	

CMYK yüzdeleri

%3.54
%41.59
%0
%55.69

Codes

Color #6D4271 in popluar color models

6D4271
RGB10966113
HSL295°26.26%35.10%
HSB/HSV295°41.59%44.31%
CMYK3.54%41.59%0.00%
55.69%

Color #6D4271 in popluar number systems.

HEX6D4271
Decimal10966113
Binary110110110000101110001
Octal155102161

Shades and tints

Shades of #6D4271

#6D4271
(109,66,113)
#643C67
(100,60,103)
#5B365D
(91,54,93)
#523053
(82,48,83)
#492A49
(73,42,73)
#40243F
(64,36,63)
#371E35
(55,30,53)
#2E182B
(46,24,43)
#251221
(37,18,33)
#1C0C17
(28,12,23)
#13060D
(19,6,13)
#000000
(0,0,0)

Tints of #6D4271

#6D4271
(109,66,113)
#7A537D
(122,83,125)
#876489
(135,100,137)
#947595
(148,117,149)
#A186A1
(161,134,161)
#AE97AD
(174,151,173)
#BBA8B9
(187,168,185)
#C8B9C5
(200,185,197)
#D5CAD1
(213,202,209)
#E2DBDD
(226,219,221)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4271 color. Also use rgb(109,66,113) instead hex code.

Text Font Color

.myTextColor { color: #6D4271; }

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

This text font color is #6D4271.


Background Color

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

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

This div background color is #6D4271.


Border color

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

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

This div border color is #6D4271.


Opacity

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

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

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

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

This text has shadow with #6D4271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4271 on black background.


Color preview on white background

This text has color #6D4271 on white background.



Black color preview on #6D4271 background

This text has black color on #6D4271 background.


White color preview on #6D4271 background

This text has white color on #6D4271 background.