COLOR #68487B

HEX: #68487B
RGB: (104,72,123)

Color info

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

RGB color model

#68487B color RGB value is (104,72,123).

  • red value is 104;
  • green value is 72;
  • blue value is 123.
RGB:
(104,72,123)
(41%,28%,48%)

RGB channels and saturation

R 104 of 255 = 41%
G 72 of 255 = 28%
B 123 of 255 = 48%

104
72
123

R + G + B ~ 39%. #68487B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 72 + 123 = 299 (100%)
R 104 of 299 ~ 34.78%
G 72 of 299 ~ 24.08%
B 123 of 299 ~ 41.14%

%34.78
%24.08
%41.14

CMYK color model

#68487B color CMYK value is (15,41,0,52).

  • cyan value is 15.45%
  • magenta value is 41.46%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(15,41,0,52)
C15M41Y0K52 
(15%,41%,0%,52%)
(0.15/0.41/0.00/0.52)	

CMYK percentages

%15.45
%41.46
%0
%51.76

Codes

Color #68487B in popluar color models

68487B
RGB10472123
HSL278°26.15%38.24%
HSB/HSV278°41.46%48.24%
CMYK15.45%41.46%0.00%
51.76%

Color #68487B in popluar number systems.

HEX68487B
Decimal10472123
Binary110100010010001111011
Octal150110173

Shades and tints

Shades of #68487B

#68487B
(104,72,123)
#5F4270
(95,66,112)
#563C65
(86,60,101)
#4D365A
(77,54,90)
#44304F
(68,48,79)
#3B2A44
(59,42,68)
#322439
(50,36,57)
#291E2E
(41,30,46)
#201823
(32,24,35)
#171218
(23,18,24)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #68487B

#68487B
(104,72,123)
#755887
(117,88,135)
#826893
(130,104,147)
#8F789F
(143,120,159)
#9C88AB
(156,136,171)
#A998B7
(169,152,183)
#B6A8C3
(182,168,195)
#C3B8CF
(195,184,207)
#D0C8DB
(208,200,219)
#DDD8E7
(221,216,231)
#EAE8F3
(234,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68487B color. Also use rgb(104,72,123) instead hex code.

Text Font Color

.myTextColor { color: #68487B; }

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

This text font color is #68487B.


Background Color

.myBgColor { background-color: #68487B; }

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

This div background color is #68487B.


Border color

.myBorderColor { border: 1px solid #68487B; }

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

This div border color is #68487B.


Opacity

.myOpacity80 { color: #68487B; opacity: 0.8; }

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

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

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

This text has shadow with #68487B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68487B on black background.


Color preview on white background

This text has color #68487B on white background.



Black color preview on #68487B background

This text has black color on #68487B background.


White color preview on #68487B background

This text has white color on #68487B background.