COLOR #6A4D81

HEX: #6A4D81
RGB: (106,77,129)

Renk bilgisi

#6A4D81 contains red, green and blue colors in about the same proportion. #6A4D81 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#6A4D81 color RGB value is (106,77,129).

  • kırmız ton 106;
  • yeşil ton 77;
  • mavi ton 129.
RGB:
(106,77,129)
(42%,30%,51%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 77 of 255 = 30%
B 129 of 255 = 51%

106
77
129

R + G + B ~ 41%. #6A4D81 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 77 + 129 = 312 (100%)
R 106 of 312 ~ 33.97%
G 77 of 312 ~ 24.68%
B 129 of 312 ~ 41.35%

%33.97
%24.68
%41.35

CMYK RENK MODELİ

#6A4D81 rengi CMYK tonu (18,40,0,49).

  • camgöbeği tonu 17.83%
  • eflatun tonu 40.31%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(18,40,0,49)
C18M40Y0K49 
(18%,40%,0%,49%)
(0.18/0.40/0.00/0.49)	

CMYK yüzdeleri

%17.83
%40.31
%0
%49.41

Codes

Color #6A4D81 in popluar color models

6A4D81
RGB10677129
HSL273°25.24%40.39%
HSB/HSV273°40.31%50.59%
CMYK17.83%40.31%0.00%
49.41%

Color #6A4D81 in popluar number systems.

HEX6A4D81
Decimal10677129
Binary1101010100110110000001
Octal152115201

Shades and tints

Shades of #6A4D81

#6A4D81
(106,77,129)
#614676
(97,70,118)
#583F6B
(88,63,107)
#4F3860
(79,56,96)
#463155
(70,49,85)
#3D2A4A
(61,42,74)
#34233F
(52,35,63)
#2B1C34
(43,28,52)
#221529
(34,21,41)
#190E1E
(25,14,30)
#100713
(16,7,19)
#000000
(0,0,0)

Tints of #6A4D81

#6A4D81
(106,77,129)
#775D8C
(119,93,140)
#846D97
(132,109,151)
#917DA2
(145,125,162)
#9E8DAD
(158,141,173)
#AB9DB8
(171,157,184)
#B8ADC3
(184,173,195)
#C5BDCE
(197,189,206)
#D2CDD9
(210,205,217)
#DFDDE4
(223,221,228)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4D81 color. Also use rgb(106,77,129) instead hex code.

Text Font Color

.myTextColor { color: #6A4D81; }

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

This text font color is #6A4D81.


Background Color

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

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

This div background color is #6A4D81.


Border color

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

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

This div border color is #6A4D81.


Opacity

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

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

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

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

This text has shadow with #6A4D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4D81 on black background.


Color preview on white background

This text has color #6A4D81 on white background.



Black color preview on #6A4D81 background

This text has black color on #6A4D81 background.


White color preview on #6A4D81 background

This text has white color on #6A4D81 background.