COLOR #684F8A

HEX: #684F8A
RGB: (104,79,138)

Renk bilgisi

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

RGB renk modeli

#684F8A color RGB value is (104,79,138).

  • kırmız ton 104;
  • yeşil ton 79;
  • mavi ton 138.
RGB:
(104,79,138)
(41%,31%,54%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 79 of 255 = 31%
B 138 of 255 = 54%

104
79
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 79 + 138 = 321 (100%)
R 104 of 321 ~ 32.4%
G 79 of 321 ~ 24.61%
B 138 of 321 ~ 42.99%

%32.4
%24.61
%42.99

CMYK RENK MODELİ

#684F8A rengi CMYK tonu (25,43,0,46).

  • camgöbeği tonu 24.64%
  • eflatun tonu 42.75%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(25,43,0,46)
C25M43Y0K46 
(25%,43%,0%,46%)
(0.25/0.43/0.00/0.46)	

CMYK yüzdeleri

%24.64
%42.75
%0
%45.88

Codes

Color #684F8A in popluar color models

684F8A
RGB10479138
HSL265°27.19%42.55%
HSB/HSV265°42.75%54.12%
CMYK24.64%42.75%0.00%
45.88%

Color #684F8A in popluar number systems.

HEX684F8A
Decimal10479138
Binary1101000100111110001010
Octal150117212

Shades and tints

Shades of #684F8A

#684F8A
(104,79,138)
#5F487E
(95,72,126)
#564172
(86,65,114)
#4D3A66
(77,58,102)
#44335A
(68,51,90)
#3B2C4E
(59,44,78)
#322542
(50,37,66)
#291E36
(41,30,54)
#20172A
(32,23,42)
#17101E
(23,16,30)
#0E0912
(14,9,18)
#000000
(0,0,0)

Tints of #684F8A

#684F8A
(104,79,138)
#755F94
(117,95,148)
#826F9E
(130,111,158)
#8F7FA8
(143,127,168)
#9C8FB2
(156,143,178)
#A99FBC
(169,159,188)
#B6AFC6
(182,175,198)
#C3BFD0
(195,191,208)
#D0CFDA
(208,207,218)
#DDDFE4
(221,223,228)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684F8A color. Also use rgb(104,79,138) instead hex code.

Text Font Color

.myTextColor { color: #684F8A; }

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

This text font color is #684F8A.


Background Color

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

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

This div background color is #684F8A.


Border color

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

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

This div border color is #684F8A.


Opacity

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

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

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

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

This text has shadow with #684F8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684F8A on black background.


Color preview on white background

This text has color #684F8A on white background.



Black color preview on #684F8A background

This text has black color on #684F8A background.


White color preview on #684F8A background

This text has white color on #684F8A background.