COLOR #6B1DA0

HEX: #6B1DA0
RGB: (107,29,160)

Renk bilgisi

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

RGB renk modeli

#6B1DA0 color RGB value is (107,29,160).

  • kırmız ton 107;
  • yeşil ton 29;
  • mavi ton 160.
RGB:
(107,29,160)
(42%,11%,63%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 29 of 255 = 11%
B 160 of 255 = 63%

107
29
160

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 29 + 160 = 296 (100%)
R 107 of 296 ~ 36.15%
G 29 of 296 ~ 9.8%
B 160 of 296 ~ 54.05%

%36.15
%9.8
%54.05

CMYK RENK MODELİ

#6B1DA0 rengi CMYK tonu (33,82,0,37).

  • camgöbeği tonu 33.13%
  • eflatun tonu 81.88%
  • sarı tonu 0.00%
  • ana renk tonu 37.25%
CMYK:
(33,82,0,37)
C33M82Y0K37 
(33%,82%,0%,37%)
(0.33/0.82/0.00/0.37)	

CMYK yüzdeleri

%33.13
%81.88
%0
%37.25

Codes

Color #6B1DA0 in popluar color models

6B1DA0
RGB10729160
HSL276°69.31%37.06%
HSB/HSV276°81.88%62.75%
CMYK33.13%81.88%0.00%
37.25%

Color #6B1DA0 in popluar number systems.

HEX6B1DA0
Decimal10729160
Binary11010111110110100000
Octal15335240

Shades and tints

Shades of #6B1DA0

#6B1DA0
(107,29,160)
#621B92
(98,27,146)
#591984
(89,25,132)
#501776
(80,23,118)
#471568
(71,21,104)
#3E135A
(62,19,90)
#35114C
(53,17,76)
#2C0F3E
(44,15,62)
#230D30
(35,13,48)
#1A0B22
(26,11,34)
#110914
(17,9,20)
#000000
(0,0,0)

Tints of #6B1DA0

#6B1DA0
(107,29,160)
#7831A8
(120,49,168)
#8545B0
(133,69,176)
#9259B8
(146,89,184)
#9F6DC0
(159,109,192)
#AC81C8
(172,129,200)
#B995D0
(185,149,208)
#C6A9D8
(198,169,216)
#D3BDE0
(211,189,224)
#E0D1E8
(224,209,232)
#EDE5F0
(237,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B1DA0 color. Also use rgb(107,29,160) instead hex code.

Text Font Color

.myTextColor { color: #6B1DA0; }

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

This text font color is #6B1DA0.


Background Color

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

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

This div background color is #6B1DA0.


Border color

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

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

This div border color is #6B1DA0.


Opacity

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

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

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

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

This text has shadow with #6B1DA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B1DA0 on black background.


Color preview on white background

This text has color #6B1DA0 on white background.



Black color preview on #6B1DA0 background

This text has black color on #6B1DA0 background.


White color preview on #6B1DA0 background

This text has white color on #6B1DA0 background.