COLOR #685AB0

HEX: #685AB0 RGB: (104,90,176)

Color info

#685AB0 contains mainly blue color. Web safe color of #685AB0 is #666699 (or #669).

RGB color model

#685AB0 color RGB value is (104,90,176).

RGB: (104,90,176) (41%, 35%, 69%)

RGB channels and saturation

R 104 of 255 = 41%
G 90 of 255 = 35%
B 176 of 255 = 69%

104
90
176

R + G + B ~ 48%. #685AB0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 90 + 176 = 370 (100%)
R 104 of 370 ~ 28.11%
G 90 of 370 ~ 24.32%
B 176 of 370 ~ 47.57'%

%28.11
%24.32
%47.57

CMYK color model

#685AB0 color CMYK value is (41,49,0,31).

  • cyan value is 40.91%
  • magenta value is 48.86%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (41,49,0,31)
C41M49Y0K31 (41%, 49%, 0%, 31%)
(0.41 / 0.49 / 0.00 / 0.31)

CMYK percentages

%40.91
%48.86
%0
%30.98

Codes

Color #685AB0 in popluar color models

68 5A B0
RGB 104 90 176
HSL 250° 35.25% 52.16%
HSB/HSV 250° 48.86% 69.02%
CMYK 40.91% 48.86% 0.00%
30.98%

Color #685AB0 in popluar number systems.

HEX 68 5A B0
Decimal 104 90 176
Binary 1101000 1011010 10110000
Octal 150 132 260

Shades and tints

Shades of #685AB0

#685AB0
(104,90,176)
#5F52A0
(95,82,160)
#564A90
(86,74,144)
#4D4280
(77,66,128)
#443A70
(68,58,112)
#3B3260
(59,50,96)
#322A50
(50,42,80)
#292240
(41,34,64)
#201A30
(32,26,48)
#171220
(23,18,32)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #685AB0

#685AB0
(104,90,176)
#7569B7
(117,105,183)
#8278BE
(130,120,190)
#8F87C5
(143,135,197)
#9C96CC
(156,150,204)
#A9A5D3
(169,165,211)
#B6B4DA
(182,180,218)
#C3C3E1
(195,195,225)
#D0D2E8
(208,210,232)
#DDE1EF
(221,225,239)
#EAF0F6
(234,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685AB0 color. Also use rgb(104,90,176) instead hex code.

Text Font Color

.myTextColor { color: #685AB0; }

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

This text font color is #685AB0.

Background Color

.myBgColor { background-color: #685AB0; }

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

This div background color is #685AB0.

Border color

.myBorderColor { border: 1px solid #685AB0; }

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

This div border color is #685AB0.

Opacity

.myOpacity80 { color: #685AB0; opacity: 0.8; }

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

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

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

This text has shadow with #685AB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #685AB0.

Preview

Color preview on black background

This text has color #685AB0 on black background.


Color preview on white background

This text has color #685AB0 on white background.


Black color preview on #685AB0 background

This text has black color on #685AB0 background.


White color preview on #685AB0 background

This text has white color on #685AB0 background.


Related colors

Complementary color

Complementary color for #hex is #97A54F.


I love getcolorcode.com

Triadic colors

1 #B0685A and #5AB068 with #685AB0 are triadic colors.

2 #B05A68 and #5A68B0 with #685AB0 are triadic colors.