COLOR #6C4A7C

HEX: #6C4A7C
RGB: (108,74,124)

Renk bilgisi

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

RGB renk modeli

#6C4A7C color RGB value is (108,74,124).

  • kırmız ton 108;
  • yeşil ton 74;
  • mavi ton 124.
RGB:
(108,74,124)
(42%,29%,49%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 74 of 255 = 29%
B 124 of 255 = 49%

108
74
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 74 + 124 = 306 (100%)
R 108 of 306 ~ 35.29%
G 74 of 306 ~ 24.18%
B 124 of 306 ~ 40.52%

%35.29
%24.18
%40.52

CMYK RENK MODELİ

#6C4A7C rengi CMYK tonu (13,40,0,51).

  • camgöbeği tonu 12.90%
  • eflatun tonu 40.32%
  • sarı tonu 0.00%
  • ana renk tonu 51.37%
CMYK:
(13,40,0,51)
C13M40Y0K51 
(13%,40%,0%,51%)
(0.13/0.40/0.00/0.51)	

CMYK yüzdeleri

%12.9
%40.32
%0
%51.37

Codes

Color #6C4A7C in popluar color models

6C4A7C
RGB10874124
HSL281°25.25%38.82%
HSB/HSV281°40.32%48.63%
CMYK12.90%40.32%0.00%
51.37%

Color #6C4A7C in popluar number systems.

HEX6C4A7C
Decimal10874124
Binary110110010010101111100
Octal154112174

Shades and tints

Shades of #6C4A7C

#6C4A7C
(108,74,124)
#634471
(99,68,113)
#5A3E66
(90,62,102)
#51385B
(81,56,91)
#483250
(72,50,80)
#3F2C45
(63,44,69)
#36263A
(54,38,58)
#2D202F
(45,32,47)
#241A24
(36,26,36)
#1B1419
(27,20,25)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #6C4A7C

#6C4A7C
(108,74,124)
#795A87
(121,90,135)
#866A92
(134,106,146)
#937A9D
(147,122,157)
#A08AA8
(160,138,168)
#AD9AB3
(173,154,179)
#BAAABE
(186,170,190)
#C7BAC9
(199,186,201)
#D4CAD4
(212,202,212)
#E1DADF
(225,218,223)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4A7C color. Also use rgb(108,74,124) instead hex code.

Text Font Color

.myTextColor { color: #6C4A7C; }

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

This text font color is #6C4A7C.


Background Color

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

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

This div background color is #6C4A7C.


Border color

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

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

This div border color is #6C4A7C.


Opacity

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

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

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

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

This text has shadow with #6C4A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4A7C on black background.


Color preview on white background

This text has color #6C4A7C on white background.



Black color preview on #6C4A7C background

This text has black color on #6C4A7C background.


White color preview on #6C4A7C background

This text has white color on #6C4A7C background.