COLOR #683469

HEX: #683469
RGB: (104,52,105)

Color info

#683469 contains red, green and blue colors in about the same proportion. Web safe color of #683469 is #663366 (or #636).

RGB color model

#683469 color RGB value is (104,52,105).

  • red value is 104;
  • green value is 52;
  • blue value is 105.
RGB:
(104,52,105)
(41%,20%,41%)

RGB channels and saturation

R 104 of 255 = 41%
G 52 of 255 = 20%
B 105 of 255 = 41%

104
52
105

R + G + B ~ 34%. #683469 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 52 + 105 = 261 (100%)
R 104 of 261 ~ 39.85%
G 52 of 261 ~ 19.92%
B 105 of 261 ~ 40.23%

%39.85
%19.92
%40.23

CMYK color model

#683469 color CMYK value is (1,50,0,59).

  • cyan value is 0.95%
  • magenta value is 50.48%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(1,50,0,59)
C1M50Y0K59 
(1%,50%,0%,59%)
(0.01/0.50/0.00/0.59)	

CMYK percentages

%0.95
%50.48
%0
%58.82

Codes

Color #683469 in popluar color models

683469
RGB10452105
HSL299°33.76%30.78%
HSB/HSV299°50.48%41.18%
CMYK0.95%50.48%0.00%
58.82%

Color #683469 in popluar number systems.

HEX683469
Decimal10452105
Binary11010001101001101001
Octal15064151

Shades and tints

Shades of #683469

#683469
(104,52,105)
#5F3060
(95,48,96)
#562C57
(86,44,87)
#4D284E
(77,40,78)
#442445
(68,36,69)
#3B203C
(59,32,60)
#321C33
(50,28,51)
#29182A
(41,24,42)
#201421
(32,20,33)
#171018
(23,16,24)
#0E0C0F
(14,12,15)
#000000
(0,0,0)

Tints of #683469

#683469
(104,52,105)
#754676
(117,70,118)
#825883
(130,88,131)
#8F6A90
(143,106,144)
#9C7C9D
(156,124,157)
#A98EAA
(169,142,170)
#B6A0B7
(182,160,183)
#C3B2C4
(195,178,196)
#D0C4D1
(208,196,209)
#DDD6DE
(221,214,222)
#EAE8EB
(234,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683469 color. Also use rgb(104,52,105) instead hex code.

Text Font Color

.myTextColor { color: #683469; }

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

This text font color is #683469.


Background Color

.myBgColor { background-color: #683469; }

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

This div background color is #683469.


Border color

.myBorderColor { border: 1px solid #683469; }

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

This div border color is #683469.


Opacity

.myOpacity80 { color: #683469; opacity: 0.8; }

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

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

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

This text has shadow with #683469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683469 on black background.


Color preview on white background

This text has color #683469 on white background.



Black color preview on #683469 background

This text has black color on #683469 background.


White color preview on #683469 background

This text has white color on #683469 background.