COLOR #6760B0

HEX: #6760B0 RGB: (103,96,176)

Color info

#6760B0 contains mainly blue color. Web safe color of #6760B0 is #666699 (or #669).

RGB color model

#6760B0 color RGB value is (103,96,176).

RGB: (103,96,176) (40%, 38%, 69%)

RGB channels and saturation

R 103 of 255 = 40%
G 96 of 255 = 38%
B 176 of 255 = 69%

103
96
176

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

Portions of RGB colors in percentages

R + G + B = 103 + 96 + 176 = 375 (100%)
R 103 of 375 ~ 27.47%
G 96 of 375 ~ 25.6%
B 176 of 375 ~ 46.93'%

%27.47
%25.6
%46.93

CMYK color model

#6760B0 color CMYK value is (41,45,0,31).

  • cyan value is 41.48%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (41,45,0,31)
C41M45Y0K31 (41%, 45%, 0%, 31%)
(0.41 / 0.45 / 0.00 / 0.31)

CMYK percentages

%41.48
%45.45
%0
%30.98

Codes

Color #6760B0 in popluar color models

67 60 B0
RGB 103 96 176
HSL 245° 33.61% 53.33%
HSB/HSV 245° 45.45% 69.02%
CMYK 41.48% 45.45% 0.00%
30.98%

Color #6760B0 in popluar number systems.

HEX 67 60 B0
Decimal 103 96 176
Binary 1100111 1100000 10110000
Octal 147 140 260

Shades and tints

Shades of #6760B0

#6760B0
(103,96,176)
#5E58A0
(94,88,160)
#555090
(85,80,144)
#4C4880
(76,72,128)
#434070
(67,64,112)
#3A3860
(58,56,96)
#313050
(49,48,80)
#282840
(40,40,64)
#1F2030
(31,32,48)
#161820
(22,24,32)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #6760B0

#6760B0
(103,96,176)
#746EB7
(116,110,183)
#817CBE
(129,124,190)
#8E8AC5
(142,138,197)
#9B98CC
(155,152,204)
#A8A6D3
(168,166,211)
#B5B4DA
(181,180,218)
#C2C2E1
(194,194,225)
#CFD0E8
(207,208,232)
#DCDEEF
(220,222,239)
#E9ECF6
(233,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6760B0; }

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

This text font color is #6760B0.

Background Color

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

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

This div background color is #6760B0.

Border color

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

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

This div border color is #6760B0.

Opacity

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

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

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

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

This text has shadow with #6760B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6760B0.

Preview

Color preview on black background

This text has color #6760B0 on black background.


Color preview on white background

This text has color #6760B0 on white background.


Black color preview on #6760B0 background

This text has black color on #6760B0 background.


White color preview on #6760B0 background

This text has white color on #6760B0 background.


Related colors

Complementary color

Complementary color for #hex is #989F4F.


I love getcolorcode.com

Triadic colors

1 #B06760 and #60B067 with #6760B0 are triadic colors.

2 #B06067 and #6067B0 with #6760B0 are triadic colors.