COLOR #6C496D

HEX: #6C496D
RGB: (108,73,109)

Renk bilgisi

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

RGB renk modeli

#6C496D color RGB value is (108,73,109).

  • kırmız ton 108;
  • yeşil ton 73;
  • mavi ton 109.
RGB:
(108,73,109)
(42%,29%,43%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 73 of 255 = 29%
B 109 of 255 = 43%

108
73
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 73 + 109 = 290 (100%)
R 108 of 290 ~ 37.24%
G 73 of 290 ~ 25.17%
B 109 of 290 ~ 37.59%

%37.24
%25.17
%37.59

CMYK RENK MODELİ

#6C496D rengi CMYK tonu (1,33,0,57).

  • camgöbeği tonu 0.92%
  • eflatun tonu 33.03%
  • sarı tonu 0.00%
  • ana renk tonu 57.25%
CMYK:
(1,33,0,57)
C1M33Y0K57 
(1%,33%,0%,57%)
(0.01/0.33/0.00/0.57)	

CMYK yüzdeleri

%0.92
%33.03
%0
%57.25

Codes

Color #6C496D in popluar color models

6C496D
RGB10873109
HSL298°19.78%35.69%
HSB/HSV298°33.03%42.75%
CMYK0.92%33.03%0.00%
57.25%

Color #6C496D in popluar number systems.

HEX6C496D
Decimal10873109
Binary110110010010011101101
Octal154111155

Shades and tints

Shades of #6C496D

#6C496D
(108,73,109)
#634364
(99,67,100)
#5A3D5B
(90,61,91)
#513752
(81,55,82)
#483149
(72,49,73)
#3F2B40
(63,43,64)
#362537
(54,37,55)
#2D1F2E
(45,31,46)
#241925
(36,25,37)
#1B131C
(27,19,28)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #6C496D

#6C496D
(108,73,109)
#79597A
(121,89,122)
#866987
(134,105,135)
#937994
(147,121,148)
#A089A1
(160,137,161)
#AD99AE
(173,153,174)
#BAA9BB
(186,169,187)
#C7B9C8
(199,185,200)
#D4C9D5
(212,201,213)
#E1D9E2
(225,217,226)
#EEE9EF
(238,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C496D color. Also use rgb(108,73,109) instead hex code.

Text Font Color

.myTextColor { color: #6C496D; }

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

This text font color is #6C496D.


Background Color

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

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

This div background color is #6C496D.


Border color

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

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

This div border color is #6C496D.


Opacity

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

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

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

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

This text has shadow with #6C496D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C496D on black background.


Color preview on white background

This text has color #6C496D on white background.



Black color preview on #6C496D background

This text has black color on #6C496D background.


White color preview on #6C496D background

This text has white color on #6C496D background.