COLOR #6C4C72

HEX: #6C4C72
RGB: (108,76,114)

Renk bilgisi

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

RGB renk modeli

#6C4C72 color RGB value is (108,76,114).

  • kırmız ton 108;
  • yeşil ton 76;
  • mavi ton 114.
RGB:
(108,76,114)
(42%,30%,45%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 76 of 255 = 30%
B 114 of 255 = 45%

108
76
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 76 + 114 = 298 (100%)
R 108 of 298 ~ 36.24%
G 76 of 298 ~ 25.5%
B 114 of 298 ~ 38.26%

%36.24
%25.5
%38.26

CMYK RENK MODELİ

#6C4C72 rengi CMYK tonu (5,33,0,55).

  • camgöbeği tonu 5.26%
  • eflatun tonu 33.33%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(5,33,0,55)
C5M33Y0K55 
(5%,33%,0%,55%)
(0.05/0.33/0.00/0.55)	

CMYK yüzdeleri

%5.26
%33.33
%0
%55.29

Codes

Color #6C4C72 in popluar color models

6C4C72
RGB10876114
HSL291°20.00%37.25%
HSB/HSV291°33.33%44.71%
CMYK5.26%33.33%0.00%
55.29%

Color #6C4C72 in popluar number systems.

HEX6C4C72
Decimal10876114
Binary110110010011001110010
Octal154114162

Shades and tints

Shades of #6C4C72

#6C4C72
(108,76,114)
#634668
(99,70,104)
#5A405E
(90,64,94)
#513A54
(81,58,84)
#48344A
(72,52,74)
#3F2E40
(63,46,64)
#362836
(54,40,54)
#2D222C
(45,34,44)
#241C22
(36,28,34)
#1B1618
(27,22,24)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #6C4C72

#6C4C72
(108,76,114)
#795C7E
(121,92,126)
#866C8A
(134,108,138)
#937C96
(147,124,150)
#A08CA2
(160,140,162)
#AD9CAE
(173,156,174)
#BAACBA
(186,172,186)
#C7BCC6
(199,188,198)
#D4CCD2
(212,204,210)
#E1DCDE
(225,220,222)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4C72 color. Also use rgb(108,76,114) instead hex code.

Text Font Color

.myTextColor { color: #6C4C72; }

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

This text font color is #6C4C72.


Background Color

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

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

This div background color is #6C4C72.


Border color

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

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

This div border color is #6C4C72.


Opacity

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

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

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

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

This text has shadow with #6C4C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4C72 on black background.


Color preview on white background

This text has color #6C4C72 on white background.



Black color preview on #6C4C72 background

This text has black color on #6C4C72 background.


White color preview on #6C4C72 background

This text has white color on #6C4C72 background.