COLOR #6B4973

HEX: #6B4973
RGB: (107,73,115)

Renk bilgisi

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

RGB renk modeli

#6B4973 color RGB value is (107,73,115).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 73 of 255 = 29%
B 115 of 255 = 45%

107
73
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 73 + 115 = 295 (100%)
R 107 of 295 ~ 36.27%
G 73 of 295 ~ 24.75%
B 115 of 295 ~ 38.98%

%36.27
%24.75
%38.98

CMYK RENK MODELİ

#6B4973 rengi CMYK tonu (7,37,0,55).

  • camgöbeği tonu 6.96%
  • eflatun tonu 36.52%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(7,37,0,55)
C7M37Y0K55 
(7%,37%,0%,55%)
(0.07/0.37/0.00/0.55)	

CMYK yüzdeleri

%6.96
%36.52
%0
%54.9

Codes

Color #6B4973 in popluar color models

6B4973
RGB10773115
HSL289°22.34%36.86%
HSB/HSV289°36.52%45.10%
CMYK6.96%36.52%0.00%
54.90%

Color #6B4973 in popluar number systems.

HEX6B4973
Decimal10773115
Binary110101110010011110011
Octal153111163

Shades and tints

Shades of #6B4973

#6B4973
(107,73,115)
#624369
(98,67,105)
#593D5F
(89,61,95)
#503755
(80,55,85)
#47314B
(71,49,75)
#3E2B41
(62,43,65)
#352537
(53,37,55)
#2C1F2D
(44,31,45)
#231923
(35,25,35)
#1A1319
(26,19,25)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #6B4973

#6B4973
(107,73,115)
#78597F
(120,89,127)
#85698B
(133,105,139)
#927997
(146,121,151)
#9F89A3
(159,137,163)
#AC99AF
(172,153,175)
#B9A9BB
(185,169,187)
#C6B9C7
(198,185,199)
#D3C9D3
(211,201,211)
#E0D9DF
(224,217,223)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4973; }

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

This text font color is #6B4973.


Background Color

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

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

This div background color is #6B4973.


Border color

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

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

This div border color is #6B4973.


Opacity

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

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

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

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

This text has shadow with #6B4973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4973 on black background.


Color preview on white background

This text has color #6B4973 on white background.



Black color preview on #6B4973 background

This text has black color on #6B4973 background.


White color preview on #6B4973 background

This text has white color on #6B4973 background.