COLOR #6B4992

HEX: #6B4992
RGB: (107,73,146)

Renk bilgisi

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

RGB renk modeli

#6B4992 color RGB value is (107,73,146).

  • kırmız ton 107;
  • yeşil ton 73;
  • mavi ton 146.
RGB:
(107,73,146)
(42%,29%,57%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 73 of 255 = 29%
B 146 of 255 = 57%

107
73
146

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 73 + 146 = 326 (100%)
R 107 of 326 ~ 32.82%
G 73 of 326 ~ 22.39%
B 146 of 326 ~ 44.79%

%32.82
%22.39
%44.79

CMYK RENK MODELİ

#6B4992 rengi CMYK tonu (27,50,0,43).

  • camgöbeği tonu 26.71%
  • eflatun tonu 50.00%
  • sarı tonu 0.00%
  • ana renk tonu 42.75%
CMYK:
(27,50,0,43)
C27M50Y0K43 
(27%,50%,0%,43%)
(0.27/0.50/0.00/0.43)	

CMYK yüzdeleri

%26.71
%50
%0
%42.75

Codes

Color #6B4992 in popluar color models

6B4992
RGB10773146
HSL268°33.33%42.94%
HSB/HSV268°50.00%57.25%
CMYK26.71%50.00%0.00%
42.75%

Color #6B4992 in popluar number systems.

HEX6B4992
Decimal10773146
Binary1101011100100110010010
Octal153111222

Shades and tints

Shades of #6B4992

#6B4992
(107,73,146)
#624385
(98,67,133)
#593D78
(89,61,120)
#50376B
(80,55,107)
#47315E
(71,49,94)
#3E2B51
(62,43,81)
#352544
(53,37,68)
#2C1F37
(44,31,55)
#23192A
(35,25,42)
#1A131D
(26,19,29)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #6B4992

#6B4992
(107,73,146)
#78599B
(120,89,155)
#8569A4
(133,105,164)
#9279AD
(146,121,173)
#9F89B6
(159,137,182)
#AC99BF
(172,153,191)
#B9A9C8
(185,169,200)
#C6B9D1
(198,185,209)
#D3C9DA
(211,201,218)
#E0D9E3
(224,217,227)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4992 color. Also use rgb(107,73,146) instead hex code.

Text Font Color

.myTextColor { color: #6B4992; }

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

This text font color is #6B4992.


Background Color

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

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

This div background color is #6B4992.


Border color

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

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

This div border color is #6B4992.


Opacity

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

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

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

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

This text has shadow with #6B4992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4992 on black background.


Color preview on white background

This text has color #6B4992 on white background.



Black color preview on #6B4992 background

This text has black color on #6B4992 background.


White color preview on #6B4992 background

This text has white color on #6B4992 background.