COLOR #6B3989

HEX: #6B3989
RGB: (107,57,137)

Renk bilgisi

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

RGB renk modeli

#6B3989 color RGB value is (107,57,137).

  • kırmız ton 107;
  • yeşil ton 57;
  • mavi ton 137.
RGB:
(107,57,137)
(42%,22%,54%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 57 of 255 = 22%
B 137 of 255 = 54%

107
57
137

R + G + B ~ 39%. #6B3989 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 57 + 137 = 301 (100%)
R 107 of 301 ~ 35.55%
G 57 of 301 ~ 18.94%
B 137 of 301 ~ 45.51%

%35.55
%18.94
%45.51

CMYK RENK MODELİ

#6B3989 rengi CMYK tonu (22,58,0,46).

  • camgöbeği tonu 21.90%
  • eflatun tonu 58.39%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(22,58,0,46)
C22M58Y0K46 
(22%,58%,0%,46%)
(0.22/0.58/0.00/0.46)	

CMYK yüzdeleri

%21.9
%58.39
%0
%46.27

Codes

Color #6B3989 in popluar color models

6B3989
RGB10757137
HSL278°41.24%38.04%
HSB/HSV278°58.39%53.73%
CMYK21.90%58.39%0.00%
46.27%

Color #6B3989 in popluar number systems.

HEX6B3989
Decimal10757137
Binary110101111100110001001
Octal15371211

Shades and tints

Shades of #6B3989

#6B3989
(107,57,137)
#62347D
(98,52,125)
#592F71
(89,47,113)
#502A65
(80,42,101)
#472559
(71,37,89)
#3E204D
(62,32,77)
#351B41
(53,27,65)
#2C1635
(44,22,53)
#231129
(35,17,41)
#1A0C1D
(26,12,29)
#110711
(17,7,17)
#000000
(0,0,0)

Tints of #6B3989

#6B3989
(107,57,137)
#784B93
(120,75,147)
#855D9D
(133,93,157)
#926FA7
(146,111,167)
#9F81B1
(159,129,177)
#AC93BB
(172,147,187)
#B9A5C5
(185,165,197)
#C6B7CF
(198,183,207)
#D3C9D9
(211,201,217)
#E0DBE3
(224,219,227)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3989 color. Also use rgb(107,57,137) instead hex code.

Text Font Color

.myTextColor { color: #6B3989; }

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

This text font color is #6B3989.


Background Color

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

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

This div background color is #6B3989.


Border color

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

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

This div border color is #6B3989.


Opacity

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

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

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

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

This text has shadow with #6B3989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3989 on black background.


Color preview on white background

This text has color #6B3989 on white background.



Black color preview on #6B3989 background

This text has black color on #6B3989 background.


White color preview on #6B3989 background

This text has white color on #6B3989 background.