COLOR #6B4196

HEX: #6B4196
RGB: (107,65,150)

Renk bilgisi

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

RGB renk modeli

#6B4196 color RGB value is (107,65,150).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 65 of 255 = 25%
B 150 of 255 = 59%

107
65
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 65 + 150 = 322 (100%)
R 107 of 322 ~ 33.23%
G 65 of 322 ~ 20.19%
B 150 of 322 ~ 46.58%

%33.23
%20.19
%46.58

CMYK RENK MODELİ

#6B4196 rengi CMYK tonu (29,57,0,41).

  • camgöbeği tonu 28.67%
  • eflatun tonu 56.67%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(29,57,0,41)
C29M57Y0K41 
(29%,57%,0%,41%)
(0.29/0.57/0.00/0.41)	

CMYK yüzdeleri

%28.67
%56.67
%0
%41.18

Codes

Color #6B4196 in popluar color models

6B4196
RGB10765150
HSL270°39.53%42.16%
HSB/HSV270°56.67%58.82%
CMYK28.67%56.67%0.00%
41.18%

Color #6B4196 in popluar number systems.

HEX6B4196
Decimal10765150
Binary1101011100000110010110
Octal153101226

Shades and tints

Shades of #6B4196

#6B4196
(107,65,150)
#623C89
(98,60,137)
#59377C
(89,55,124)
#50326F
(80,50,111)
#472D62
(71,45,98)
#3E2855
(62,40,85)
#352348
(53,35,72)
#2C1E3B
(44,30,59)
#23192E
(35,25,46)
#1A1421
(26,20,33)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #6B4196

#6B4196
(107,65,150)
#78529F
(120,82,159)
#8563A8
(133,99,168)
#9274B1
(146,116,177)
#9F85BA
(159,133,186)
#AC96C3
(172,150,195)
#B9A7CC
(185,167,204)
#C6B8D5
(198,184,213)
#D3C9DE
(211,201,222)
#E0DAE7
(224,218,231)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4196; }

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

This text font color is #6B4196.


Background Color

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

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

This div background color is #6B4196.


Border color

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

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

This div border color is #6B4196.


Opacity

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

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

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

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

This text has shadow with #6B4196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4196 on black background.


Color preview on white background

This text has color #6B4196 on white background.



Black color preview on #6B4196 background

This text has black color on #6B4196 background.


White color preview on #6B4196 background

This text has white color on #6B4196 background.