COLOR #6D668F

HEX: #6D668F
RGB: (109,102,143)

Renk bilgisi

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

RGB renk modeli

#6D668F color RGB value is (109,102,143).

  • kırmız ton 109;
  • yeşil ton 102;
  • mavi ton 143.
RGB:
(109,102,143)
(43%,40%,56%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 102 of 255 = 40%
B 143 of 255 = 56%

109
102
143

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 102 + 143 = 354 (100%)
R 109 of 354 ~ 30.79%
G 102 of 354 ~ 28.81%
B 143 of 354 ~ 40.4%

%30.79
%28.81
%40.4

CMYK RENK MODELİ

#6D668F rengi CMYK tonu (24,29,0,44).

  • camgöbeği tonu 23.78%
  • eflatun tonu 28.67%
  • sarı tonu 0.00%
  • ana renk tonu 43.92%
CMYK:
(24,29,0,44)
C24M29Y0K44 
(24%,29%,0%,44%)
(0.24/0.29/0.00/0.44)	

CMYK yüzdeleri

%23.78
%28.67
%0
%43.92

Codes

Color #6D668F in popluar color models

6D668F
RGB109102143
HSL250°16.73%48.04%
HSB/HSV250°28.67%56.08%
CMYK23.78%28.67%0.00%
43.92%

Color #6D668F in popluar number systems.

HEX6D668F
Decimal109102143
Binary1101101110011010001111
Octal155146217

Shades and tints

Shades of #6D668F

#6D668F
(109,102,143)
#645D82
(100,93,130)
#5B5475
(91,84,117)
#524B68
(82,75,104)
#49425B
(73,66,91)
#40394E
(64,57,78)
#373041
(55,48,65)
#2E2734
(46,39,52)
#251E27
(37,30,39)
#1C151A
(28,21,26)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #6D668F

#6D668F
(109,102,143)
#7A7399
(122,115,153)
#8780A3
(135,128,163)
#948DAD
(148,141,173)
#A19AB7
(161,154,183)
#AEA7C1
(174,167,193)
#BBB4CB
(187,180,203)
#C8C1D5
(200,193,213)
#D5CEDF
(213,206,223)
#E2DBE9
(226,219,233)
#EFE8F3
(239,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D668F; }

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

This text font color is #6D668F.


Background Color

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

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

This div background color is #6D668F.


Border color

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

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

This div border color is #6D668F.


Opacity

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

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

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

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

This text has shadow with #6D668F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D668F on black background.


Color preview on white background

This text has color #6D668F on white background.



Black color preview on #6D668F background

This text has black color on #6D668F background.


White color preview on #6D668F background

This text has white color on #6D668F background.