COLOR #6C1496

HEX: #6C1496
RGB: (108,20,150)

Renk bilgisi

#6C1496 contains mainly red and blue colors. #6C1496 ‘ nin web güvenlik rengi #660099 (ya da #609) dir.

RGB renk modeli

#6C1496 color RGB value is (108,20,150).

  • kırmız ton 108;
  • yeşil ton 20;
  • mavi ton 150.
RGB:
(108,20,150)
(42%,8%,59%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 20 of 255 = 8%
B 150 of 255 = 59%

108
20
150

R + G + B ~ 36%. #6C1496 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 20 + 150 = 278 (100%)
R 108 of 278 ~ 38.85%
G 20 of 278 ~ 7.19%
B 150 of 278 ~ 53.96%

%38.85
%53.96

CMYK RENK MODELİ

#6C1496 rengi CMYK tonu (28,87,0,41).

  • camgöbeği tonu 28.00%
  • eflatun tonu 86.67%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(28,87,0,41)
C28M87Y0K41 
(28%,87%,0%,41%)
(0.28/0.87/0.00/0.41)	

CMYK yüzdeleri

%28
%86.67
%0
%41.18

Codes

Color #6C1496 in popluar color models

6C1496
RGB10820150
HSL281°76.47%33.33%
HSB/HSV281°86.67%58.82%
CMYK28.00%86.67%0.00%
41.18%

Color #6C1496 in popluar number systems.

HEX6C1496
Decimal10820150
Binary11011001010010010110
Octal15424226

Shades and tints

Shades of #6C1496

#6C1496
(108,20,150)
#631389
(99,19,137)
#5A127C
(90,18,124)
#51116F
(81,17,111)
#481062
(72,16,98)
#3F0F55
(63,15,85)
#360E48
(54,14,72)
#2D0D3B
(45,13,59)
#240C2E
(36,12,46)
#1B0B21
(27,11,33)
#120A14
(18,10,20)
#000000
(0,0,0)

Tints of #6C1496

#6C1496
(108,20,150)
#79299F
(121,41,159)
#863EA8
(134,62,168)
#9353B1
(147,83,177)
#A068BA
(160,104,186)
#AD7DC3
(173,125,195)
#BA92CC
(186,146,204)
#C7A7D5
(199,167,213)
#D4BCDE
(212,188,222)
#E1D1E7
(225,209,231)
#EEE6F0
(238,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C1496 color. Also use rgb(108,20,150) instead hex code.

Text Font Color

.myTextColor { color: #6C1496; }

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

This text font color is #6C1496.


Background Color

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

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

This div background color is #6C1496.


Border color

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

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

This div border color is #6C1496.


Opacity

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

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

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

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

This text has shadow with #6C1496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1496 on black background.


Color preview on white background

This text has color #6C1496 on white background.



Black color preview on #6C1496 background

This text has black color on #6C1496 background.


White color preview on #6C1496 background

This text has white color on #6C1496 background.