COLOR #6C3D74

HEX: #6C3D74
RGB: (108,61,116)

Renk bilgisi

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

RGB renk modeli

#6C3D74 color RGB value is (108,61,116).

  • kırmız ton 108;
  • yeşil ton 61;
  • mavi ton 116.
RGB:
(108,61,116)
(42%,24%,45%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 61 of 255 = 24%
B 116 of 255 = 45%

108
61
116

R + G + B ~ 37%. #6C3D74 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 61 + 116 = 285 (100%)
R 108 of 285 ~ 37.89%
G 61 of 285 ~ 21.4%
B 116 of 285 ~ 40.7%

%37.89
%21.4
%40.7

CMYK RENK MODELİ

#6C3D74 rengi CMYK tonu (7,47,0,55).

  • camgöbeği tonu 6.90%
  • eflatun tonu 47.41%
  • sarı tonu 0.00%
  • ana renk tonu 54.51%
CMYK:
(7,47,0,55)
C7M47Y0K55 
(7%,47%,0%,55%)
(0.07/0.47/0.00/0.55)	

CMYK yüzdeleri

%6.9
%47.41
%0
%54.51

Codes

Color #6C3D74 in popluar color models

6C3D74
RGB10861116
HSL291°31.07%34.71%
HSB/HSV291°47.41%45.49%
CMYK6.90%47.41%0.00%
54.51%

Color #6C3D74 in popluar number systems.

HEX6C3D74
Decimal10861116
Binary11011001111011110100
Octal15475164

Shades and tints

Shades of #6C3D74

#6C3D74
(108,61,116)
#63386A
(99,56,106)
#5A3360
(90,51,96)
#512E56
(81,46,86)
#48294C
(72,41,76)
#3F2442
(63,36,66)
#361F38
(54,31,56)
#2D1A2E
(45,26,46)
#241524
(36,21,36)
#1B101A
(27,16,26)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #6C3D74

#6C3D74
(108,61,116)
#794E80
(121,78,128)
#865F8C
(134,95,140)
#937098
(147,112,152)
#A081A4
(160,129,164)
#AD92B0
(173,146,176)
#BAA3BC
(186,163,188)
#C7B4C8
(199,180,200)
#D4C5D4
(212,197,212)
#E1D6E0
(225,214,224)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3D74 color. Also use rgb(108,61,116) instead hex code.

Text Font Color

.myTextColor { color: #6C3D74; }

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

This text font color is #6C3D74.


Background Color

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

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

This div background color is #6C3D74.


Border color

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

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

This div border color is #6C3D74.


Opacity

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

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

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

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

This text has shadow with #6C3D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3D74 on black background.


Color preview on white background

This text has color #6C3D74 on white background.



Black color preview on #6C3D74 background

This text has black color on #6C3D74 background.


White color preview on #6C3D74 background

This text has white color on #6C3D74 background.