COLOR #6C5580

HEX: #6C5580
RGB: (108,85,128)

Renk bilgisi

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

RGB renk modeli

#6C5580 color RGB value is (108,85,128).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 85 of 255 = 33%
B 128 of 255 = 50%

108
85
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 85 + 128 = 321 (100%)
R 108 of 321 ~ 33.64%
G 85 of 321 ~ 26.48%
B 128 of 321 ~ 39.88%

%33.64
%26.48
%39.88

CMYK RENK MODELİ

#6C5580 rengi CMYK tonu (16,34,0,50).

  • camgöbeği tonu 15.63%
  • eflatun tonu 33.59%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(16,34,0,50)
C16M34Y0K50 
(16%,34%,0%,50%)
(0.16/0.34/0.00/0.50)	

CMYK yüzdeleri

%15.63
%33.59
%0
%49.8

Codes

Color #6C5580 in popluar color models

6C5580
RGB10885128
HSL272°20.19%41.76%
HSB/HSV272°33.59%50.20%
CMYK15.63%33.59%0.00%
49.80%

Color #6C5580 in popluar number systems.

HEX6C5580
Decimal10885128
Binary1101100101010110000000
Octal154125200

Shades and tints

Shades of #6C5580

#6C5580
(108,85,128)
#634E75
(99,78,117)
#5A476A
(90,71,106)
#51405F
(81,64,95)
#483954
(72,57,84)
#3F3249
(63,50,73)
#362B3E
(54,43,62)
#2D2433
(45,36,51)
#241D28
(36,29,40)
#1B161D
(27,22,29)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #6C5580

#6C5580
(108,85,128)
#79648B
(121,100,139)
#867396
(134,115,150)
#9382A1
(147,130,161)
#A091AC
(160,145,172)
#ADA0B7
(173,160,183)
#BAAFC2
(186,175,194)
#C7BECD
(199,190,205)
#D4CDD8
(212,205,216)
#E1DCE3
(225,220,227)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5580; }

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

This text font color is #6C5580.


Background Color

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

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

This div background color is #6C5580.


Border color

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

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

This div border color is #6C5580.


Opacity

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

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

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

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

This text has shadow with #6C5580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5580 on black background.


Color preview on white background

This text has color #6C5580 on white background.



Black color preview on #6C5580 background

This text has black color on #6C5580 background.


White color preview on #6C5580 background

This text has white color on #6C5580 background.