COLOR #6D698E

HEX: #6D698E
RGB: (109,105,142)

Renk bilgisi

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

RGB renk modeli

#6D698E color RGB value is (109,105,142).

  • kırmız ton 109;
  • yeşil ton 105;
  • mavi ton 142.
RGB:
(109,105,142)
(43%,41%,56%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 105 of 255 = 41%
B 142 of 255 = 56%

109
105
142

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 105 + 142 = 356 (100%)
R 109 of 356 ~ 30.62%
G 105 of 356 ~ 29.49%
B 142 of 356 ~ 39.89%

%30.62
%29.49
%39.89

CMYK RENK MODELİ

#6D698E rengi CMYK tonu (23,26,0,44).

  • camgöbeği tonu 23.24%
  • eflatun tonu 26.06%
  • sarı tonu 0.00%
  • ana renk tonu 44.31%
CMYK:
(23,26,0,44)
C23M26Y0K44 
(23%,26%,0%,44%)
(0.23/0.26/0.00/0.44)	

CMYK yüzdeleri

%23.24
%26.06
%0
%44.31

Codes

Color #6D698E in popluar color models

6D698E
RGB109105142
HSL246°14.98%48.43%
HSB/HSV246°26.06%55.69%
CMYK23.24%26.06%0.00%
44.31%

Color #6D698E in popluar number systems.

HEX6D698E
Decimal109105142
Binary1101101110100110001110
Octal155151216

Shades and tints

Shades of #6D698E

#6D698E
(109,105,142)
#646082
(100,96,130)
#5B5776
(91,87,118)
#524E6A
(82,78,106)
#49455E
(73,69,94)
#403C52
(64,60,82)
#373346
(55,51,70)
#2E2A3A
(46,42,58)
#25212E
(37,33,46)
#1C1822
(28,24,34)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #6D698E

#6D698E
(109,105,142)
#7A7698
(122,118,152)
#8783A2
(135,131,162)
#9490AC
(148,144,172)
#A19DB6
(161,157,182)
#AEAAC0
(174,170,192)
#BBB7CA
(187,183,202)
#C8C4D4
(200,196,212)
#D5D1DE
(213,209,222)
#E2DEE8
(226,222,232)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D698E; }

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

This text font color is #6D698E.


Background Color

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

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

This div background color is #6D698E.


Border color

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

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

This div border color is #6D698E.


Opacity

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

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

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

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

This text has shadow with #6D698E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D698E on black background.


Color preview on white background

This text has color #6D698E on white background.



Black color preview on #6D698E background

This text has black color on #6D698E background.


White color preview on #6D698E background

This text has white color on #6D698E background.