COLOR #6B4979

HEX: #6B4979
RGB: (107,73,121)

Renk bilgisi

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

RGB renk modeli

#6B4979 color RGB value is (107,73,121).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 73 of 255 = 29%
B 121 of 255 = 47%

107
73
121

R + G + B ~ 39%. #6B4979 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 73 + 121 = 301 (100%)
R 107 of 301 ~ 35.55%
G 73 of 301 ~ 24.25%
B 121 of 301 ~ 40.2%

%35.55
%24.25
%40.2

CMYK RENK MODELİ

#6B4979 rengi CMYK tonu (12,40,0,53).

  • camgöbeği tonu 11.57%
  • eflatun tonu 39.67%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(12,40,0,53)
C12M40Y0K53 
(12%,40%,0%,53%)
(0.12/0.40/0.00/0.53)	

CMYK yüzdeleri

%11.57
%39.67
%0
%52.55

Codes

Color #6B4979 in popluar color models

6B4979
RGB10773121
HSL283°24.74%38.04%
HSB/HSV283°39.67%47.45%
CMYK11.57%39.67%0.00%
52.55%

Color #6B4979 in popluar number systems.

HEX6B4979
Decimal10773121
Binary110101110010011111001
Octal153111171

Shades and tints

Shades of #6B4979

#6B4979
(107,73,121)
#62436E
(98,67,110)
#593D63
(89,61,99)
#503758
(80,55,88)
#47314D
(71,49,77)
#3E2B42
(62,43,66)
#352537
(53,37,55)
#2C1F2C
(44,31,44)
#231921
(35,25,33)
#1A1316
(26,19,22)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #6B4979

#6B4979
(107,73,121)
#785985
(120,89,133)
#856991
(133,105,145)
#92799D
(146,121,157)
#9F89A9
(159,137,169)
#AC99B5
(172,153,181)
#B9A9C1
(185,169,193)
#C6B9CD
(198,185,205)
#D3C9D9
(211,201,217)
#E0D9E5
(224,217,229)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4979; }

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

This text font color is #6B4979.


Background Color

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

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

This div background color is #6B4979.


Border color

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

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

This div border color is #6B4979.


Opacity

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

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

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

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

This text has shadow with #6B4979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4979 on black background.


Color preview on white background

This text has color #6B4979 on white background.



Black color preview on #6B4979 background

This text has black color on #6B4979 background.


White color preview on #6B4979 background

This text has white color on #6B4979 background.