COLOR #6B3596

HEX: #6B3596
RGB: (107,53,150)

Renk bilgisi

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

RGB renk modeli

#6B3596 color RGB value is (107,53,150).

  • kırmız ton 107;
  • yeşil ton 53;
  • mavi ton 150.
RGB:
(107,53,150)
(42%,21%,59%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 53 of 255 = 21%
B 150 of 255 = 59%

107
53
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 53 + 150 = 310 (100%)
R 107 of 310 ~ 34.52%
G 53 of 310 ~ 17.1%
B 150 of 310 ~ 48.39%

%34.52
%17.1
%48.39

CMYK RENK MODELİ

#6B3596 rengi CMYK tonu (29,65,0,41).

  • camgöbeği tonu 28.67%
  • eflatun tonu 64.67%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(29,65,0,41)
C29M65Y0K41 
(29%,65%,0%,41%)
(0.29/0.65/0.00/0.41)	

CMYK yüzdeleri

%28.67
%64.67
%0
%41.18

Codes

Color #6B3596 in popluar color models

6B3596
RGB10753150
HSL273°47.78%39.80%
HSB/HSV273°64.67%58.82%
CMYK28.67%64.67%0.00%
41.18%

Color #6B3596 in popluar number systems.

HEX6B3596
Decimal10753150
Binary110101111010110010110
Octal15365226

Shades and tints

Shades of #6B3596

#6B3596
(107,53,150)
#623189
(98,49,137)
#592D7C
(89,45,124)
#50296F
(80,41,111)
#472562
(71,37,98)
#3E2155
(62,33,85)
#351D48
(53,29,72)
#2C193B
(44,25,59)
#23152E
(35,21,46)
#1A1121
(26,17,33)
#110D14
(17,13,20)
#000000
(0,0,0)

Tints of #6B3596

#6B3596
(107,53,150)
#78479F
(120,71,159)
#8559A8
(133,89,168)
#926BB1
(146,107,177)
#9F7DBA
(159,125,186)
#AC8FC3
(172,143,195)
#B9A1CC
(185,161,204)
#C6B3D5
(198,179,213)
#D3C5DE
(211,197,222)
#E0D7E7
(224,215,231)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3596 color. Also use rgb(107,53,150) instead hex code.

Text Font Color

.myTextColor { color: #6B3596; }

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

This text font color is #6B3596.


Background Color

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

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

This div background color is #6B3596.


Border color

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

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

This div border color is #6B3596.


Opacity

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

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

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

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

This text has shadow with #6B3596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3596 on black background.


Color preview on white background

This text has color #6B3596 on white background.



Black color preview on #6B3596 background

This text has black color on #6B3596 background.


White color preview on #6B3596 background

This text has white color on #6B3596 background.