COLOR #682674

HEX: #682674
RGB: (104,38,116)

Color info

#682674 contains mainly red and blue colors. Web safe color of #682674 is #663366 (or #636).

RGB color model

#682674 color RGB value is (104,38,116).

  • red value is 104;
  • green value is 38;
  • blue value is 116.
RGB:
(104,38,116)
(41%,15%,45%)

RGB channels and saturation

R 104 of 255 = 41%
G 38 of 255 = 15%
B 116 of 255 = 45%

104
38
116

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

Portions of RGB colors in percentages

R + G + B =
104 + 38 + 116 = 258 (100%)
R 104 of 258 ~ 40.31%
G 38 of 258 ~ 14.73%
B 116 of 258 ~ 44.96%

%40.31
%14.73
%44.96

CMYK color model

#682674 color CMYK value is (10,67,0,55).

  • cyan value is 10.34%
  • magenta value is 67.24%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(10,67,0,55)
C10M67Y0K55 
(10%,67%,0%,55%)
(0.10/0.67/0.00/0.55)	

CMYK percentages

%10.34
%67.24
%0
%54.51

Codes

Color #682674 in popluar color models

682674
RGB10438116
HSL291°50.65%30.20%
HSB/HSV291°67.24%45.49%
CMYK10.34%67.24%0.00%
54.51%

Color #682674 in popluar number systems.

HEX682674
Decimal10438116
Binary11010001001101110100
Octal15046164

Shades and tints

Shades of #682674

#682674
(104,38,116)
#5F236A
(95,35,106)
#562060
(86,32,96)
#4D1D56
(77,29,86)
#441A4C
(68,26,76)
#3B1742
(59,23,66)
#321438
(50,20,56)
#29112E
(41,17,46)
#200E24
(32,14,36)
#170B1A
(23,11,26)
#0E0810
(14,8,16)
#000000
(0,0,0)

Tints of #682674

#682674
(104,38,116)
#753980
(117,57,128)
#824C8C
(130,76,140)
#8F5F98
(143,95,152)
#9C72A4
(156,114,164)
#A985B0
(169,133,176)
#B698BC
(182,152,188)
#C3ABC8
(195,171,200)
#D0BED4
(208,190,212)
#DDD1E0
(221,209,224)
#EAE4EC
(234,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #682674 color. Also use rgb(104,38,116) instead hex code.

Text Font Color

.myTextColor { color: #682674; }

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

This text font color is #682674.


Background Color

.myBgColor { background-color: #682674; }

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

This div background color is #682674.


Border color

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

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

This div border color is #682674.


Opacity

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

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

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

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

This text has shadow with #682674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #682674 on black background.


Color preview on white background

This text has color #682674 on white background.



Black color preview on #682674 background

This text has black color on #682674 background.


White color preview on #682674 background

This text has white color on #682674 background.