COLOR #6D6481

HEX: #6D6481
RGB: (109,100,129)

Renk bilgisi

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

RGB renk modeli

#6D6481 color RGB value is (109,100,129).

  • kırmız ton 109;
  • yeşil ton 100;
  • mavi ton 129.
RGB:
(109,100,129)
(43%,39%,51%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 100 of 255 = 39%
B 129 of 255 = 51%

109
100
129

R + G + B ~ 44%. #6D6481 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 100 + 129 = 338 (100%)
R 109 of 338 ~ 32.25%
G 100 of 338 ~ 29.59%
B 129 of 338 ~ 38.17%

%32.25
%29.59
%38.17

CMYK RENK MODELİ

#6D6481 rengi CMYK tonu (16,22,0,49).

  • camgöbeği tonu 15.50%
  • eflatun tonu 22.48%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(16,22,0,49)
C16M22Y0K49 
(16%,22%,0%,49%)
(0.16/0.22/0.00/0.49)	

CMYK yüzdeleri

%15.5
%22.48
%0
%49.41

Codes

Color #6D6481 in popluar color models

6D6481
RGB109100129
HSL259°12.66%44.90%
HSB/HSV259°22.48%50.59%
CMYK15.50%22.48%0.00%
49.41%

Color #6D6481 in popluar number systems.

HEX6D6481
Decimal109100129
Binary1101101110010010000001
Octal155144201

Shades and tints

Shades of #6D6481

#6D6481
(109,100,129)
#645B76
(100,91,118)
#5B526B
(91,82,107)
#524960
(82,73,96)
#494055
(73,64,85)
#40374A
(64,55,74)
#372E3F
(55,46,63)
#2E2534
(46,37,52)
#251C29
(37,28,41)
#1C131E
(28,19,30)
#130A13
(19,10,19)
#000000
(0,0,0)

Tints of #6D6481

#6D6481
(109,100,129)
#7A728C
(122,114,140)
#878097
(135,128,151)
#948EA2
(148,142,162)
#A19CAD
(161,156,173)
#AEAAB8
(174,170,184)
#BBB8C3
(187,184,195)
#C8C6CE
(200,198,206)
#D5D4D9
(213,212,217)
#E2E2E4
(226,226,228)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6481 color. Also use rgb(109,100,129) instead hex code.

Text Font Color

.myTextColor { color: #6D6481; }

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

This text font color is #6D6481.


Background Color

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

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

This div background color is #6D6481.


Border color

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

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

This div border color is #6D6481.


Opacity

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

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

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

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

This text has shadow with #6D6481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6481 on black background.


Color preview on white background

This text has color #6D6481 on white background.



Black color preview on #6D6481 background

This text has black color on #6D6481 background.


White color preview on #6D6481 background

This text has white color on #6D6481 background.