COLOR #6C4272

HEX: #6C4272
RGB: (108,66,114)

Renk bilgisi

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

RGB renk modeli

#6C4272 color RGB value is (108,66,114).

  • kırmız ton 108;
  • yeşil ton 66;
  • mavi ton 114.
RGB:
(108,66,114)
(42%,26%,45%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 66 of 255 = 26%
B 114 of 255 = 45%

108
66
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 66 + 114 = 288 (100%)
R 108 of 288 ~ 37.5%
G 66 of 288 ~ 22.92%
B 114 of 288 ~ 39.58%

%37.5
%22.92
%39.58

CMYK RENK MODELİ

#6C4272 rengi CMYK tonu (5,42,0,55).

  • camgöbeği tonu 5.26%
  • eflatun tonu 42.11%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(5,42,0,55)
C5M42Y0K55 
(5%,42%,0%,55%)
(0.05/0.42/0.00/0.55)	

CMYK yüzdeleri

%5.26
%42.11
%0
%55.29

Codes

Color #6C4272 in popluar color models

6C4272
RGB10866114
HSL293°26.67%35.29%
HSB/HSV293°42.11%44.71%
CMYK5.26%42.11%0.00%
55.29%

Color #6C4272 in popluar number systems.

HEX6C4272
Decimal10866114
Binary110110010000101110010
Octal154102162

Shades and tints

Shades of #6C4272

#6C4272
(108,66,114)
#633C68
(99,60,104)
#5A365E
(90,54,94)
#513054
(81,48,84)
#482A4A
(72,42,74)
#3F2440
(63,36,64)
#361E36
(54,30,54)
#2D182C
(45,24,44)
#241222
(36,18,34)
#1B0C18
(27,12,24)
#12060E
(18,6,14)
#000000
(0,0,0)

Tints of #6C4272

#6C4272
(108,66,114)
#79537E
(121,83,126)
#86648A
(134,100,138)
#937596
(147,117,150)
#A086A2
(160,134,162)
#AD97AE
(173,151,174)
#BAA8BA
(186,168,186)
#C7B9C6
(199,185,198)
#D4CAD2
(212,202,210)
#E1DBDE
(225,219,222)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4272 color. Also use rgb(108,66,114) instead hex code.

Text Font Color

.myTextColor { color: #6C4272; }

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

This text font color is #6C4272.


Background Color

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

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

This div background color is #6C4272.


Border color

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

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

This div border color is #6C4272.


Opacity

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

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

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

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

This text has shadow with #6C4272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4272 on black background.


Color preview on white background

This text has color #6C4272 on white background.



Black color preview on #6C4272 background

This text has black color on #6C4272 background.


White color preview on #6C4272 background

This text has white color on #6C4272 background.