COLOR #68A0E9

HEX: #68A0E9
RGB: (104,160,233)

Color info

#68A0E9 contains mainly blue color. Web safe color of #68A0E9 is #6699FF (or #69F).

RGB color model

#68A0E9 color RGB value is (104,160,233).

  • red value is 104;
  • green value is 160;
  • blue value is 233.
RGB:
(104,160,233)
(41%,63%,91%)

RGB channels and saturation

R 104 of 255 = 41%
G 160 of 255 = 63%
B 233 of 255 = 91%

104
160
233

R + G + B ~ 65%. #68A0E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
104 + 160 + 233 = 497 (100%)
R 104 of 497 ~ 20.93%
G 160 of 497 ~ 32.19%
B 233 of 497 ~ 46.88%

%20.93
%32.19
%46.88

CMYK color model

#68A0E9 color CMYK value is (55,31,0,9).

  • cyan value is 55.36%
  • magenta value is 31.33%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(55,31,0,9)
C55M31Y0K9 
(55%,31%,0%,9%)
(0.55/0.31/0.00/0.09)	

CMYK percentages

%55.36
%31.33
%0
%8.63

Codes

Color #68A0E9 in popluar color models

68A0E9
RGB104160233
HSL214°74.57%66.08%
HSB/HSV214°55.36%91.37%
CMYK55.36%31.33%0.00%
8.63%

Color #68A0E9 in popluar number systems.

HEX68A0E9
Decimal104160233
Binary11010001010000011101001
Octal150240351

Shades and tints

Shades of #68A0E9

#68A0E9
(104,160,233)
#5F92D4
(95,146,212)
#5684BF
(86,132,191)
#4D76AA
(77,118,170)
#446895
(68,104,149)
#3B5A80
(59,90,128)
#324C6B
(50,76,107)
#293E56
(41,62,86)
#203041
(32,48,65)
#17222C
(23,34,44)
#0E1417
(14,20,23)
#000000
(0,0,0)

Tints of #68A0E9

#68A0E9
(104,160,233)
#75A8EB
(117,168,235)
#82B0ED
(130,176,237)
#8FB8EF
(143,184,239)
#9CC0F1
(156,192,241)
#A9C8F3
(169,200,243)
#B6D0F5
(182,208,245)
#C3D8F7
(195,216,247)
#D0E0F9
(208,224,249)
#DDE8FB
(221,232,251)
#EAF0FD
(234,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68A0E9 color. Also use rgb(104,160,233) instead hex code.

Text Font Color

.myTextColor { color: #68A0E9; }

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

This text font color is #68A0E9.


Background Color

.myBgColor { background-color: #68A0E9; }

<div style="background-color:#68A0E9">Inner text</div>

This div background color is #68A0E9.


Border color

.myBorderColor { border: 1px solid #68A0E9; }

<div style="border:3px solid #68A0E9">Div</div>

This div border color is #68A0E9.


Opacity

.myOpacity80 { color: #68A0E9; opacity: 0.8; }

<p style="color:#68A0E9;opacity:0.8;">80%</p>

Text with #68A0E9 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 #68A0E9;}

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

This text has shadow with #68A0E9 color.

.textShadow {text-shadow: 3px 3px 1px #68A0E9, 3px 3px 1px red;}

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

This text has shadow with #68A0E9 primary color and red secondary color.


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

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

This text has shadow with #68A0E9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68A0E9 on black background.


Color preview on white background

This text has color #68A0E9 on white background.



Black color preview on #68A0E9 background

This text has black color on #68A0E9 background.


White color preview on #68A0E9 background

This text has white color on #68A0E9 background.