COLOR #6768B9

HEX: #6768B9
RGB: (103,104,185)

Color info

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

RGB color model

#6768B9 color RGB value is (103,104,185).

  • red value is 103;
  • green value is 104;
  • blue value is 185.
RGB:
(103,104,185)
(40%,41%,73%)

RGB channels and saturation

R 103 of 255 = 40%
G 104 of 255 = 41%
B 185 of 255 = 73%

103
104
185

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

Portions of RGB colors in percentages

R + G + B =
103 + 104 + 185 = 392 (100%)
R 103 of 392 ~ 26.28%
G 104 of 392 ~ 26.53%
B 185 of 392 ~ 47.19%

%26.28
%26.53
%47.19

CMYK color model

#6768B9 color CMYK value is (44,44,0,27).

  • cyan value is 44.32%
  • magenta value is 43.78%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(44,44,0,27)
C44M44Y0K27 
(44%,44%,0%,27%)
(0.44/0.44/0.00/0.27)	

CMYK percentages

%44.32
%43.78
%0
%27.45

Codes

Color #6768B9 in popluar color models

6768B9
RGB103104185
HSL239°36.94%56.47%
HSB/HSV239°44.32%72.55%
CMYK44.32%43.78%0.00%
27.45%

Color #6768B9 in popluar number systems.

HEX6768B9
Decimal103104185
Binary1100111110100010111001
Octal147150271

Shades and tints

Shades of #6768B9

#6768B9
(103,104,185)
#5E5FA9
(94,95,169)
#555699
(85,86,153)
#4C4D89
(76,77,137)
#434479
(67,68,121)
#3A3B69
(58,59,105)
#313259
(49,50,89)
#282949
(40,41,73)
#1F2039
(31,32,57)
#161729
(22,23,41)
#0D0E19
(13,14,25)
#000000
(0,0,0)

Tints of #6768B9

#6768B9
(103,104,185)
#7475BF
(116,117,191)
#8182C5
(129,130,197)
#8E8FCB
(142,143,203)
#9B9CD1
(155,156,209)
#A8A9D7
(168,169,215)
#B5B6DD
(181,182,221)
#C2C3E3
(194,195,227)
#CFD0E9
(207,208,233)
#DCDDEF
(220,221,239)
#E9EAF5
(233,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6768B9 color. Also use rgb(103,104,185) instead hex code.

Text Font Color

.myTextColor { color: #6768B9; }

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

This text font color is #6768B9.


Background Color

.myBgColor { background-color: #6768B9; }

<div style="background-color:#6768B9">Inner text</div>

This div background color is #6768B9.


Border color

.myBorderColor { border: 1px solid #6768B9; }

<div style="border:3px solid #6768B9">Div</div>

This div border color is #6768B9.


Opacity

.myOpacity80 { color: #6768B9; opacity: 0.8; }

<p style="color:#6768B9;opacity:0.8;">80%</p>

Text with #6768B9 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 #6768B9;}

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

This text has shadow with #6768B9 color.

.textShadow {text-shadow: 3px 3px 1px #6768B9, 3px 3px 1px red;}

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

This text has shadow with #6768B9 primary color and red secondary color.


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

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

This text has shadow with #6768B9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6768B9 on black background.


Color preview on white background

This text has color #6768B9 on white background.



Black color preview on #6768B9 background

This text has black color on #6768B9 background.


White color preview on #6768B9 background

This text has white color on #6768B9 background.