COLOR #6D6A98

HEX: #6D6A98
RGB: (109,106,152)

Renk bilgisi

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

RGB renk modeli

#6D6A98 color RGB value is (109,106,152).

  • kırmız ton 109;
  • yeşil ton 106;
  • mavi ton 152.
RGB:
(109,106,152)
(43%,42%,60%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 106 of 255 = 42%
B 152 of 255 = 60%

109
106
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 106 + 152 = 367 (100%)
R 109 of 367 ~ 29.7%
G 106 of 367 ~ 28.88%
B 152 of 367 ~ 41.42%

%29.7
%28.88
%41.42

CMYK RENK MODELİ

#6D6A98 rengi CMYK tonu (28,30,0,40).

  • camgöbeği tonu 28.29%
  • eflatun tonu 30.26%
  • sarı tonu 0.00%
  • ana renk tonu 40.39%
CMYK:
(28,30,0,40)
C28M30Y0K40 
(28%,30%,0%,40%)
(0.28/0.30/0.00/0.40)	

CMYK yüzdeleri

%28.29
%30.26
%0
%40.39

Codes

Color #6D6A98 in popluar color models

6D6A98
RGB109106152
HSL244°18.25%50.59%
HSB/HSV244°30.26%59.61%
CMYK28.29%30.26%0.00%
40.39%

Color #6D6A98 in popluar number systems.

HEX6D6A98
Decimal109106152
Binary1101101110101010011000
Octal155152230

Shades and tints

Shades of #6D6A98

#6D6A98
(109,106,152)
#64618B
(100,97,139)
#5B587E
(91,88,126)
#524F71
(82,79,113)
#494664
(73,70,100)
#403D57
(64,61,87)
#37344A
(55,52,74)
#2E2B3D
(46,43,61)
#252230
(37,34,48)
#1C1923
(28,25,35)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #6D6A98

#6D6A98
(109,106,152)
#7A77A1
(122,119,161)
#8784AA
(135,132,170)
#9491B3
(148,145,179)
#A19EBC
(161,158,188)
#AEABC5
(174,171,197)
#BBB8CE
(187,184,206)
#C8C5D7
(200,197,215)
#D5D2E0
(213,210,224)
#E2DFE9
(226,223,233)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6A98; }

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

This text font color is #6D6A98.


Background Color

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

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

This div background color is #6D6A98.


Border color

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

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

This div border color is #6D6A98.


Opacity

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

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

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

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

This text has shadow with #6D6A98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6A98 on black background.


Color preview on white background

This text has color #6D6A98 on white background.



Black color preview on #6D6A98 background

This text has black color on #6D6A98 background.


White color preview on #6D6A98 background

This text has white color on #6D6A98 background.