COLOR #6C1E59

HEX: #6C1E59
RGB: (108,30,89)

Renk bilgisi

#6C1E59 contains mainly red and blue colors. #6C1E59 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#6C1E59 color RGB value is (108,30,89).

  • kırmız ton 108;
  • yeşil ton 30;
  • mavi ton 89.
RGB:
(108,30,89)
(42%,12%,35%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 30 of 255 = 12%
B 89 of 255 = 35%

108
30
89

R + G + B ~ 30%. #6C1E59 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 30 + 89 = 227 (100%)
R 108 of 227 ~ 47.58%
G 30 of 227 ~ 13.22%
B 89 of 227 ~ 39.21%

%47.58
%13.22
%39.21

CMYK RENK MODELİ

#6C1E59 rengi CMYK tonu (0,72,18,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 72.22%
  • sarı tonu 17.59%
  • ana renk tonu 57.65%
CMYK:
(0,72,18,58)
C0M72Y18K58 
(0%,72%,18%,58%)
(0.00/0.72/0.18/0.58)	

CMYK yüzdeleri

%0
%72.22
%17.59
%57.65

Codes

Color #6C1E59 in popluar color models

6C1E59
RGB1083089
HSL315°56.52%27.06%
HSB/HSV315°72.22%42.35%
CMYK0.00%72.22%17.59%
57.65%

Color #6C1E59 in popluar number systems.

HEX6C1E59
Decimal1083089
Binary1101100111101011001
Octal15436131

Shades and tints

Shades of #6C1E59

#6C1E59
(108,30,89)
#631C51
(99,28,81)
#5A1A49
(90,26,73)
#511841
(81,24,65)
#481639
(72,22,57)
#3F1431
(63,20,49)
#361229
(54,18,41)
#2D1021
(45,16,33)
#240E19
(36,14,25)
#1B0C11
(27,12,17)
#120A09
(18,10,9)
#000000
(0,0,0)

Tints of #6C1E59

#6C1E59
(108,30,89)
#793268
(121,50,104)
#864677
(134,70,119)
#935A86
(147,90,134)
#A06E95
(160,110,149)
#AD82A4
(173,130,164)
#BA96B3
(186,150,179)
#C7AAC2
(199,170,194)
#D4BED1
(212,190,209)
#E1D2E0
(225,210,224)
#EEE6EF
(238,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C1E59 color. Also use rgb(108,30,89) instead hex code.

Text Font Color

.myTextColor { color: #6C1E59; }

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

This text font color is #6C1E59.


Background Color

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

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

This div background color is #6C1E59.


Border color

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

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

This div border color is #6C1E59.


Opacity

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

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

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

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

This text has shadow with #6C1E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1E59 on black background.


Color preview on white background

This text has color #6C1E59 on white background.



Black color preview on #6C1E59 background

This text has black color on #6C1E59 background.


White color preview on #6C1E59 background

This text has white color on #6C1E59 background.