COLOR #6C5E84

HEX: #6C5E84
RGB: (108,94,132)

Renk bilgisi

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

RGB renk modeli

#6C5E84 color RGB value is (108,94,132).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 94 of 255 = 37%
B 132 of 255 = 52%

108
94
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 94 + 132 = 334 (100%)
R 108 of 334 ~ 32.34%
G 94 of 334 ~ 28.14%
B 132 of 334 ~ 39.52%

%32.34
%28.14
%39.52

CMYK RENK MODELİ

#6C5E84 rengi CMYK tonu (18,29,0,48).

  • camgöbeği tonu 18.18%
  • eflatun tonu 28.79%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(18,29,0,48)
C18M29Y0K48 
(18%,29%,0%,48%)
(0.18/0.29/0.00/0.48)	

CMYK yüzdeleri

%18.18
%28.79
%0
%48.24

Codes

Color #6C5E84 in popluar color models

6C5E84
RGB10894132
HSL262°16.81%44.31%
HSB/HSV262°28.79%51.76%
CMYK18.18%28.79%0.00%
48.24%

Color #6C5E84 in popluar number systems.

HEX6C5E84
Decimal10894132
Binary1101100101111010000100
Octal154136204

Shades and tints

Shades of #6C5E84

#6C5E84
(108,94,132)
#635678
(99,86,120)
#5A4E6C
(90,78,108)
#514660
(81,70,96)
#483E54
(72,62,84)
#3F3648
(63,54,72)
#362E3C
(54,46,60)
#2D2630
(45,38,48)
#241E24
(36,30,36)
#1B1618
(27,22,24)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #6C5E84

#6C5E84
(108,94,132)
#796C8F
(121,108,143)
#867A9A
(134,122,154)
#9388A5
(147,136,165)
#A096B0
(160,150,176)
#ADA4BB
(173,164,187)
#BAB2C6
(186,178,198)
#C7C0D1
(199,192,209)
#D4CEDC
(212,206,220)
#E1DCE7
(225,220,231)
#EEEAF2
(238,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5E84; }

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

This text font color is #6C5E84.


Background Color

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

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

This div background color is #6C5E84.


Border color

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

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

This div border color is #6C5E84.


Opacity

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

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

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

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

This text has shadow with #6C5E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5E84 on black background.


Color preview on white background

This text has color #6C5E84 on white background.



Black color preview on #6C5E84 background

This text has black color on #6C5E84 background.


White color preview on #6C5E84 background

This text has white color on #6C5E84 background.