COLOR #6764BF

HEX: #6764BF
RGB: (103,100,191)

Color info

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

RGB color model

#6764BF color RGB value is (103,100,191).

  • red value is 103;
  • green value is 100;
  • blue value is 191.
RGB:
(103,100,191)
(40%,39%,75%)

RGB channels and saturation

R 103 of 255 = 40%
G 100 of 255 = 39%
B 191 of 255 = 75%

103
100
191

R + G + B ~ 51%. #6764BF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 100 + 191 = 394 (100%)
R 103 of 394 ~ 26.14%
G 100 of 394 ~ 25.38%
B 191 of 394 ~ 48.48%

%26.14
%25.38
%48.48

CMYK color model

#6764BF color CMYK value is (46,48,0,25).

  • cyan value is 46.07%
  • magenta value is 47.64%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(46,48,0,25)
C46M48Y0K25 
(46%,48%,0%,25%)
(0.46/0.48/0.00/0.25)	

CMYK percentages

%46.07
%47.64
%0
%25.1

Codes

Color #6764BF in popluar color models

6764BF
RGB103100191
HSL242°41.55%57.06%
HSB/HSV242°47.64%74.90%
CMYK46.07%47.64%0.00%
25.10%

Color #6764BF in popluar number systems.

HEX6764BF
Decimal103100191
Binary1100111110010010111111
Octal147144277

Shades and tints

Shades of #6764BF

#6764BF
(103,100,191)
#5E5BAE
(94,91,174)
#55529D
(85,82,157)
#4C498C
(76,73,140)
#43407B
(67,64,123)
#3A376A
(58,55,106)
#312E59
(49,46,89)
#282548
(40,37,72)
#1F1C37
(31,28,55)
#161326
(22,19,38)
#0D0A15
(13,10,21)
#000000
(0,0,0)

Tints of #6764BF

#6764BF
(103,100,191)
#7472C4
(116,114,196)
#8180C9
(129,128,201)
#8E8ECE
(142,142,206)
#9B9CD3
(155,156,211)
#A8AAD8
(168,170,216)
#B5B8DD
(181,184,221)
#C2C6E2
(194,198,226)
#CFD4E7
(207,212,231)
#DCE2EC
(220,226,236)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6764BF color. Also use rgb(103,100,191) instead hex code.

Text Font Color

.myTextColor { color: #6764BF; }

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

This text font color is #6764BF.


Background Color

.myBgColor { background-color: #6764BF; }

<div style="background-color:#6764BF">Inner text</div>

This div background color is #6764BF.


Border color

.myBorderColor { border: 1px solid #6764BF; }

<div style="border:3px solid #6764BF">Div</div>

This div border color is #6764BF.


Opacity

.myOpacity80 { color: #6764BF; opacity: 0.8; }

<p style="color:#6764BF;opacity:0.8;">80%</p>

Text with #6764BF 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 #6764BF;}

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

This text has shadow with #6764BF color.

.textShadow {text-shadow: 3px 3px 1px #6764BF, 3px 3px 1px red;}

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

This text has shadow with #6764BF primary color and red secondary color.


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

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

This text has shadow with #6764BF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6764BF on black background.


Color preview on white background

This text has color #6764BF on white background.



Black color preview on #6764BF background

This text has black color on #6764BF background.


White color preview on #6764BF background

This text has white color on #6764BF background.