COLOR #6D506E

HEX: #6D506E
RGB: (109,80,110)

Renk bilgisi

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

RGB renk modeli

#6D506E color RGB value is (109,80,110).

  • kırmız ton 109;
  • yeşil ton 80;
  • mavi ton 110.
RGB:
(109,80,110)
(43%,31%,43%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 80 of 255 = 31%
B 110 of 255 = 43%

109
80
110

R + G + B ~ 39%. #6D506E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 80 + 110 = 299 (100%)
R 109 of 299 ~ 36.45%
G 80 of 299 ~ 26.76%
B 110 of 299 ~ 36.79%

%36.45
%26.76
%36.79

CMYK RENK MODELİ

#6D506E rengi CMYK tonu (1,27,0,57).

  • camgöbeği tonu 0.91%
  • eflatun tonu 27.27%
  • sarı tonu 0.00%
  • ana renk tonu 56.86%
CMYK:
(1,27,0,57)
C1M27Y0K57 
(1%,27%,0%,57%)
(0.01/0.27/0.00/0.57)	

CMYK yüzdeleri

%0.91
%27.27
%0
%56.86

Codes

Color #6D506E in popluar color models

6D506E
RGB10980110
HSL298°15.79%37.25%
HSB/HSV298°27.27%43.14%
CMYK0.91%27.27%0.00%
56.86%

Color #6D506E in popluar number systems.

HEX6D506E
Decimal10980110
Binary110110110100001101110
Octal155120156

Shades and tints

Shades of #6D506E

#6D506E
(109,80,110)
#644964
(100,73,100)
#5B425A
(91,66,90)
#523B50
(82,59,80)
#493446
(73,52,70)
#402D3C
(64,45,60)
#372632
(55,38,50)
#2E1F28
(46,31,40)
#25181E
(37,24,30)
#1C1114
(28,17,20)
#130A0A
(19,10,10)
#000000
(0,0,0)

Tints of #6D506E

#6D506E
(109,80,110)
#7A5F7B
(122,95,123)
#876E88
(135,110,136)
#947D95
(148,125,149)
#A18CA2
(161,140,162)
#AE9BAF
(174,155,175)
#BBAABC
(187,170,188)
#C8B9C9
(200,185,201)
#D5C8D6
(213,200,214)
#E2D7E3
(226,215,227)
#EFE6F0
(239,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D506E color. Also use rgb(109,80,110) instead hex code.

Text Font Color

.myTextColor { color: #6D506E; }

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

This text font color is #6D506E.


Background Color

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

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

This div background color is #6D506E.


Border color

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

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

This div border color is #6D506E.


Opacity

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

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

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

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

This text has shadow with #6D506E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D506E on black background.


Color preview on white background

This text has color #6D506E on white background.



Black color preview on #6D506E background

This text has black color on #6D506E background.


White color preview on #6D506E background

This text has white color on #6D506E background.