COLOR #6B4496

HEX: #6B4496
RGB: (107,68,150)

Renk bilgisi

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

RGB renk modeli

#6B4496 color RGB value is (107,68,150).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 68 of 255 = 27%
B 150 of 255 = 59%

107
68
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 68 + 150 = 325 (100%)
R 107 of 325 ~ 32.92%
G 68 of 325 ~ 20.92%
B 150 of 325 ~ 46.15%

%32.92
%20.92
%46.15

CMYK RENK MODELİ

#6B4496 rengi CMYK tonu (29,55,0,41).

  • camgöbeği tonu 28.67%
  • eflatun tonu 54.67%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(29,55,0,41)
C29M55Y0K41 
(29%,55%,0%,41%)
(0.29/0.55/0.00/0.41)	

CMYK yüzdeleri

%28.67
%54.67
%0
%41.18

Codes

Color #6B4496 in popluar color models

6B4496
RGB10768150
HSL269°37.61%42.75%
HSB/HSV269°54.67%58.82%
CMYK28.67%54.67%0.00%
41.18%

Color #6B4496 in popluar number systems.

HEX6B4496
Decimal10768150
Binary1101011100010010010110
Octal153104226

Shades and tints

Shades of #6B4496

#6B4496
(107,68,150)
#623E89
(98,62,137)
#59387C
(89,56,124)
#50326F
(80,50,111)
#472C62
(71,44,98)
#3E2655
(62,38,85)
#352048
(53,32,72)
#2C1A3B
(44,26,59)
#23142E
(35,20,46)
#1A0E21
(26,14,33)
#110814
(17,8,20)
#000000
(0,0,0)

Tints of #6B4496

#6B4496
(107,68,150)
#78559F
(120,85,159)
#8566A8
(133,102,168)
#9277B1
(146,119,177)
#9F88BA
(159,136,186)
#AC99C3
(172,153,195)
#B9AACC
(185,170,204)
#C6BBD5
(198,187,213)
#D3CCDE
(211,204,222)
#E0DDE7
(224,221,231)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4496; }

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

This text font color is #6B4496.


Background Color

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

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

This div background color is #6B4496.


Border color

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

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

This div border color is #6B4496.


Opacity

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

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

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

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

This text has shadow with #6B4496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4496 on black background.


Color preview on white background

This text has color #6B4496 on white background.



Black color preview on #6B4496 background

This text has black color on #6B4496 background.


White color preview on #6B4496 background

This text has white color on #6B4496 background.