COLOR #6A4B81

HEX: #6A4B81
RGB: (106,75,129)

Renk bilgisi

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

RGB renk modeli

#6A4B81 color RGB value is (106,75,129).

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

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 75 of 255 = 29%
B 129 of 255 = 51%

106
75
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 75 + 129 = 310 (100%)
R 106 of 310 ~ 34.19%
G 75 of 310 ~ 24.19%
B 129 of 310 ~ 41.61%

%34.19
%24.19
%41.61

CMYK RENK MODELİ

#6A4B81 rengi CMYK tonu (18,42,0,49).

  • camgöbeği tonu 17.83%
  • eflatun tonu 41.86%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(18,42,0,49)
C18M42Y0K49 
(18%,42%,0%,49%)
(0.18/0.42/0.00/0.49)	

CMYK yüzdeleri

%17.83
%41.86
%0
%49.41

Codes

Color #6A4B81 in popluar color models

6A4B81
RGB10675129
HSL274°26.47%40.00%
HSB/HSV274°41.86%50.59%
CMYK17.83%41.86%0.00%
49.41%

Color #6A4B81 in popluar number systems.

HEX6A4B81
Decimal10675129
Binary1101010100101110000001
Octal152113201

Shades and tints

Shades of #6A4B81

#6A4B81
(106,75,129)
#614576
(97,69,118)
#583F6B
(88,63,107)
#4F3960
(79,57,96)
#463355
(70,51,85)
#3D2D4A
(61,45,74)
#34273F
(52,39,63)
#2B2134
(43,33,52)
#221B29
(34,27,41)
#19151E
(25,21,30)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #6A4B81

#6A4B81
(106,75,129)
#775B8C
(119,91,140)
#846B97
(132,107,151)
#917BA2
(145,123,162)
#9E8BAD
(158,139,173)
#AB9BB8
(171,155,184)
#B8ABC3
(184,171,195)
#C5BBCE
(197,187,206)
#D2CBD9
(210,203,217)
#DFDBE4
(223,219,228)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4B81; }

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

This text font color is #6A4B81.


Background Color

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

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

This div background color is #6A4B81.


Border color

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

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

This div border color is #6A4B81.


Opacity

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

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

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

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

This text has shadow with #6A4B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4B81 on black background.


Color preview on white background

This text has color #6A4B81 on white background.



Black color preview on #6A4B81 background

This text has black color on #6A4B81 background.


White color preview on #6A4B81 background

This text has white color on #6A4B81 background.