COLOR #6D389B

HEX: #6D389B
RGB: (109,56,155)

Renk bilgisi

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

RGB renk modeli

#6D389B color RGB value is (109,56,155).

  • kırmız ton 109;
  • yeşil ton 56;
  • mavi ton 155.
RGB:
(109,56,155)
(43%,22%,61%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 56 of 255 = 22%
B 155 of 255 = 61%

109
56
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 56 + 155 = 320 (100%)
R 109 of 320 ~ 34.06%
G 56 of 320 ~ 17.5%
B 155 of 320 ~ 48.44%

%34.06
%17.5
%48.44

CMYK RENK MODELİ

#6D389B rengi CMYK tonu (30,64,0,39).

  • camgöbeği tonu 29.68%
  • eflatun tonu 63.87%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(30,64,0,39)
C30M64Y0K39 
(30%,64%,0%,39%)
(0.30/0.64/0.00/0.39)	

CMYK yüzdeleri

%29.68
%63.87
%0
%39.22

Codes

Color #6D389B in popluar color models

6D389B
RGB10956155
HSL272°46.92%41.37%
HSB/HSV272°63.87%60.78%
CMYK29.68%63.87%0.00%
39.22%

Color #6D389B in popluar number systems.

HEX6D389B
Decimal10956155
Binary110110111100010011011
Octal15570233

Shades and tints

Shades of #6D389B

#6D389B
(109,56,155)
#64338D
(100,51,141)
#5B2E7F
(91,46,127)
#522971
(82,41,113)
#492463
(73,36,99)
#401F55
(64,31,85)
#371A47
(55,26,71)
#2E1539
(46,21,57)
#25102B
(37,16,43)
#1C0B1D
(28,11,29)
#13060F
(19,6,15)
#000000
(0,0,0)

Tints of #6D389B

#6D389B
(109,56,155)
#7A4AA4
(122,74,164)
#875CAD
(135,92,173)
#946EB6
(148,110,182)
#A180BF
(161,128,191)
#AE92C8
(174,146,200)
#BBA4D1
(187,164,209)
#C8B6DA
(200,182,218)
#D5C8E3
(213,200,227)
#E2DAEC
(226,218,236)
#EFECF5
(239,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D389B color. Also use rgb(109,56,155) instead hex code.

Text Font Color

.myTextColor { color: #6D389B; }

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

This text font color is #6D389B.


Background Color

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

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

This div background color is #6D389B.


Border color

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

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

This div border color is #6D389B.


Opacity

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

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

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

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

This text has shadow with #6D389B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D389B on black background.


Color preview on white background

This text has color #6D389B on white background.



Black color preview on #6D389B background

This text has black color on #6D389B background.


White color preview on #6D389B background

This text has white color on #6D389B background.