COLOR #68B6E1

HEX: #68B6E1
RGB: (104,182,225)

Color info

#68B6E1 contains mainly green and blue colors. Web safe color of #68B6E1 is #66CCCC (or #6CC).

RGB color model

#68B6E1 color RGB value is (104,182,225).

  • red value is 104;
  • green value is 182;
  • blue value is 225.
RGB:
(104,182,225)
(41%,71%,88%)

RGB channels and saturation

R 104 of 255 = 41%
G 182 of 255 = 71%
B 225 of 255 = 88%

104
182
225

R + G + B ~ 67%. #68B6E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
104 + 182 + 225 = 511 (100%)
R 104 of 511 ~ 20.35%
G 182 of 511 ~ 35.62%
B 225 of 511 ~ 44.03%

%20.35
%35.62
%44.03

CMYK color model

#68B6E1 color CMYK value is (54,19,0,12).

  • cyan value is 53.78%
  • magenta value is 19.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(54,19,0,12)
C54M19Y0K12 
(54%,19%,0%,12%)
(0.54/0.19/0.00/0.12)	

CMYK percentages

%53.78
%19.11
%0
%11.76

Codes

Color #68B6E1 in popluar color models

68B6E1
RGB104182225
HSL201°66.85%64.51%
HSB/HSV201°53.78%88.24%
CMYK53.78%19.11%0.00%
11.76%

Color #68B6E1 in popluar number systems.

HEX68B6E1
Decimal104182225
Binary11010001011011011100001
Octal150266341

Shades and tints

Shades of #68B6E1

#68B6E1
(104,182,225)
#5FA6CD
(95,166,205)
#5696B9
(86,150,185)
#4D86A5
(77,134,165)
#447691
(68,118,145)
#3B667D
(59,102,125)
#325669
(50,86,105)
#294655
(41,70,85)
#203641
(32,54,65)
#17262D
(23,38,45)
#0E1619
(14,22,25)
#000000
(0,0,0)

Tints of #68B6E1

#68B6E1
(104,182,225)
#75BCE3
(117,188,227)
#82C2E5
(130,194,229)
#8FC8E7
(143,200,231)
#9CCEE9
(156,206,233)
#A9D4EB
(169,212,235)
#B6DAED
(182,218,237)
#C3E0EF
(195,224,239)
#D0E6F1
(208,230,241)
#DDECF3
(221,236,243)
#EAF2F5
(234,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68B6E1 color. Also use rgb(104,182,225) instead hex code.

Text Font Color

.myTextColor { color: #68B6E1; }

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

This text font color is #68B6E1.


Background Color

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

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

This div background color is #68B6E1.


Border color

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

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

This div border color is #68B6E1.


Opacity

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

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

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

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

This text has shadow with #68B6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68B6E1 on black background.


Color preview on white background

This text has color #68B6E1 on white background.



Black color preview on #68B6E1 background

This text has black color on #68B6E1 background.


White color preview on #68B6E1 background

This text has white color on #68B6E1 background.