COLOR #6C5184

HEX: #6C5184
RGB: (108,81,132)

Renk bilgisi

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

RGB renk modeli

#6C5184 color RGB value is (108,81,132).

  • kırmız ton 108;
  • yeşil ton 81;
  • mavi ton 132.
RGB:
(108,81,132)
(42%,32%,52%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 81 of 255 = 32%
B 132 of 255 = 52%

108
81
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 81 + 132 = 321 (100%)
R 108 of 321 ~ 33.64%
G 81 of 321 ~ 25.23%
B 132 of 321 ~ 41.12%

%33.64
%25.23
%41.12

CMYK RENK MODELİ

#6C5184 rengi CMYK tonu (18,39,0,48).

  • camgöbeği tonu 18.18%
  • eflatun tonu 38.64%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(18,39,0,48)
C18M39Y0K48 
(18%,39%,0%,48%)
(0.18/0.39/0.00/0.48)	

CMYK yüzdeleri

%18.18
%38.64
%0
%48.24

Codes

Color #6C5184 in popluar color models

6C5184
RGB10881132
HSL272°23.94%41.76%
HSB/HSV272°38.64%51.76%
CMYK18.18%38.64%0.00%
48.24%

Color #6C5184 in popluar number systems.

HEX6C5184
Decimal10881132
Binary1101100101000110000100
Octal154121204

Shades and tints

Shades of #6C5184

#6C5184
(108,81,132)
#634A78
(99,74,120)
#5A436C
(90,67,108)
#513C60
(81,60,96)
#483554
(72,53,84)
#3F2E48
(63,46,72)
#36273C
(54,39,60)
#2D2030
(45,32,48)
#241924
(36,25,36)
#1B1218
(27,18,24)
#120B0C
(18,11,12)
#000000
(0,0,0)

Tints of #6C5184

#6C5184
(108,81,132)
#79608F
(121,96,143)
#866F9A
(134,111,154)
#937EA5
(147,126,165)
#A08DB0
(160,141,176)
#AD9CBB
(173,156,187)
#BAABC6
(186,171,198)
#C7BAD1
(199,186,209)
#D4C9DC
(212,201,220)
#E1D8E7
(225,216,231)
#EEE7F2
(238,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5184 color. Also use rgb(108,81,132) instead hex code.

Text Font Color

.myTextColor { color: #6C5184; }

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

This text font color is #6C5184.


Background Color

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

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

This div background color is #6C5184.


Border color

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

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

This div border color is #6C5184.


Opacity

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

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

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

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

This text has shadow with #6C5184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5184 on black background.


Color preview on white background

This text has color #6C5184 on white background.



Black color preview on #6C5184 background

This text has black color on #6C5184 background.


White color preview on #6C5184 background

This text has white color on #6C5184 background.