COLOR #6C4B75

HEX: #6C4B75
RGB: (108,75,117)

Renk bilgisi

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

RGB renk modeli

#6C4B75 color RGB value is (108,75,117).

  • kırmız ton 108;
  • yeşil ton 75;
  • mavi ton 117.
RGB:
(108,75,117)
(42%,29%,46%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 75 of 255 = 29%
B 117 of 255 = 46%

108
75
117

R + G + B ~ 39%. #6C4B75 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 75 + 117 = 300 (100%)
R 108 of 300 ~ 36%
G 75 of 300 ~ 25%
B 117 of 300 ~ 39%

%36
%25
%39

CMYK RENK MODELİ

#6C4B75 rengi CMYK tonu (8,36,0,54).

  • camgöbeği tonu 7.69%
  • eflatun tonu 35.90%
  • sarı tonu 0.00%
  • ana renk tonu 54.12%
CMYK:
(8,36,0,54)
C8M36Y0K54 
(8%,36%,0%,54%)
(0.08/0.36/0.00/0.54)	

CMYK yüzdeleri

%7.69
%35.9
%0
%54.12

Codes

Color #6C4B75 in popluar color models

6C4B75
RGB10875117
HSL287°21.88%37.65%
HSB/HSV287°35.90%45.88%
CMYK7.69%35.90%0.00%
54.12%

Color #6C4B75 in popluar number systems.

HEX6C4B75
Decimal10875117
Binary110110010010111110101
Octal154113165

Shades and tints

Shades of #6C4B75

#6C4B75
(108,75,117)
#63456B
(99,69,107)
#5A3F61
(90,63,97)
#513957
(81,57,87)
#48334D
(72,51,77)
#3F2D43
(63,45,67)
#362739
(54,39,57)
#2D212F
(45,33,47)
#241B25
(36,27,37)
#1B151B
(27,21,27)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #6C4B75

#6C4B75
(108,75,117)
#795B81
(121,91,129)
#866B8D
(134,107,141)
#937B99
(147,123,153)
#A08BA5
(160,139,165)
#AD9BB1
(173,155,177)
#BAABBD
(186,171,189)
#C7BBC9
(199,187,201)
#D4CBD5
(212,203,213)
#E1DBE1
(225,219,225)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4B75 color. Also use rgb(108,75,117) instead hex code.

Text Font Color

.myTextColor { color: #6C4B75; }

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

This text font color is #6C4B75.


Background Color

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

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

This div background color is #6C4B75.


Border color

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

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

This div border color is #6C4B75.


Opacity

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

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

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

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

This text has shadow with #6C4B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4B75 on black background.


Color preview on white background

This text has color #6C4B75 on white background.



Black color preview on #6C4B75 background

This text has black color on #6C4B75 background.


White color preview on #6C4B75 background

This text has white color on #6C4B75 background.