COLOR #6764CB

HEX: #6764CB RGB: (103,100,203)

Color info

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

RGB color model

#6764CB color RGB value is (103,100,203).

RGB: (103,100,203) (40%, 39%, 80%)

RGB channels and saturation

R 103 of 255 = 40%
G 100 of 255 = 39%
B 203 of 255 = 80%

103
100
203

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

Portions of RGB colors in percentages

R + G + B = 103 + 100 + 203 = 406 (100%)
R 103 of 406 ~ 25.37%
G 100 of 406 ~ 24.63%
B 203 of 406 ~ 50'%

%25.37
%24.63
%50

CMYK color model

#6764CB color CMYK value is (49,51,0,20).

  • cyan value is 49.26%
  • magenta value is 50.74%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (49,51,0,20)
C49M51Y0K20 (49%, 51%, 0%, 20%)
(0.49 / 0.51 / 0.00 / 0.20)

CMYK percentages

%49.26
%50.74
%0
%20.39

Codes

Color #6764CB in popluar color models

67 64 CB
RGB 103 100 203
HSL 242° 49.76% 59.41%
HSB/HSV 242° 50.74% 79.61%
CMYK 49.26% 50.74% 0.00%
20.39%

Color #6764CB in popluar number systems.

HEX 67 64 CB
Decimal 103 100 203
Binary 1100111 1100100 11001011
Octal 147 144 313

Shades and tints

Shades of #6764CB

#6764CB
(103,100,203)
#5E5BB9
(94,91,185)
#5552A7
(85,82,167)
#4C4995
(76,73,149)
#434083
(67,64,131)
#3A3771
(58,55,113)
#312E5F
(49,46,95)
#28254D
(40,37,77)
#1F1C3B
(31,28,59)
#161329
(22,19,41)
#0D0A17
(13,10,23)
#000000
(0,0,0)

Tints of #6764CB

#6764CB
(103,100,203)
#7472CF
(116,114,207)
#8180D3
(129,128,211)
#8E8ED7
(142,142,215)
#9B9CDB
(155,156,219)
#A8AADF
(168,170,223)
#B5B8E3
(181,184,227)
#C2C6E7
(194,198,231)
#CFD4EB
(207,212,235)
#DCE2EF
(220,226,239)
#E9F0F3
(233,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6764CB; }

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

This text font color is #6764CB.

Background Color

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

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

This div background color is #6764CB.

Border color

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

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

This div border color is #6764CB.

Opacity

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

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

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

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

This text has shadow with #6764CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6764CB.

Preview

Color preview on black background

This text has color #6764CB on black background.


Color preview on white background

This text has color #6764CB on white background.


Black color preview on #6764CB background

This text has black color on #6764CB background.


White color preview on #6764CB background

This text has white color on #6764CB background.


Related colors

Complementary color

Complementary color for #hex is #989B34.


I love getcolorcode.com

Triadic colors

1 #CB6764 and #64CB67 with #6764CB are triadic colors.

2 #CB6467 and #6467CB with #6764CB are triadic colors.