COLOR #6C4464

HEX: #6C4464
RGB: (108,68,100)

Renk bilgisi

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

RGB renk modeli

#6C4464 color RGB value is (108,68,100).

  • kırmız ton 108;
  • yeşil ton 68;
  • mavi ton 100.
RGB:
(108,68,100)
(42%,27%,39%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 68 of 255 = 27%
B 100 of 255 = 39%

108
68
100

R + G + B ~ 36%. #6C4464 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 68 + 100 = 276 (100%)
R 108 of 276 ~ 39.13%
G 68 of 276 ~ 24.64%
B 100 of 276 ~ 36.23%

%39.13
%24.64
%36.23

CMYK RENK MODELİ

#6C4464 rengi CMYK tonu (0,37,7,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.04%
  • sarı tonu 7.41%
  • ana renk tonu 57.65%
CMYK:
(0,37,7,58)
C0M37Y7K58 
(0%,37%,7%,58%)
(0.00/0.37/0.07/0.58)	

CMYK yüzdeleri

%0
%37.04
%7.41
%57.65

Codes

Color #6C4464 in popluar color models

6C4464
RGB10868100
HSL312°22.73%34.51%
HSB/HSV312°37.04%42.35%
CMYK0.00%37.04%7.41%
57.65%

Color #6C4464 in popluar number systems.

HEX6C4464
Decimal10868100
Binary110110010001001100100
Octal154104144

Shades and tints

Shades of #6C4464

#6C4464
(108,68,100)
#633E5B
(99,62,91)
#5A3852
(90,56,82)
#513249
(81,50,73)
#482C40
(72,44,64)
#3F2637
(63,38,55)
#36202E
(54,32,46)
#2D1A25
(45,26,37)
#24141C
(36,20,28)
#1B0E13
(27,14,19)
#12080A
(18,8,10)
#000000
(0,0,0)

Tints of #6C4464

#6C4464
(108,68,100)
#795572
(121,85,114)
#866680
(134,102,128)
#93778E
(147,119,142)
#A0889C
(160,136,156)
#AD99AA
(173,153,170)
#BAAAB8
(186,170,184)
#C7BBC6
(199,187,198)
#D4CCD4
(212,204,212)
#E1DDE2
(225,221,226)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4464 color. Also use rgb(108,68,100) instead hex code.

Text Font Color

.myTextColor { color: #6C4464; }

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

This text font color is #6C4464.


Background Color

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

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

This div background color is #6C4464.


Border color

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

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

This div border color is #6C4464.


Opacity

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

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

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

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

This text has shadow with #6C4464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4464 on black background.


Color preview on white background

This text has color #6C4464 on white background.



Black color preview on #6C4464 background

This text has black color on #6C4464 background.


White color preview on #6C4464 background

This text has white color on #6C4464 background.