COLOR #6B4493

HEX: #6B4493
RGB: (107,68,147)

Renk bilgisi

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

RGB renk modeli

#6B4493 color RGB value is (107,68,147).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 68 of 255 = 27%
B 147 of 255 = 58%

107
68
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 68 + 147 = 322 (100%)
R 107 of 322 ~ 33.23%
G 68 of 322 ~ 21.12%
B 147 of 322 ~ 45.65%

%33.23
%21.12
%45.65

CMYK RENK MODELİ

#6B4493 rengi CMYK tonu (27,54,0,42).

  • camgöbeği tonu 27.21%
  • eflatun tonu 53.74%
  • sarı tonu 0.00%
  • ana renk tonu 42.35%
CMYK:
(27,54,0,42)
C27M54Y0K42 
(27%,54%,0%,42%)
(0.27/0.54/0.00/0.42)	

CMYK yüzdeleri

%27.21
%53.74
%0
%42.35

Codes

Color #6B4493 in popluar color models

6B4493
RGB10768147
HSL270°36.74%42.16%
HSB/HSV270°53.74%57.65%
CMYK27.21%53.74%0.00%
42.35%

Color #6B4493 in popluar number systems.

HEX6B4493
Decimal10768147
Binary1101011100010010010011
Octal153104223

Shades and tints

Shades of #6B4493

#6B4493
(107,68,147)
#623E86
(98,62,134)
#593879
(89,56,121)
#50326C
(80,50,108)
#472C5F
(71,44,95)
#3E2652
(62,38,82)
#352045
(53,32,69)
#2C1A38
(44,26,56)
#23142B
(35,20,43)
#1A0E1E
(26,14,30)
#110811
(17,8,17)
#000000
(0,0,0)

Tints of #6B4493

#6B4493
(107,68,147)
#78559C
(120,85,156)
#8566A5
(133,102,165)
#9277AE
(146,119,174)
#9F88B7
(159,136,183)
#AC99C0
(172,153,192)
#B9AAC9
(185,170,201)
#C6BBD2
(198,187,210)
#D3CCDB
(211,204,219)
#E0DDE4
(224,221,228)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4493; }

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

This text font color is #6B4493.


Background Color

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

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

This div background color is #6B4493.


Border color

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

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

This div border color is #6B4493.


Opacity

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

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

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

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

This text has shadow with #6B4493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4493 on black background.


Color preview on white background

This text has color #6B4493 on white background.



Black color preview on #6B4493 background

This text has black color on #6B4493 background.


White color preview on #6B4493 background

This text has white color on #6B4493 background.