COLOR #68457B

HEX: #68457B RGB: (104,69,123)

Color info

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

RGB color model

#68457B color RGB value is (104,69,123).

RGB: (104,69,123) (41%, 27%, 48%)

RGB channels and saturation

R 104 of 255 = 41%
G 69 of 255 = 27%
B 123 of 255 = 48%

104
69
123

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

Portions of RGB colors in percentages

R + G + B = 104 + 69 + 123 = 296 (100%)
R 104 of 296 ~ 35.14%
G 69 of 296 ~ 23.31%
B 123 of 296 ~ 41.55'%

%35.14
%23.31
%41.55

CMYK color model

#68457B color CMYK value is (15,44,0,52).

  • cyan value is 15.45%
  • magenta value is 43.90%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (15,44,0,52)
C15M44Y0K52 (15%, 44%, 0%, 52%)
(0.15 / 0.44 / 0.00 / 0.52)

CMYK percentages

%15.45
%43.9
%0
%51.76

Codes

Color #68457B in popluar color models

68 45 7B
RGB 104 69 123
HSL 279° 28.13% 37.65%
HSB/HSV 279° 43.90% 48.24%
CMYK 15.45% 43.90% 0.00%
51.76%

Color #68457B in popluar number systems.

HEX 68 45 7B
Decimal 104 69 123
Binary 1101000 1000101 1111011
Octal 150 105 173

Shades and tints

Shades of #68457B

#68457B
(104,69,123)
#5F3F70
(95,63,112)
#563965
(86,57,101)
#4D335A
(77,51,90)
#442D4F
(68,45,79)
#3B2744
(59,39,68)
#322139
(50,33,57)
#291B2E
(41,27,46)
#201523
(32,21,35)
#170F18
(23,15,24)
#0E090D
(14,9,13)
#000000
(0,0,0)

Tints of #68457B

#68457B
(104,69,123)
#755587
(117,85,135)
#826593
(130,101,147)
#8F759F
(143,117,159)
#9C85AB
(156,133,171)
#A995B7
(169,149,183)
#B6A5C3
(182,165,195)
#C3B5CF
(195,181,207)
#D0C5DB
(208,197,219)
#DDD5E7
(221,213,231)
#EAE5F3
(234,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68457B; }

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

This text font color is #68457B.

Background Color

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

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

This div background color is #68457B.

Border color

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

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

This div border color is #68457B.

Opacity

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

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

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

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

This text has shadow with #68457B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68457B.

Preview

Color preview on black background

This text has color #68457B on black background.


Color preview on white background

This text has color #68457B on white background.


Black color preview on #68457B background

This text has black color on #68457B background.


White color preview on #68457B background

This text has white color on #68457B background.


Related colors

Complementary color

Complementary color for #hex is #97BA84.


I love getcolorcode.com

Triadic colors

1 #7B6845 and #457B68 with #68457B are triadic colors.

2 #7B4568 and #45687B with #68457B are triadic colors.