COLOR #6D6D85

HEX: #6D6D85
RGB: (109,109,133)

Renk bilgisi

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

RGB renk modeli

#6D6D85 color RGB value is (109,109,133).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 109 of 255 = 43%
B 133 of 255 = 52%

109
109
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 109 + 133 = 351 (100%)
R 109 of 351 ~ 31.05%
G 109 of 351 ~ 31.05%
B 133 of 351 ~ 37.89%

%31.05
%31.05
%37.89

CMYK RENK MODELİ

#6D6D85 rengi CMYK tonu (18,18,0,48).

  • camgöbeği tonu 18.05%
  • eflatun tonu 18.05%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(18,18,0,48)
C18M18Y0K48 
(18%,18%,0%,48%)
(0.18/0.18/0.00/0.48)	

CMYK yüzdeleri

%18.05
%18.05
%0
%47.84

Codes

Color #6D6D85 in popluar color models

6D6D85
RGB109109133
HSL240°9.92%47.45%
HSB/HSV240°18.05%52.16%
CMYK18.05%18.05%0.00%
47.84%

Color #6D6D85 in popluar number systems.

HEX6D6D85
Decimal109109133
Binary1101101110110110000101
Octal155155205

Shades and tints

Shades of #6D6D85

#6D6D85
(109,109,133)
#646479
(100,100,121)
#5B5B6D
(91,91,109)
#525261
(82,82,97)
#494955
(73,73,85)
#404049
(64,64,73)
#37373D
(55,55,61)
#2E2E31
(46,46,49)
#252525
(37,37,37)
#1C1C19
(28,28,25)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #6D6D85

#6D6D85
(109,109,133)
#7A7A90
(122,122,144)
#87879B
(135,135,155)
#9494A6
(148,148,166)
#A1A1B1
(161,161,177)
#AEAEBC
(174,174,188)
#BBBBC7
(187,187,199)
#C8C8D2
(200,200,210)
#D5D5DD
(213,213,221)
#E2E2E8
(226,226,232)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6D85; }

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

This text font color is #6D6D85.


Background Color

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

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

This div background color is #6D6D85.


Border color

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

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

This div border color is #6D6D85.


Opacity

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

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

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

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

This text has shadow with #6D6D85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6D85 on black background.


Color preview on white background

This text has color #6D6D85 on white background.



Black color preview on #6D6D85 background

This text has black color on #6D6D85 background.


White color preview on #6D6D85 background

This text has white color on #6D6D85 background.