COLOR #6768EC

HEX: #6768EC
RGB: (103,104,236)

Color info

#6768EC contains mainly blue color. Web safe color of #6768EC is #6666FF (or #66F).

RGB color model

#6768EC color RGB value is (103,104,236).

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

RGB channels and saturation

R 103 of 255 = 40%
G 104 of 255 = 41%
B 236 of 255 = 93%

103
104
236

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

Portions of RGB colors in percentages

R + G + B =
103 + 104 + 236 = 443 (100%)
R 103 of 443 ~ 23.25%
G 104 of 443 ~ 23.48%
B 236 of 443 ~ 53.27%

%23.25
%23.48
%53.27

CMYK color model

#6768EC color CMYK value is (56,56,0,7).

  • cyan value is 56.36%
  • magenta value is 55.93%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(56,56,0,7)
C56M56Y0K7 
(56%,56%,0%,7%)
(0.56/0.56/0.00/0.07)	

CMYK percentages

%56.36
%55.93
%0
%7.45

Codes

Color #6768EC in popluar color models

6768EC
RGB103104236
HSL240°77.78%66.47%
HSB/HSV240°56.36%92.55%
CMYK56.36%55.93%0.00%
7.45%

Color #6768EC in popluar number systems.

HEX6768EC
Decimal103104236
Binary1100111110100011101100
Octal147150354

Shades and tints

Shades of #6768EC

#6768EC
(103,104,236)
#5E5FD7
(94,95,215)
#5556C2
(85,86,194)
#4C4DAD
(76,77,173)
#434498
(67,68,152)
#3A3B83
(58,59,131)
#31326E
(49,50,110)
#282959
(40,41,89)
#1F2044
(31,32,68)
#16172F
(22,23,47)
#0D0E1A
(13,14,26)
#000000
(0,0,0)

Tints of #6768EC

#6768EC
(103,104,236)
#7475ED
(116,117,237)
#8182EE
(129,130,238)
#8E8FEF
(142,143,239)
#9B9CF0
(155,156,240)
#A8A9F1
(168,169,241)
#B5B6F2
(181,182,242)
#C2C3F3
(194,195,243)
#CFD0F4
(207,208,244)
#DCDDF5
(220,221,245)
#E9EAF6
(233,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6768EC; }

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

This text font color is #6768EC.


Background Color

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

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

This div background color is #6768EC.


Border color

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

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

This div border color is #6768EC.


Opacity

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

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

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

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

This text has shadow with #6768EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6768EC on black background.


Color preview on white background

This text has color #6768EC on white background.



Black color preview on #6768EC background

This text has black color on #6768EC background.


White color preview on #6768EC background

This text has white color on #6768EC background.