COLOR #6D849A

HEX: #6D849A
RGB: (109,132,154)

Renk bilgisi

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

RGB renk modeli

#6D849A color RGB value is (109,132,154).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 132 of 255 = 52%
B 154 of 255 = 60%

109
132
154

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 132 + 154 = 395 (100%)
R 109 of 395 ~ 27.59%
G 132 of 395 ~ 33.42%
B 154 of 395 ~ 38.99%

%27.59
%33.42
%38.99

CMYK RENK MODELİ

#6D849A rengi CMYK tonu (29,14,0,40).

  • camgöbeği tonu 29.22%
  • eflatun tonu 14.29%
  • sarı tonu 0.00%
  • ana renk tonu 39.61%
CMYK:
(29,14,0,40)
C29M14Y0K40 
(29%,14%,0%,40%)
(0.29/0.14/0.00/0.40)	

CMYK yüzdeleri

%29.22
%14.29
%0
%39.61

Codes

Color #6D849A in popluar color models

6D849A
RGB109132154
HSL209°18.22%51.57%
HSB/HSV209°29.22%60.39%
CMYK29.22%14.29%0.00%
39.61%

Color #6D849A in popluar number systems.

HEX6D849A
Decimal109132154
Binary11011011000010010011010
Octal155204232

Shades and tints

Shades of #6D849A

#6D849A
(109,132,154)
#64788C
(100,120,140)
#5B6C7E
(91,108,126)
#526070
(82,96,112)
#495462
(73,84,98)
#404854
(64,72,84)
#373C46
(55,60,70)
#2E3038
(46,48,56)
#25242A
(37,36,42)
#1C181C
(28,24,28)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #6D849A

#6D849A
(109,132,154)
#7A8FA3
(122,143,163)
#879AAC
(135,154,172)
#94A5B5
(148,165,181)
#A1B0BE
(161,176,190)
#AEBBC7
(174,187,199)
#BBC6D0
(187,198,208)
#C8D1D9
(200,209,217)
#D5DCE2
(213,220,226)
#E2E7EB
(226,231,235)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D849A; }

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

This text font color is #6D849A.


Background Color

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

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

This div background color is #6D849A.


Border color

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

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

This div border color is #6D849A.


Opacity

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

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

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

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

This text has shadow with #6D849A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D849A on black background.


Color preview on white background

This text has color #6D849A on white background.



Black color preview on #6D849A background

This text has black color on #6D849A background.


White color preview on #6D849A background

This text has white color on #6D849A background.