COLOR #6C4868

HEX: #6C4868
RGB: (108,72,104)

Renk bilgisi

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

RGB renk modeli

#6C4868 color RGB value is (108,72,104).

  • kırmız ton 108;
  • yeşil ton 72;
  • mavi ton 104.
RGB:
(108,72,104)
(42%,28%,41%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 72 of 255 = 28%
B 104 of 255 = 41%

108
72
104

R + G + B ~ 37%. #6C4868 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 72 + 104 = 284 (100%)
R 108 of 284 ~ 38.03%
G 72 of 284 ~ 25.35%
B 104 of 284 ~ 36.62%

%38.03
%25.35
%36.62

CMYK RENK MODELİ

#6C4868 rengi CMYK tonu (0,33,4,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.33%
  • sarı tonu 3.70%
  • ana renk tonu 57.65%
CMYK:
(0,33,4,58)
C0M33Y4K58 
(0%,33%,4%,58%)
(0.00/0.33/0.04/0.58)	

CMYK yüzdeleri

%0
%33.33
%3.7
%57.65

Codes

Color #6C4868 in popluar color models

6C4868
RGB10872104
HSL307°20.00%35.29%
HSB/HSV307°33.33%42.35%
CMYK0.00%33.33%3.70%
57.65%

Color #6C4868 in popluar number systems.

HEX6C4868
Decimal10872104
Binary110110010010001101000
Octal154110150

Shades and tints

Shades of #6C4868

#6C4868
(108,72,104)
#63425F
(99,66,95)
#5A3C56
(90,60,86)
#51364D
(81,54,77)
#483044
(72,48,68)
#3F2A3B
(63,42,59)
#362432
(54,36,50)
#2D1E29
(45,30,41)
#241820
(36,24,32)
#1B1217
(27,18,23)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #6C4868

#6C4868
(108,72,104)
#795875
(121,88,117)
#866882
(134,104,130)
#93788F
(147,120,143)
#A0889C
(160,136,156)
#AD98A9
(173,152,169)
#BAA8B6
(186,168,182)
#C7B8C3
(199,184,195)
#D4C8D0
(212,200,208)
#E1D8DD
(225,216,221)
#EEE8EA
(238,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4868 color. Also use rgb(108,72,104) instead hex code.

Text Font Color

.myTextColor { color: #6C4868; }

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

This text font color is #6C4868.


Background Color

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

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

This div background color is #6C4868.


Border color

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

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

This div border color is #6C4868.


Opacity

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

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

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

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

This text has shadow with #6C4868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4868 on black background.


Color preview on white background

This text has color #6C4868 on white background.



Black color preview on #6C4868 background

This text has black color on #6C4868 background.


White color preview on #6C4868 background

This text has white color on #6C4868 background.