COLOR #6D365E

HEX: #6D365E
RGB: (109,54,94)

Renk bilgisi

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

RGB renk modeli

#6D365E color RGB value is (109,54,94).

  • kırmız ton 109;
  • yeşil ton 54;
  • mavi ton 94.
RGB:
(109,54,94)
(43%,21%,37%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 54 of 255 = 21%
B 94 of 255 = 37%

109
54
94

R + G + B ~ 34%. #6D365E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 54 + 94 = 257 (100%)
R 109 of 257 ~ 42.41%
G 54 of 257 ~ 21.01%
B 94 of 257 ~ 36.58%

%42.41
%21.01
%36.58

CMYK RENK MODELİ

#6D365E rengi CMYK tonu (0,50,14,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.46%
  • sarı tonu 13.76%
  • ana renk tonu 57.25%
CMYK:
(0,50,14,57)
C0M50Y14K57 
(0%,50%,14%,57%)
(0.00/0.50/0.14/0.57)	

CMYK yüzdeleri

%0
%50.46
%13.76
%57.25

Codes

Color #6D365E in popluar color models

6D365E
RGB1095494
HSL316°33.74%31.96%
HSB/HSV316°50.46%42.75%
CMYK0.00%50.46%13.76%
57.25%

Color #6D365E in popluar number systems.

HEX6D365E
Decimal1095494
Binary11011011101101011110
Octal15566136

Shades and tints

Shades of #6D365E

#6D365E
(109,54,94)
#643256
(100,50,86)
#5B2E4E
(91,46,78)
#522A46
(82,42,70)
#49263E
(73,38,62)
#402236
(64,34,54)
#371E2E
(55,30,46)
#2E1A26
(46,26,38)
#25161E
(37,22,30)
#1C1216
(28,18,22)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #6D365E

#6D365E
(109,54,94)
#7A486C
(122,72,108)
#875A7A
(135,90,122)
#946C88
(148,108,136)
#A17E96
(161,126,150)
#AE90A4
(174,144,164)
#BBA2B2
(187,162,178)
#C8B4C0
(200,180,192)
#D5C6CE
(213,198,206)
#E2D8DC
(226,216,220)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D365E color. Also use rgb(109,54,94) instead hex code.

Text Font Color

.myTextColor { color: #6D365E; }

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

This text font color is #6D365E.


Background Color

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

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

This div background color is #6D365E.


Border color

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

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

This div border color is #6D365E.


Opacity

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

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

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

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

This text has shadow with #6D365E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D365E on black background.


Color preview on white background

This text has color #6D365E on white background.



Black color preview on #6D365E background

This text has black color on #6D365E background.


White color preview on #6D365E background

This text has white color on #6D365E background.