COLOR #6760A1

HEX: #6760A1 RGB: (103,96,161)

Color info

#6760A1 contains mainly red and blue colors. Web safe color of #6760A1 is #666699 (or #669).

RGB color model

#6760A1 color RGB value is (103,96,161).

RGB: (103,96,161) (40%, 38%, 63%)

RGB channels and saturation

R 103 of 255 = 40%
G 96 of 255 = 38%
B 161 of 255 = 63%

103
96
161

R + G + B ~ 47%. #6760A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 103 + 96 + 161 = 360 (100%)
R 103 of 360 ~ 28.61%
G 96 of 360 ~ 26.67%
B 161 of 360 ~ 44.72'%

%28.61
%26.67
%44.72

CMYK color model

#6760A1 color CMYK value is (36,40,0,37).

  • cyan value is 36.02%
  • magenta value is 40.37%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (36,40,0,37)
C36M40Y0K37 (36%, 40%, 0%, 37%)
(0.36 / 0.40 / 0.00 / 0.37)

CMYK percentages

%36.02
%40.37
%0
%36.86

Codes

Color #6760A1 in popluar color models

67 60 A1
RGB 103 96 161
HSL 246° 25.69% 50.39%
HSB/HSV 246° 40.37% 63.14%
CMYK 36.02% 40.37% 0.00%
36.86%

Color #6760A1 in popluar number systems.

HEX 67 60 A1
Decimal 103 96 161
Binary 1100111 1100000 10100001
Octal 147 140 241

Shades and tints

Shades of #6760A1

#6760A1
(103,96,161)
#5E5893
(94,88,147)
#555085
(85,80,133)
#4C4877
(76,72,119)
#434069
(67,64,105)
#3A385B
(58,56,91)
#31304D
(49,48,77)
#28283F
(40,40,63)
#1F2031
(31,32,49)
#161823
(22,24,35)
#0D1015
(13,16,21)
#000000
(0,0,0)

Tints of #6760A1

#6760A1
(103,96,161)
#746EA9
(116,110,169)
#817CB1
(129,124,177)
#8E8AB9
(142,138,185)
#9B98C1
(155,152,193)
#A8A6C9
(168,166,201)
#B5B4D1
(181,180,209)
#C2C2D9
(194,194,217)
#CFD0E1
(207,208,225)
#DCDEE9
(220,222,233)
#E9ECF1
(233,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6760A1 color. Also use rgb(103,96,161) instead hex code.

Text Font Color

.myTextColor { color: #6760A1; }

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

This text font color is #6760A1.

Background Color

.myBgColor { background-color: #6760A1; }

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

This div background color is #6760A1.

Border color

.myBorderColor { border: 1px solid #6760A1; }

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

This div border color is #6760A1.

Opacity

.myOpacity80 { color: #6760A1; opacity: 0.8; }

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

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

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

This text has shadow with #6760A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6760A1.

Preview

Color preview on black background

This text has color #6760A1 on black background.


Color preview on white background

This text has color #6760A1 on white background.


Black color preview on #6760A1 background

This text has black color on #6760A1 background.


White color preview on #6760A1 background

This text has white color on #6760A1 background.


Related colors

Complementary color

Complementary color for #hex is #989F5E.


I love getcolorcode.com

Triadic colors

1 #A16760 and #60A167 with #6760A1 are triadic colors.

2 #A16067 and #6067A1 with #6760A1 are triadic colors.