COLOR #6C5080

HEX: #6C5080
RGB: (108,80,128)

Renk bilgisi

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

RGB renk modeli

#6C5080 color RGB value is (108,80,128).

  • kırmız ton 108;
  • yeşil ton 80;
  • mavi ton 128.
RGB:
(108,80,128)
(42%,31%,50%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 80 of 255 = 31%
B 128 of 255 = 50%

108
80
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 80 + 128 = 316 (100%)
R 108 of 316 ~ 34.18%
G 80 of 316 ~ 25.32%
B 128 of 316 ~ 40.51%

%34.18
%25.32
%40.51

CMYK RENK MODELİ

#6C5080 rengi CMYK tonu (16,38,0,50).

  • camgöbeği tonu 15.63%
  • eflatun tonu 37.50%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(16,38,0,50)
C16M38Y0K50 
(16%,38%,0%,50%)
(0.16/0.38/0.00/0.50)	

CMYK yüzdeleri

%15.63
%37.5
%0
%49.8

Codes

Color #6C5080 in popluar color models

6C5080
RGB10880128
HSL275°23.08%40.78%
HSB/HSV275°37.50%50.20%
CMYK15.63%37.50%0.00%
49.80%

Color #6C5080 in popluar number systems.

HEX6C5080
Decimal10880128
Binary1101100101000010000000
Octal154120200

Shades and tints

Shades of #6C5080

#6C5080
(108,80,128)
#634975
(99,73,117)
#5A426A
(90,66,106)
#513B5F
(81,59,95)
#483454
(72,52,84)
#3F2D49
(63,45,73)
#36263E
(54,38,62)
#2D1F33
(45,31,51)
#241828
(36,24,40)
#1B111D
(27,17,29)
#120A12
(18,10,18)
#000000
(0,0,0)

Tints of #6C5080

#6C5080
(108,80,128)
#795F8B
(121,95,139)
#866E96
(134,110,150)
#937DA1
(147,125,161)
#A08CAC
(160,140,172)
#AD9BB7
(173,155,183)
#BAAAC2
(186,170,194)
#C7B9CD
(199,185,205)
#D4C8D8
(212,200,216)
#E1D7E3
(225,215,227)
#EEE6EE
(238,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5080 color. Also use rgb(108,80,128) instead hex code.

Text Font Color

.myTextColor { color: #6C5080; }

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

This text font color is #6C5080.


Background Color

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

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

This div background color is #6C5080.


Border color

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

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

This div border color is #6C5080.


Opacity

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

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

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

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

This text has shadow with #6C5080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5080 on black background.


Color preview on white background

This text has color #6C5080 on white background.



Black color preview on #6C5080 background

This text has black color on #6C5080 background.


White color preview on #6C5080 background

This text has white color on #6C5080 background.