COLOR #6D6395

HEX: #6D6395
RGB: (109,99,149)

Renk bilgisi

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

RGB renk modeli

#6D6395 color RGB value is (109,99,149).

  • kırmız ton 109;
  • yeşil ton 99;
  • mavi ton 149.
RGB:
(109,99,149)
(43%,39%,58%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 99 of 255 = 39%
B 149 of 255 = 58%

109
99
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 99 + 149 = 357 (100%)
R 109 of 357 ~ 30.53%
G 99 of 357 ~ 27.73%
B 149 of 357 ~ 41.74%

%30.53
%27.73
%41.74

CMYK RENK MODELİ

#6D6395 rengi CMYK tonu (27,34,0,42).

  • camgöbeği tonu 26.85%
  • eflatun tonu 33.56%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%
CMYK:
(27,34,0,42)
C27M34Y0K42 
(27%,34%,0%,42%)
(0.27/0.34/0.00/0.42)	

CMYK yüzdeleri

%26.85
%33.56
%0
%41.57

Codes

Color #6D6395 in popluar color models

6D6395
RGB10999149
HSL252°20.16%48.63%
HSB/HSV252°33.56%58.43%
CMYK26.85%33.56%0.00%
41.57%

Color #6D6395 in popluar number systems.

HEX6D6395
Decimal10999149
Binary1101101110001110010101
Octal155143225

Shades and tints

Shades of #6D6395

#6D6395
(109,99,149)
#645A88
(100,90,136)
#5B517B
(91,81,123)
#52486E
(82,72,110)
#493F61
(73,63,97)
#403654
(64,54,84)
#372D47
(55,45,71)
#2E243A
(46,36,58)
#251B2D
(37,27,45)
#1C1220
(28,18,32)
#130913
(19,9,19)
#000000
(0,0,0)

Tints of #6D6395

#6D6395
(109,99,149)
#7A719E
(122,113,158)
#877FA7
(135,127,167)
#948DB0
(148,141,176)
#A19BB9
(161,155,185)
#AEA9C2
(174,169,194)
#BBB7CB
(187,183,203)
#C8C5D4
(200,197,212)
#D5D3DD
(213,211,221)
#E2E1E6
(226,225,230)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6395 color. Also use rgb(109,99,149) instead hex code.

Text Font Color

.myTextColor { color: #6D6395; }

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

This text font color is #6D6395.


Background Color

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

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

This div background color is #6D6395.


Border color

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

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

This div border color is #6D6395.


Opacity

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

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

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

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

This text has shadow with #6D6395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6395 on black background.


Color preview on white background

This text has color #6D6395 on white background.



Black color preview on #6D6395 background

This text has black color on #6D6395 background.


White color preview on #6D6395 background

This text has white color on #6D6395 background.