COLOR #6B1CA5

HEX: #6B1CA5
RGB: (107,28,165)

Renk bilgisi

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

RGB renk modeli

#6B1CA5 color RGB value is (107,28,165).

  • kırmız ton 107;
  • yeşil ton 28;
  • mavi ton 165.
RGB:
(107,28,165)
(42%,11%,65%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 28 of 255 = 11%
B 165 of 255 = 65%

107
28
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 28 + 165 = 300 (100%)
R 107 of 300 ~ 35.67%
G 28 of 300 ~ 9.33%
B 165 of 300 ~ 55%

%35.67
%55

CMYK RENK MODELİ

#6B1CA5 rengi CMYK tonu (35,83,0,35).

  • camgöbeği tonu 35.15%
  • eflatun tonu 83.03%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(35,83,0,35)
C35M83Y0K35 
(35%,83%,0%,35%)
(0.35/0.83/0.00/0.35)	

CMYK yüzdeleri

%35.15
%83.03
%0
%35.29

Codes

Color #6B1CA5 in popluar color models

6B1CA5
RGB10728165
HSL275°70.98%37.84%
HSB/HSV275°83.03%64.71%
CMYK35.15%83.03%0.00%
35.29%

Color #6B1CA5 in popluar number systems.

HEX6B1CA5
Decimal10728165
Binary11010111110010100101
Octal15334245

Shades and tints

Shades of #6B1CA5

#6B1CA5
(107,28,165)
#621A96
(98,26,150)
#591887
(89,24,135)
#501678
(80,22,120)
#471469
(71,20,105)
#3E125A
(62,18,90)
#35104B
(53,16,75)
#2C0E3C
(44,14,60)
#230C2D
(35,12,45)
#1A0A1E
(26,10,30)
#11080F
(17,8,15)
#000000
(0,0,0)

Tints of #6B1CA5

#6B1CA5
(107,28,165)
#7830AD
(120,48,173)
#8544B5
(133,68,181)
#9258BD
(146,88,189)
#9F6CC5
(159,108,197)
#AC80CD
(172,128,205)
#B994D5
(185,148,213)
#C6A8DD
(198,168,221)
#D3BCE5
(211,188,229)
#E0D0ED
(224,208,237)
#EDE4F5
(237,228,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B1CA5 color. Also use rgb(107,28,165) instead hex code.

Text Font Color

.myTextColor { color: #6B1CA5; }

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

This text font color is #6B1CA5.


Background Color

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

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

This div background color is #6B1CA5.


Border color

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

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

This div border color is #6B1CA5.


Opacity

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

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

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

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

This text has shadow with #6B1CA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B1CA5 on black background.


Color preview on white background

This text has color #6B1CA5 on white background.



Black color preview on #6B1CA5 background

This text has black color on #6B1CA5 background.


White color preview on #6B1CA5 background

This text has white color on #6B1CA5 background.