COLOR #6D1D5D

HEX: #6D1D5D
RGB: (109,29,93)

Renk bilgisi

#6D1D5D contains mainly red and blue colors. #6D1D5D ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#6D1D5D color RGB value is (109,29,93).

  • kırmız ton 109;
  • yeşil ton 29;
  • mavi ton 93.
RGB:
(109,29,93)
(43%,11%,36%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 29 of 255 = 11%
B 93 of 255 = 36%

109
29
93

R + G + B ~ 30%. #6D1D5D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 29 + 93 = 231 (100%)
R 109 of 231 ~ 47.19%
G 29 of 231 ~ 12.55%
B 93 of 231 ~ 40.26%

%47.19
%12.55
%40.26

CMYK RENK MODELİ

#6D1D5D rengi CMYK tonu (0,73,15,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 73.39%
  • sarı tonu 14.68%
  • ana renk tonu 57.25%
CMYK:
(0,73,15,57)
C0M73Y15K57 
(0%,73%,15%,57%)
(0.00/0.73/0.15/0.57)	

CMYK yüzdeleri

%0
%73.39
%14.68
%57.25

Codes

Color #6D1D5D in popluar color models

6D1D5D
RGB1092993
HSL312°57.97%27.06%
HSB/HSV312°73.39%42.75%
CMYK0.00%73.39%14.68%
57.25%

Color #6D1D5D in popluar number systems.

HEX6D1D5D
Decimal1092993
Binary1101101111011011101
Octal15535135

Shades and tints

Shades of #6D1D5D

#6D1D5D
(109,29,93)
#641B55
(100,27,85)
#5B194D
(91,25,77)
#521745
(82,23,69)
#49153D
(73,21,61)
#401335
(64,19,53)
#37112D
(55,17,45)
#2E0F25
(46,15,37)
#250D1D
(37,13,29)
#1C0B15
(28,11,21)
#13090D
(19,9,13)
#000000
(0,0,0)

Tints of #6D1D5D

#6D1D5D
(109,29,93)
#7A316B
(122,49,107)
#874579
(135,69,121)
#945987
(148,89,135)
#A16D95
(161,109,149)
#AE81A3
(174,129,163)
#BB95B1
(187,149,177)
#C8A9BF
(200,169,191)
#D5BDCD
(213,189,205)
#E2D1DB
(226,209,219)
#EFE5E9
(239,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D1D5D color. Also use rgb(109,29,93) instead hex code.

Text Font Color

.myTextColor { color: #6D1D5D; }

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

This text font color is #6D1D5D.


Background Color

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

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

This div background color is #6D1D5D.


Border color

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

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

This div border color is #6D1D5D.


Opacity

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

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

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

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

This text has shadow with #6D1D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1D5D on black background.


Color preview on white background

This text has color #6D1D5D on white background.



Black color preview on #6D1D5D background

This text has black color on #6D1D5D background.


White color preview on #6D1D5D background

This text has white color on #6D1D5D background.