COLOR #6C4770

HEX: #6C4770
RGB: (108,71,112)

Renk bilgisi

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

RGB renk modeli

#6C4770 color RGB value is (108,71,112).

  • kırmız ton 108;
  • yeşil ton 71;
  • mavi ton 112.
RGB:
(108,71,112)
(42%,28%,44%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 71 of 255 = 28%
B 112 of 255 = 44%

108
71
112

R + G + B ~ 38%. #6C4770 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 71 + 112 = 291 (100%)
R 108 of 291 ~ 37.11%
G 71 of 291 ~ 24.4%
B 112 of 291 ~ 38.49%

%37.11
%24.4
%38.49

CMYK RENK MODELİ

#6C4770 rengi CMYK tonu (4,37,0,56).

  • camgöbeği tonu 3.57%
  • eflatun tonu 36.61%
  • sarı tonu 0.00%
  • ana renk tonu 56.08%
CMYK:
(4,37,0,56)
C4M37Y0K56 
(4%,37%,0%,56%)
(0.04/0.37/0.00/0.56)	

CMYK yüzdeleri

%3.57
%36.61
%0
%56.08

Codes

Color #6C4770 in popluar color models

6C4770
RGB10871112
HSL294°22.40%35.88%
HSB/HSV294°36.61%43.92%
CMYK3.57%36.61%0.00%
56.08%

Color #6C4770 in popluar number systems.

HEX6C4770
Decimal10871112
Binary110110010001111110000
Octal154107160

Shades and tints

Shades of #6C4770

#6C4770
(108,71,112)
#634166
(99,65,102)
#5A3B5C
(90,59,92)
#513552
(81,53,82)
#482F48
(72,47,72)
#3F293E
(63,41,62)
#362334
(54,35,52)
#2D1D2A
(45,29,42)
#241720
(36,23,32)
#1B1116
(27,17,22)
#120B0C
(18,11,12)
#000000
(0,0,0)

Tints of #6C4770

#6C4770
(108,71,112)
#79577D
(121,87,125)
#86678A
(134,103,138)
#937797
(147,119,151)
#A087A4
(160,135,164)
#AD97B1
(173,151,177)
#BAA7BE
(186,167,190)
#C7B7CB
(199,183,203)
#D4C7D8
(212,199,216)
#E1D7E5
(225,215,229)
#EEE7F2
(238,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4770 color. Also use rgb(108,71,112) instead hex code.

Text Font Color

.myTextColor { color: #6C4770; }

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

This text font color is #6C4770.


Background Color

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

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

This div background color is #6C4770.


Border color

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

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

This div border color is #6C4770.


Opacity

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

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

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

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

This text has shadow with #6C4770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4770 on black background.


Color preview on white background

This text has color #6C4770 on white background.



Black color preview on #6C4770 background

This text has black color on #6C4770 background.


White color preview on #6C4770 background

This text has white color on #6C4770 background.