COLOR #6D4361

HEX: #6D4361
RGB: (109,67,97)

Renk bilgisi

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

RGB renk modeli

#6D4361 color RGB value is (109,67,97).

  • kırmız ton 109;
  • yeşil ton 67;
  • mavi ton 97.
RGB:
(109,67,97)
(43%,26%,38%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 67 of 255 = 26%
B 97 of 255 = 38%

109
67
97

R + G + B ~ 36%. #6D4361 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 67 + 97 = 273 (100%)
R 109 of 273 ~ 39.93%
G 67 of 273 ~ 24.54%
B 97 of 273 ~ 35.53%

%39.93
%24.54
%35.53

CMYK RENK MODELİ

#6D4361 rengi CMYK tonu (0,39,11,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.53%
  • sarı tonu 11.01%
  • ana renk tonu 57.25%
CMYK:
(0,39,11,57)
C0M39Y11K57 
(0%,39%,11%,57%)
(0.00/0.39/0.11/0.57)	

CMYK yüzdeleri

%0
%38.53
%11.01
%57.25

Codes

Color #6D4361 in popluar color models

6D4361
RGB1096797
HSL317°23.86%34.51%
HSB/HSV317°38.53%42.75%
CMYK0.00%38.53%11.01%
57.25%

Color #6D4361 in popluar number systems.

HEX6D4361
Decimal1096797
Binary110110110000111100001
Octal155103141

Shades and tints

Shades of #6D4361

#6D4361
(109,67,97)
#643D59
(100,61,89)
#5B3751
(91,55,81)
#523149
(82,49,73)
#492B41
(73,43,65)
#402539
(64,37,57)
#371F31
(55,31,49)
#2E1929
(46,25,41)
#251321
(37,19,33)
#1C0D19
(28,13,25)
#130711
(19,7,17)
#000000
(0,0,0)

Tints of #6D4361

#6D4361
(109,67,97)
#7A546F
(122,84,111)
#87657D
(135,101,125)
#94768B
(148,118,139)
#A18799
(161,135,153)
#AE98A7
(174,152,167)
#BBA9B5
(187,169,181)
#C8BAC3
(200,186,195)
#D5CBD1
(213,203,209)
#E2DCDF
(226,220,223)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4361 color. Also use rgb(109,67,97) instead hex code.

Text Font Color

.myTextColor { color: #6D4361; }

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

This text font color is #6D4361.


Background Color

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

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

This div background color is #6D4361.


Border color

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

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

This div border color is #6D4361.


Opacity

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

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

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

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

This text has shadow with #6D4361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4361 on black background.


Color preview on white background

This text has color #6D4361 on white background.



Black color preview on #6D4361 background

This text has black color on #6D4361 background.


White color preview on #6D4361 background

This text has white color on #6D4361 background.