COLOR #6B399F

HEX: #6B399F
RGB: (107,57,159)

Renk bilgisi

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

RGB renk modeli

#6B399F color RGB value is (107,57,159).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 57 of 255 = 22%
B 159 of 255 = 62%

107
57
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 57 + 159 = 323 (100%)
R 107 of 323 ~ 33.13%
G 57 of 323 ~ 17.65%
B 159 of 323 ~ 49.23%

%33.13
%17.65
%49.23

CMYK RENK MODELİ

#6B399F rengi CMYK tonu (33,64,0,38).

  • camgöbeği tonu 32.70%
  • eflatun tonu 64.15%
  • sarı tonu 0.00%
  • ana renk tonu 37.65%
CMYK:
(33,64,0,38)
C33M64Y0K38 
(33%,64%,0%,38%)
(0.33/0.64/0.00/0.38)	

CMYK yüzdeleri

%32.7
%64.15
%0
%37.65

Codes

Color #6B399F in popluar color models

6B399F
RGB10757159
HSL269°47.22%42.35%
HSB/HSV269°64.15%62.35%
CMYK32.70%64.15%0.00%
37.65%

Color #6B399F in popluar number systems.

HEX6B399F
Decimal10757159
Binary110101111100110011111
Octal15371237

Shades and tints

Shades of #6B399F

#6B399F
(107,57,159)
#623491
(98,52,145)
#592F83
(89,47,131)
#502A75
(80,42,117)
#472567
(71,37,103)
#3E2059
(62,32,89)
#351B4B
(53,27,75)
#2C163D
(44,22,61)
#23112F
(35,17,47)
#1A0C21
(26,12,33)
#110713
(17,7,19)
#000000
(0,0,0)

Tints of #6B399F

#6B399F
(107,57,159)
#784BA7
(120,75,167)
#855DAF
(133,93,175)
#926FB7
(146,111,183)
#9F81BF
(159,129,191)
#AC93C7
(172,147,199)
#B9A5CF
(185,165,207)
#C6B7D7
(198,183,215)
#D3C9DF
(211,201,223)
#E0DBE7
(224,219,231)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B399F; }

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

This text font color is #6B399F.


Background Color

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

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

This div background color is #6B399F.


Border color

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

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

This div border color is #6B399F.


Opacity

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

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

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

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

This text has shadow with #6B399F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B399F on black background.


Color preview on white background

This text has color #6B399F on white background.



Black color preview on #6B399F background

This text has black color on #6B399F background.


White color preview on #6B399F background

This text has white color on #6B399F background.