COLOR #6B1479

HEX: #6B1479
RGB: (107,20,121)

Renk bilgisi

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

RGB renk modeli

#6B1479 color RGB value is (107,20,121).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 20 of 255 = 8%
B 121 of 255 = 47%

107
20
121

R + G + B ~ 32%. #6B1479 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 20 + 121 = 248 (100%)
R 107 of 248 ~ 43.15%
G 20 of 248 ~ 8.06%
B 121 of 248 ~ 48.79%

%43.15
%48.79

CMYK RENK MODELİ

#6B1479 rengi CMYK tonu (12,83,0,53).

  • camgöbeği tonu 11.57%
  • eflatun tonu 83.47%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(12,83,0,53)
C12M83Y0K53 
(12%,83%,0%,53%)
(0.12/0.83/0.00/0.53)	

CMYK yüzdeleri

%11.57
%83.47
%0
%52.55

Codes

Color #6B1479 in popluar color models

6B1479
RGB10720121
HSL292°71.63%27.65%
HSB/HSV292°83.47%47.45%
CMYK11.57%83.47%0.00%
52.55%

Color #6B1479 in popluar number systems.

HEX6B1479
Decimal10720121
Binary1101011101001111001
Octal15324171

Shades and tints

Shades of #6B1479

#6B1479
(107,20,121)
#62136E
(98,19,110)
#591263
(89,18,99)
#501158
(80,17,88)
#47104D
(71,16,77)
#3E0F42
(62,15,66)
#350E37
(53,14,55)
#2C0D2C
(44,13,44)
#230C21
(35,12,33)
#1A0B16
(26,11,22)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #6B1479

#6B1479
(107,20,121)
#782985
(120,41,133)
#853E91
(133,62,145)
#92539D
(146,83,157)
#9F68A9
(159,104,169)
#AC7DB5
(172,125,181)
#B992C1
(185,146,193)
#C6A7CD
(198,167,205)
#D3BCD9
(211,188,217)
#E0D1E5
(224,209,229)
#EDE6F1
(237,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B1479; }

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

This text font color is #6B1479.


Background Color

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

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

This div background color is #6B1479.


Border color

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

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

This div border color is #6B1479.


Opacity

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

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

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

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

This text has shadow with #6B1479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B1479 on black background.


Color preview on white background

This text has color #6B1479 on white background.



Black color preview on #6B1479 background

This text has black color on #6B1479 background.


White color preview on #6B1479 background

This text has white color on #6B1479 background.