COLOR #6D4862

HEX: #6D4862
RGB: (109,72,98)

Renk bilgisi

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

RGB renk modeli

#6D4862 color RGB value is (109,72,98).

  • kırmız ton 109;
  • yeşil ton 72;
  • mavi ton 98.
RGB:
(109,72,98)
(43%,28%,38%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 72 of 255 = 28%
B 98 of 255 = 38%

109
72
98

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 72 + 98 = 279 (100%)
R 109 of 279 ~ 39.07%
G 72 of 279 ~ 25.81%
B 98 of 279 ~ 35.13%

%39.07
%25.81
%35.13

CMYK RENK MODELİ

#6D4862 rengi CMYK tonu (0,34,10,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.94%
  • sarı tonu 10.09%
  • ana renk tonu 57.25%
CMYK:
(0,34,10,57)
C0M34Y10K57 
(0%,34%,10%,57%)
(0.00/0.34/0.10/0.57)	

CMYK yüzdeleri

%0
%33.94
%10.09
%57.25

Codes

Color #6D4862 in popluar color models

6D4862
RGB1097298
HSL318°20.44%35.49%
HSB/HSV318°33.94%42.75%
CMYK0.00%33.94%10.09%
57.25%

Color #6D4862 in popluar number systems.

HEX6D4862
Decimal1097298
Binary110110110010001100010
Octal155110142

Shades and tints

Shades of #6D4862

#6D4862
(109,72,98)
#64425A
(100,66,90)
#5B3C52
(91,60,82)
#52364A
(82,54,74)
#493042
(73,48,66)
#402A3A
(64,42,58)
#372432
(55,36,50)
#2E1E2A
(46,30,42)
#251822
(37,24,34)
#1C121A
(28,18,26)
#130C12
(19,12,18)
#000000
(0,0,0)

Tints of #6D4862

#6D4862
(109,72,98)
#7A5870
(122,88,112)
#87687E
(135,104,126)
#94788C
(148,120,140)
#A1889A
(161,136,154)
#AE98A8
(174,152,168)
#BBA8B6
(187,168,182)
#C8B8C4
(200,184,196)
#D5C8D2
(213,200,210)
#E2D8E0
(226,216,224)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4862 color. Also use rgb(109,72,98) instead hex code.

Text Font Color

.myTextColor { color: #6D4862; }

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

This text font color is #6D4862.


Background Color

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

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

This div background color is #6D4862.


Border color

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

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

This div border color is #6D4862.


Opacity

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

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

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

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

This text has shadow with #6D4862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4862 on black background.


Color preview on white background

This text has color #6D4862 on white background.



Black color preview on #6D4862 background

This text has black color on #6D4862 background.


White color preview on #6D4862 background

This text has white color on #6D4862 background.