COLOR #6D3385

HEX: #6D3385
RGB: (109,51,133)

Renk bilgisi

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

RGB renk modeli

#6D3385 color RGB value is (109,51,133).

  • kırmız ton 109;
  • yeşil ton 51;
  • mavi ton 133.
RGB:
(109,51,133)
(43%,20%,52%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 51 of 255 = 20%
B 133 of 255 = 52%

109
51
133

R + G + B ~ 38%. #6D3385 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 51 + 133 = 293 (100%)
R 109 of 293 ~ 37.2%
G 51 of 293 ~ 17.41%
B 133 of 293 ~ 45.39%

%37.2
%17.41
%45.39

CMYK RENK MODELİ

#6D3385 rengi CMYK tonu (18,62,0,48).

  • camgöbeği tonu 18.05%
  • eflatun tonu 61.65%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(18,62,0,48)
C18M62Y0K48 
(18%,62%,0%,48%)
(0.18/0.62/0.00/0.48)	

CMYK yüzdeleri

%18.05
%61.65
%0
%47.84

Codes

Color #6D3385 in popluar color models

6D3385
RGB10951133
HSL282°44.57%36.08%
HSB/HSV282°61.65%52.16%
CMYK18.05%61.65%0.00%
47.84%

Color #6D3385 in popluar number systems.

HEX6D3385
Decimal10951133
Binary110110111001110000101
Octal15563205

Shades and tints

Shades of #6D3385

#6D3385
(109,51,133)
#642F79
(100,47,121)
#5B2B6D
(91,43,109)
#522761
(82,39,97)
#492355
(73,35,85)
#401F49
(64,31,73)
#371B3D
(55,27,61)
#2E1731
(46,23,49)
#251325
(37,19,37)
#1C0F19
(28,15,25)
#130B0D
(19,11,13)
#000000
(0,0,0)

Tints of #6D3385

#6D3385
(109,51,133)
#7A4590
(122,69,144)
#87579B
(135,87,155)
#9469A6
(148,105,166)
#A17BB1
(161,123,177)
#AE8DBC
(174,141,188)
#BB9FC7
(187,159,199)
#C8B1D2
(200,177,210)
#D5C3DD
(213,195,221)
#E2D5E8
(226,213,232)
#EFE7F3
(239,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3385 color. Also use rgb(109,51,133) instead hex code.

Text Font Color

.myTextColor { color: #6D3385; }

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

This text font color is #6D3385.


Background Color

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

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

This div background color is #6D3385.


Border color

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

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

This div border color is #6D3385.


Opacity

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

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

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

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

This text has shadow with #6D3385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3385 on black background.


Color preview on white background

This text has color #6D3385 on white background.



Black color preview on #6D3385 background

This text has black color on #6D3385 background.


White color preview on #6D3385 background

This text has white color on #6D3385 background.