COLOR #6760B4

HEX: #6760B4 RGB: (103,96,180)

Color info

#6760B4 contains mainly blue color. Web safe color of #6760B4 is #6666CC (or #66C).

RGB color model

#6760B4 color RGB value is (103,96,180).

RGB: (103,96,180) (40%, 38%, 71%)

RGB channels and saturation

R 103 of 255 = 40%
G 96 of 255 = 38%
B 180 of 255 = 71%

103
96
180

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

Portions of RGB colors in percentages

R + G + B = 103 + 96 + 180 = 379 (100%)
R 103 of 379 ~ 27.18%
G 96 of 379 ~ 25.33%
B 180 of 379 ~ 47.49'%

%27.18
%25.33
%47.49

CMYK color model

#6760B4 color CMYK value is (43,47,0,29).

  • cyan value is 42.78%
  • magenta value is 46.67%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (43,47,0,29)
C43M47Y0K29 (43%, 47%, 0%, 29%)
(0.43 / 0.47 / 0.00 / 0.29)

CMYK percentages

%42.78
%46.67
%0
%29.41

Codes

Color #6760B4 in popluar color models

67 60 B4
RGB 103 96 180
HSL 245° 35.90% 54.12%
HSB/HSV 245° 46.67% 70.59%
CMYK 42.78% 46.67% 0.00%
29.41%

Color #6760B4 in popluar number systems.

HEX 67 60 B4
Decimal 103 96 180
Binary 1100111 1100000 10110100
Octal 147 140 264

Shades and tints

Shades of #6760B4

#6760B4
(103,96,180)
#5E58A4
(94,88,164)
#555094
(85,80,148)
#4C4884
(76,72,132)
#434074
(67,64,116)
#3A3864
(58,56,100)
#313054
(49,48,84)
#282844
(40,40,68)
#1F2034
(31,32,52)
#161824
(22,24,36)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #6760B4

#6760B4
(103,96,180)
#746EBA
(116,110,186)
#817CC0
(129,124,192)
#8E8AC6
(142,138,198)
#9B98CC
(155,152,204)
#A8A6D2
(168,166,210)
#B5B4D8
(181,180,216)
#C2C2DE
(194,194,222)
#CFD0E4
(207,208,228)
#DCDEEA
(220,222,234)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6760B4; }

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

This text font color is #6760B4.

Background Color

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

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

This div background color is #6760B4.

Border color

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

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

This div border color is #6760B4.

Opacity

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

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

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

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

This text has shadow with #6760B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6760B4.

Preview

Color preview on black background

This text has color #6760B4 on black background.


Color preview on white background

This text has color #6760B4 on white background.


Black color preview on #6760B4 background

This text has black color on #6760B4 background.


White color preview on #6760B4 background

This text has white color on #6760B4 background.


Related colors

Complementary color

Complementary color for #hex is #989F4B.


I love getcolorcode.com

Triadic colors

1 #B46760 and #60B467 with #6760B4 are triadic colors.

2 #B46067 and #6067B4 with #6760B4 are triadic colors.