COLOR #6D759F

HEX: #6D759F
RGB: (109,117,159)

Renk bilgisi

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

RGB renk modeli

#6D759F color RGB value is (109,117,159).

  • kırmız ton 109;
  • yeşil ton 117;
  • mavi ton 159.
RGB:
(109,117,159)
(43%,46%,62%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 117 of 255 = 46%
B 159 of 255 = 62%

109
117
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 117 + 159 = 385 (100%)
R 109 of 385 ~ 28.31%
G 117 of 385 ~ 30.39%
B 159 of 385 ~ 41.3%

%28.31
%30.39
%41.3

CMYK RENK MODELİ

#6D759F rengi CMYK tonu (31,26,0,38).

  • camgöbeği tonu 31.45%
  • eflatun tonu 26.42%
  • sarı tonu 0.00%
  • ana renk tonu 37.65%
CMYK:
(31,26,0,38)
C31M26Y0K38 
(31%,26%,0%,38%)
(0.31/0.26/0.00/0.38)	

CMYK yüzdeleri

%31.45
%26.42
%0
%37.65

Codes

Color #6D759F in popluar color models

6D759F
RGB109117159
HSL230°20.66%52.55%
HSB/HSV230°31.45%62.35%
CMYK31.45%26.42%0.00%
37.65%

Color #6D759F in popluar number systems.

HEX6D759F
Decimal109117159
Binary1101101111010110011111
Octal155165237

Shades and tints

Shades of #6D759F

#6D759F
(109,117,159)
#646B91
(100,107,145)
#5B6183
(91,97,131)
#525775
(82,87,117)
#494D67
(73,77,103)
#404359
(64,67,89)
#37394B
(55,57,75)
#2E2F3D
(46,47,61)
#25252F
(37,37,47)
#1C1B21
(28,27,33)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #6D759F

#6D759F
(109,117,159)
#7A81A7
(122,129,167)
#878DAF
(135,141,175)
#9499B7
(148,153,183)
#A1A5BF
(161,165,191)
#AEB1C7
(174,177,199)
#BBBDCF
(187,189,207)
#C8C9D7
(200,201,215)
#D5D5DF
(213,213,223)
#E2E1E7
(226,225,231)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D759F; }

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

This text font color is #6D759F.


Background Color

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

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

This div background color is #6D759F.


Border color

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

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

This div border color is #6D759F.


Opacity

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

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

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

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

This text has shadow with #6D759F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D759F on black background.


Color preview on white background

This text has color #6D759F on white background.



Black color preview on #6D759F background

This text has black color on #6D759F background.


White color preview on #6D759F background

This text has white color on #6D759F background.