COLOR #6D469E

HEX: #6D469E
RGB: (109,70,158)

Renk bilgisi

#6D469E contains mainly red and blue colors. #6D469E ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#6D469E color RGB value is (109,70,158).

  • kırmız ton 109;
  • yeşil ton 70;
  • mavi ton 158.
RGB:
(109,70,158)
(43%,27%,62%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 70 of 255 = 27%
B 158 of 255 = 62%

109
70
158

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 70 + 158 = 337 (100%)
R 109 of 337 ~ 32.34%
G 70 of 337 ~ 20.77%
B 158 of 337 ~ 46.88%

%32.34
%20.77
%46.88

CMYK RENK MODELİ

#6D469E rengi CMYK tonu (31,56,0,38).

  • camgöbeği tonu 31.01%
  • eflatun tonu 55.70%
  • sarı tonu 0.00%
  • ana renk tonu 38.04%
CMYK:
(31,56,0,38)
C31M56Y0K38 
(31%,56%,0%,38%)
(0.31/0.56/0.00/0.38)	

CMYK yüzdeleri

%31.01
%55.7
%0
%38.04

Codes

Color #6D469E in popluar color models

6D469E
RGB10970158
HSL267°38.60%44.71%
HSB/HSV267°55.70%61.96%
CMYK31.01%55.70%0.00%
38.04%

Color #6D469E in popluar number systems.

HEX6D469E
Decimal10970158
Binary1101101100011010011110
Octal155106236

Shades and tints

Shades of #6D469E

#6D469E
(109,70,158)
#644090
(100,64,144)
#5B3A82
(91,58,130)
#523474
(82,52,116)
#492E66
(73,46,102)
#402858
(64,40,88)
#37224A
(55,34,74)
#2E1C3C
(46,28,60)
#25162E
(37,22,46)
#1C1020
(28,16,32)
#130A12
(19,10,18)
#000000
(0,0,0)

Tints of #6D469E

#6D469E
(109,70,158)
#7A56A6
(122,86,166)
#8766AE
(135,102,174)
#9476B6
(148,118,182)
#A186BE
(161,134,190)
#AE96C6
(174,150,198)
#BBA6CE
(187,166,206)
#C8B6D6
(200,182,214)
#D5C6DE
(213,198,222)
#E2D6E6
(226,214,230)
#EFE6EE
(239,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D469E color. Also use rgb(109,70,158) instead hex code.

Text Font Color

.myTextColor { color: #6D469E; }

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

This text font color is #6D469E.


Background Color

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

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

This div background color is #6D469E.


Border color

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

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

This div border color is #6D469E.


Opacity

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

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

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

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

This text has shadow with #6D469E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D469E on black background.


Color preview on white background

This text has color #6D469E on white background.



Black color preview on #6D469E background

This text has black color on #6D469E background.


White color preview on #6D469E background

This text has white color on #6D469E background.