COLOR #6D6E82

HEX: #6D6E82
RGB: (109,110,130)

Renk bilgisi

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

RGB renk modeli

#6D6E82 color RGB value is (109,110,130).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 110 of 255 = 43%
B 130 of 255 = 51%

109
110
130

R + G + B ~ 46%. #6D6E82 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 110 + 130 = 349 (100%)
R 109 of 349 ~ 31.23%
G 110 of 349 ~ 31.52%
B 130 of 349 ~ 37.25%

%31.23
%31.52
%37.25

CMYK RENK MODELİ

#6D6E82 rengi CMYK tonu (16,15,0,49).

  • camgöbeği tonu 16.15%
  • eflatun tonu 15.38%
  • sarı tonu 0.00%
  • ana renk tonu 49.02%
CMYK:
(16,15,0,49)
C16M15Y0K49 
(16%,15%,0%,49%)
(0.16/0.15/0.00/0.49)	

CMYK yüzdeleri

%16.15
%15.38
%0
%49.02

Codes

Color #6D6E82 in popluar color models

6D6E82
RGB109110130
HSL237°8.79%46.86%
HSB/HSV237°16.15%50.98%
CMYK16.15%15.38%0.00%
49.02%

Color #6D6E82 in popluar number systems.

HEX6D6E82
Decimal109110130
Binary1101101110111010000010
Octal155156202

Shades and tints

Shades of #6D6E82

#6D6E82
(109,110,130)
#646477
(100,100,119)
#5B5A6C
(91,90,108)
#525061
(82,80,97)
#494656
(73,70,86)
#403C4B
(64,60,75)
#373240
(55,50,64)
#2E2835
(46,40,53)
#251E2A
(37,30,42)
#1C141F
(28,20,31)
#130A14
(19,10,20)
#000000
(0,0,0)

Tints of #6D6E82

#6D6E82
(109,110,130)
#7A7B8D
(122,123,141)
#878898
(135,136,152)
#9495A3
(148,149,163)
#A1A2AE
(161,162,174)
#AEAFB9
(174,175,185)
#BBBCC4
(187,188,196)
#C8C9CF
(200,201,207)
#D5D6DA
(213,214,218)
#E2E3E5
(226,227,229)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6E82; }

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

This text font color is #6D6E82.


Background Color

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

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

This div background color is #6D6E82.


Border color

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

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

This div border color is #6D6E82.


Opacity

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

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

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

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

This text has shadow with #6D6E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6E82 on black background.


Color preview on white background

This text has color #6D6E82 on white background.



Black color preview on #6D6E82 background

This text has black color on #6D6E82 background.


White color preview on #6D6E82 background

This text has white color on #6D6E82 background.