COLOR #6B0379

HEX: #6B0379
RGB: (107,3,121)

Renk bilgisi

#6B0379 contains mainly red and blue colors. #6B0379 ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#6B0379 color RGB value is (107,3,121).

  • kırmız ton 107;
  • yeşil ton 3;
  • mavi ton 121.
RGB:
(107,3,121)
(42%,1%,47%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 3 of 255 = 1%
B 121 of 255 = 47%

107
3
121

R + G + B ~ 30%. #6B0379 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 3 + 121 = 231 (100%)
R 107 of 231 ~ 46.32%
G 3 of 231 ~ 1.3%
B 121 of 231 ~ 52.38%

%46.32
%52.38

CMYK RENK MODELİ

#6B0379 rengi CMYK tonu (12,98,0,53).

  • camgöbeği tonu 11.57%
  • eflatun tonu 97.52%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(12,98,0,53)
C12M98Y0K53 
(12%,98%,0%,53%)
(0.12/0.98/0.00/0.53)	

CMYK yüzdeleri

%11.57
%97.52
%0
%52.55

Codes

Color #6B0379 in popluar color models

6B0379
RGB1073121
HSL293°95.16%24.31%
HSB/HSV293°97.52%47.45%
CMYK11.57%97.52%0.00%
52.55%

Color #6B0379 in popluar number systems.

HEX6B0379
Decimal1073121
Binary1101011111111001
Octal1533171

Shades and tints

Shades of #6B0379

#6B0379
(107,3,121)
#62036E
(98,3,110)
#590363
(89,3,99)
#500358
(80,3,88)
#47034D
(71,3,77)
#3E0342
(62,3,66)
#350337
(53,3,55)
#2C032C
(44,3,44)
#230321
(35,3,33)
#1A0316
(26,3,22)
#11030B
(17,3,11)
#000000
(0,0,0)

Tints of #6B0379

#6B0379
(107,3,121)
#781985
(120,25,133)
#852F91
(133,47,145)
#92459D
(146,69,157)
#9F5BA9
(159,91,169)
#AC71B5
(172,113,181)
#B987C1
(185,135,193)
#C69DCD
(198,157,205)
#D3B3D9
(211,179,217)
#E0C9E5
(224,201,229)
#EDDFF1
(237,223,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B0379 color. Also use rgb(107,3,121) instead hex code.

Text Font Color

.myTextColor { color: #6B0379; }

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

This text font color is #6B0379.


Background Color

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

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

This div background color is #6B0379.


Border color

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

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

This div border color is #6B0379.


Opacity

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

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

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

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

This text has shadow with #6B0379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B0379 on black background.


Color preview on white background

This text has color #6B0379 on white background.



Black color preview on #6B0379 background

This text has black color on #6B0379 background.


White color preview on #6B0379 background

This text has white color on #6B0379 background.