COLOR #6A1479

HEX: #6A1479
RGB: (106,20,121)

Renk bilgisi

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

RGB renk modeli

#6A1479 color RGB value is (106,20,121).

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

RGB bağlantıları ve doygunluk

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

106
20
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 20 + 121 = 247 (100%)
R 106 of 247 ~ 42.91%
G 20 of 247 ~ 8.1%
B 121 of 247 ~ 48.99%

%42.91
%48.99

CMYK RENK MODELİ

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

  • camgöbeği tonu 12.40%
  • 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

%12.4
%83.47
%0
%52.55

Codes

Color #6A1479 in popluar color models

6A1479
RGB10620121
HSL291°71.63%27.65%
HSB/HSV291°83.47%47.45%
CMYK12.40%83.47%0.00%
52.55%

Color #6A1479 in popluar number systems.

HEX6A1479
Decimal10620121
Binary1101010101001111001
Octal15224171

Shades and tints

Shades of #6A1479

#6A1479
(106,20,121)
#61136E
(97,19,110)
#581263
(88,18,99)
#4F1158
(79,17,88)
#46104D
(70,16,77)
#3D0F42
(61,15,66)
#340E37
(52,14,55)
#2B0D2C
(43,13,44)
#220C21
(34,12,33)
#190B16
(25,11,22)
#100A0B
(16,10,11)
#000000
(0,0,0)

Tints of #6A1479

#6A1479
(106,20,121)
#772985
(119,41,133)
#843E91
(132,62,145)
#91539D
(145,83,157)
#9E68A9
(158,104,169)
#AB7DB5
(171,125,181)
#B892C1
(184,146,193)
#C5A7CD
(197,167,205)
#D2BCD9
(210,188,217)
#DFD1E5
(223,209,229)
#ECE6F1
(236,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A1479; }

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

This text font color is #6A1479.


Background Color

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

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

This div background color is #6A1479.


Border color

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

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

This div border color is #6A1479.


Opacity

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

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

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

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

This text has shadow with #6A1479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A1479 on black background.


Color preview on white background

This text has color #6A1479 on white background.



Black color preview on #6A1479 background

This text has black color on #6A1479 background.


White color preview on #6A1479 background

This text has white color on #6A1479 background.