COLOR #6D449C

HEX: #6D449C
RGB: (109,68,156)

Renk bilgisi

#6D449C contains mainly red and blue colors. #6D449C ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#6D449C color RGB value is (109,68,156).

  • kırmız ton 109;
  • yeşil ton 68;
  • mavi ton 156.
RGB:
(109,68,156)
(43%,27%,61%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 68 of 255 = 27%
B 156 of 255 = 61%

109
68
156

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 68 + 156 = 333 (100%)
R 109 of 333 ~ 32.73%
G 68 of 333 ~ 20.42%
B 156 of 333 ~ 46.85%

%32.73
%20.42
%46.85

CMYK RENK MODELİ

#6D449C rengi CMYK tonu (30,56,0,39).

  • camgöbeği tonu 30.13%
  • eflatun tonu 56.41%
  • sarı tonu 0.00%
  • ana renk tonu 38.82%
CMYK:
(30,56,0,39)
C30M56Y0K39 
(30%,56%,0%,39%)
(0.30/0.56/0.00/0.39)	

CMYK yüzdeleri

%30.13
%56.41
%0
%38.82

Codes

Color #6D449C in popluar color models

6D449C
RGB10968156
HSL268°39.29%43.92%
HSB/HSV268°56.41%61.18%
CMYK30.13%56.41%0.00%
38.82%

Color #6D449C in popluar number systems.

HEX6D449C
Decimal10968156
Binary1101101100010010011100
Octal155104234

Shades and tints

Shades of #6D449C

#6D449C
(109,68,156)
#643E8E
(100,62,142)
#5B3880
(91,56,128)
#523272
(82,50,114)
#492C64
(73,44,100)
#402656
(64,38,86)
#372048
(55,32,72)
#2E1A3A
(46,26,58)
#25142C
(37,20,44)
#1C0E1E
(28,14,30)
#130810
(19,8,16)
#000000
(0,0,0)

Tints of #6D449C

#6D449C
(109,68,156)
#7A55A5
(122,85,165)
#8766AE
(135,102,174)
#9477B7
(148,119,183)
#A188C0
(161,136,192)
#AE99C9
(174,153,201)
#BBAAD2
(187,170,210)
#C8BBDB
(200,187,219)
#D5CCE4
(213,204,228)
#E2DDED
(226,221,237)
#EFEEF6
(239,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D449C color. Also use rgb(109,68,156) instead hex code.

Text Font Color

.myTextColor { color: #6D449C; }

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

This text font color is #6D449C.


Background Color

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

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

This div background color is #6D449C.


Border color

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

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

This div border color is #6D449C.


Opacity

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

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

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

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

This text has shadow with #6D449C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D449C on black background.


Color preview on white background

This text has color #6D449C on white background.



Black color preview on #6D449C background

This text has black color on #6D449C background.


White color preview on #6D449C background

This text has white color on #6D449C background.