COLOR #6C4177

HEX: #6C4177
RGB: (108,65,119)

Renk bilgisi

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

RGB renk modeli

#6C4177 color RGB value is (108,65,119).

  • kırmız ton 108;
  • yeşil ton 65;
  • mavi ton 119.
RGB:
(108,65,119)
(42%,25%,47%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 65 of 255 = 25%
B 119 of 255 = 47%

108
65
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 65 + 119 = 292 (100%)
R 108 of 292 ~ 36.99%
G 65 of 292 ~ 22.26%
B 119 of 292 ~ 40.75%

%36.99
%22.26
%40.75

CMYK RENK MODELİ

#6C4177 rengi CMYK tonu (9,45,0,53).

  • camgöbeği tonu 9.24%
  • eflatun tonu 45.38%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(9,45,0,53)
C9M45Y0K53 
(9%,45%,0%,53%)
(0.09/0.45/0.00/0.53)	

CMYK yüzdeleri

%9.24
%45.38
%0
%53.33

Codes

Color #6C4177 in popluar color models

6C4177
RGB10865119
HSL288°29.35%36.08%
HSB/HSV288°45.38%46.67%
CMYK9.24%45.38%0.00%
53.33%

Color #6C4177 in popluar number systems.

HEX6C4177
Decimal10865119
Binary110110010000011110111
Octal154101167

Shades and tints

Shades of #6C4177

#6C4177
(108,65,119)
#633C6D
(99,60,109)
#5A3763
(90,55,99)
#513259
(81,50,89)
#482D4F
(72,45,79)
#3F2845
(63,40,69)
#36233B
(54,35,59)
#2D1E31
(45,30,49)
#241927
(36,25,39)
#1B141D
(27,20,29)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #6C4177

#6C4177
(108,65,119)
#795283
(121,82,131)
#86638F
(134,99,143)
#93749B
(147,116,155)
#A085A7
(160,133,167)
#AD96B3
(173,150,179)
#BAA7BF
(186,167,191)
#C7B8CB
(199,184,203)
#D4C9D7
(212,201,215)
#E1DAE3
(225,218,227)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4177 color. Also use rgb(108,65,119) instead hex code.

Text Font Color

.myTextColor { color: #6C4177; }

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

This text font color is #6C4177.


Background Color

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

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

This div background color is #6C4177.


Border color

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

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

This div border color is #6C4177.


Opacity

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

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

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

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

This text has shadow with #6C4177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4177 on black background.


Color preview on white background

This text has color #6C4177 on white background.



Black color preview on #6C4177 background

This text has black color on #6C4177 background.


White color preview on #6C4177 background

This text has white color on #6C4177 background.