COLOR #6766C5

HEX: #6766C5
RGB: (103,102,197)

Color info

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

RGB color model

#6766C5 color RGB value is (103,102,197).

  • red value is 103;
  • green value is 102;
  • blue value is 197.
RGB:
(103,102,197)
(40%,40%,77%)

RGB channels and saturation

R 103 of 255 = 40%
G 102 of 255 = 40%
B 197 of 255 = 77%

103
102
197

R + G + B ~ 52%. #6766C5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 102 + 197 = 402 (100%)
R 103 of 402 ~ 25.62%
G 102 of 402 ~ 25.37%
B 197 of 402 ~ 49%

%25.62
%25.37
%49

CMYK color model

#6766C5 color CMYK value is (48,48,0,23).

  • cyan value is 47.72%
  • magenta value is 48.22%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(48,48,0,23)
C48M48Y0K23 
(48%,48%,0%,23%)
(0.48/0.48/0.00/0.23)	

CMYK percentages

%47.72
%48.22
%0
%22.75

Codes

Color #6766C5 in popluar color models

6766C5
RGB103102197
HSL241°45.02%58.63%
HSB/HSV241°48.22%77.25%
CMYK47.72%48.22%0.00%
22.75%

Color #6766C5 in popluar number systems.

HEX6766C5
Decimal103102197
Binary1100111110011011000101
Octal147146305

Shades and tints

Shades of #6766C5

#6766C5
(103,102,197)
#5E5DB4
(94,93,180)
#5554A3
(85,84,163)
#4C4B92
(76,75,146)
#434281
(67,66,129)
#3A3970
(58,57,112)
#31305F
(49,48,95)
#28274E
(40,39,78)
#1F1E3D
(31,30,61)
#16152C
(22,21,44)
#0D0C1B
(13,12,27)
#000000
(0,0,0)

Tints of #6766C5

#6766C5
(103,102,197)
#7473CA
(116,115,202)
#8180CF
(129,128,207)
#8E8DD4
(142,141,212)
#9B9AD9
(155,154,217)
#A8A7DE
(168,167,222)
#B5B4E3
(181,180,227)
#C2C1E8
(194,193,232)
#CFCEED
(207,206,237)
#DCDBF2
(220,219,242)
#E9E8F7
(233,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6766C5 color. Also use rgb(103,102,197) instead hex code.

Text Font Color

.myTextColor { color: #6766C5; }

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

This text font color is #6766C5.


Background Color

.myBgColor { background-color: #6766C5; }

<div style="background-color:#6766C5">Inner text</div>

This div background color is #6766C5.


Border color

.myBorderColor { border: 1px solid #6766C5; }

<div style="border:3px solid #6766C5">Div</div>

This div border color is #6766C5.


Opacity

.myOpacity80 { color: #6766C5; opacity: 0.8; }

<p style="color:#6766C5;opacity:0.8;">80%</p>

Text with #6766C5 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 #6766C5;}

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

This text has shadow with #6766C5 color.

.textShadow {text-shadow: 3px 3px 1px #6766C5, 3px 3px 1px red;}

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

This text has shadow with #6766C5 primary color and red secondary color.


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

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

This text has shadow with #6766C5 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6766C5;
-webkit-box-shadow: 1px 1px 3px 2px #6766C5;
box-shadow:1px 1px 3px 2px #6766C5;">
Div content here</div>
This div box has shadow with color #6766C5.

Preview

Color preview on black background

This text has color #6766C5 on black background.


Color preview on white background

This text has color #6766C5 on white background.



Black color preview on #6766C5 background

This text has black color on #6766C5 background.


White color preview on #6766C5 background

This text has white color on #6766C5 background.