COLOR #684E9F

HEX: #684E9F
RGB: (104,78,159)

Renk bilgisi

#684E9F contains mainly red and blue colors. #684E9F ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#684E9F color RGB value is (104,78,159).

  • kırmız ton 104;
  • yeşil ton 78;
  • mavi ton 159.
RGB:
(104,78,159)
(41%,31%,62%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 78 of 255 = 31%
B 159 of 255 = 62%

104
78
159

R + G + B ~ 45%. #684E9F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 78 + 159 = 341 (100%)
R 104 of 341 ~ 30.5%
G 78 of 341 ~ 22.87%
B 159 of 341 ~ 46.63%

%30.5
%22.87
%46.63

CMYK RENK MODELİ

#684E9F rengi CMYK tonu (35,51,0,38).

  • camgöbeği tonu 34.59%
  • eflatun tonu 50.94%
  • sarı tonu 0.00%
  • ana renk tonu 37.65%
CMYK:
(35,51,0,38)
C35M51Y0K38 
(35%,51%,0%,38%)
(0.35/0.51/0.00/0.38)	

CMYK yüzdeleri

%34.59
%50.94
%0
%37.65

Codes

Color #684E9F in popluar color models

684E9F
RGB10478159
HSL259°34.18%46.47%
HSB/HSV259°50.94%62.35%
CMYK34.59%50.94%0.00%
37.65%

Color #684E9F in popluar number systems.

HEX684E9F
Decimal10478159
Binary1101000100111010011111
Octal150116237

Shades and tints

Shades of #684E9F

#684E9F
(104,78,159)
#5F4791
(95,71,145)
#564083
(86,64,131)
#4D3975
(77,57,117)
#443267
(68,50,103)
#3B2B59
(59,43,89)
#32244B
(50,36,75)
#291D3D
(41,29,61)
#20162F
(32,22,47)
#170F21
(23,15,33)
#0E0813
(14,8,19)
#000000
(0,0,0)

Tints of #684E9F

#684E9F
(104,78,159)
#755EA7
(117,94,167)
#826EAF
(130,110,175)
#8F7EB7
(143,126,183)
#9C8EBF
(156,142,191)
#A99EC7
(169,158,199)
#B6AECF
(182,174,207)
#C3BED7
(195,190,215)
#D0CEDF
(208,206,223)
#DDDEE7
(221,222,231)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684E9F color. Also use rgb(104,78,159) instead hex code.

Text Font Color

.myTextColor { color: #684E9F; }

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

This text font color is #684E9F.


Background Color

.myBgColor { background-color: #684E9F; }

<div style="background-color:#684E9F">Inner text</div>

This div background color is #684E9F.


Border color

.myBorderColor { border: 1px solid #684E9F; }

<div style="border:3px solid #684E9F">Div</div>

This div border color is #684E9F.


Opacity

.myOpacity80 { color: #684E9F; opacity: 0.8; }

<p style="color:#684E9F;opacity:0.8;">80%</p>

Text with #684E9F 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 #684E9F;}

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

This text has shadow with #684E9F color.

.textShadow {text-shadow: 3px 3px 1px #684E9F, 3px 3px 1px red;}

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

This text has shadow with #684E9F primary color and red secondary color.


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

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

This text has shadow with #684E9F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684E9F on black background.


Color preview on white background

This text has color #684E9F on white background.



Black color preview on #684E9F background

This text has black color on #684E9F background.


White color preview on #684E9F background

This text has white color on #684E9F background.