COLOR #6C2E93

HEX: #6C2E93
RGB: (108,46,147)

Renk bilgisi

#6C2E93 contains mainly red and blue colors. #6C2E93 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#6C2E93 color RGB value is (108,46,147).

  • kırmız ton 108;
  • yeşil ton 46;
  • mavi ton 147.
RGB:
(108,46,147)
(42%,18%,58%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 46 of 255 = 18%
B 147 of 255 = 58%

108
46
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 46 + 147 = 301 (100%)
R 108 of 301 ~ 35.88%
G 46 of 301 ~ 15.28%
B 147 of 301 ~ 48.84%

%35.88
%15.28
%48.84

CMYK RENK MODELİ

#6C2E93 rengi CMYK tonu (27,69,0,42).

  • camgöbeği tonu 26.53%
  • eflatun tonu 68.71%
  • sarı tonu 0.00%
  • ana renk tonu 42.35%
CMYK:
(27,69,0,42)
C27M69Y0K42 
(27%,69%,0%,42%)
(0.27/0.69/0.00/0.42)	

CMYK yüzdeleri

%26.53
%68.71
%0
%42.35

Codes

Color #6C2E93 in popluar color models

6C2E93
RGB10846147
HSL277°52.33%37.84%
HSB/HSV277°68.71%57.65%
CMYK26.53%68.71%0.00%
42.35%

Color #6C2E93 in popluar number systems.

HEX6C2E93
Decimal10846147
Binary110110010111010010011
Octal15456223

Shades and tints

Shades of #6C2E93

#6C2E93
(108,46,147)
#632A86
(99,42,134)
#5A2679
(90,38,121)
#51226C
(81,34,108)
#481E5F
(72,30,95)
#3F1A52
(63,26,82)
#361645
(54,22,69)
#2D1238
(45,18,56)
#240E2B
(36,14,43)
#1B0A1E
(27,10,30)
#120611
(18,6,17)
#000000
(0,0,0)

Tints of #6C2E93

#6C2E93
(108,46,147)
#79419C
(121,65,156)
#8654A5
(134,84,165)
#9367AE
(147,103,174)
#A07AB7
(160,122,183)
#AD8DC0
(173,141,192)
#BAA0C9
(186,160,201)
#C7B3D2
(199,179,210)
#D4C6DB
(212,198,219)
#E1D9E4
(225,217,228)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C2E93 color. Also use rgb(108,46,147) instead hex code.

Text Font Color

.myTextColor { color: #6C2E93; }

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

This text font color is #6C2E93.


Background Color

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

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

This div background color is #6C2E93.


Border color

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

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

This div border color is #6C2E93.


Opacity

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

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

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

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

This text has shadow with #6C2E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C2E93 on black background.


Color preview on white background

This text has color #6C2E93 on white background.



Black color preview on #6C2E93 background

This text has black color on #6C2E93 background.


White color preview on #6C2E93 background

This text has white color on #6C2E93 background.