COLOR #68A4DA

HEX: #68A4DA RGB: (104,164,218)

Color info

#68A4DA contains mainly green and blue colors. Web safe color of #68A4DA is #6699CC (or #69C).

RGB color model

#68A4DA color RGB value is (104,164,218).

RGB: (104,164,218) (41%, 64%, 85%)

RGB channels and saturation

R 104 of 255 = 41%
G 164 of 255 = 64%
B 218 of 255 = 85%

104
164
218

R + G + B ~ 63%. #68A4DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 104 + 164 + 218 = 486 (100%)
R 104 of 486 ~ 21.4%
G 164 of 486 ~ 33.74%
B 218 of 486 ~ 44.86'%

%21.4
%33.74
%44.86

CMYK color model

#68A4DA color CMYK value is (52,25,0,15).

  • cyan value is 52.29%
  • magenta value is 24.77%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (52,25,0,15) C52M25Y0K15 (52%,25%,0%,15%) (0.52/0.25/0.00/0.15) 

CMYK percentages

%52.29
%24.77
%0
%14.51

Codes

Color #68A4DA in popluar color models

68 A4 DA
RGB 104 164 218
HSL 208° 60.64% 63.14%
HSB/HSV 208° 52.29% 85.49%
CMYK 52.29% 24.77% 0.00%
14.51%

Color #68A4DA in popluar number systems.

HEX 68 A4 DA
Decimal 104 164 218
Binary 1101000 10100100 11011010
Octal 150 244 332

Shades and tints

Shades of #68A4DA

#68A4DA
(104,164,218)
#5F96C7
(95,150,199)
#5688B4
(86,136,180)
#4D7AA1
(77,122,161)
#446C8E
(68,108,142)
#3B5E7B
(59,94,123)
#325068
(50,80,104)
#294255
(41,66,85)
#203442
(32,52,66)
#17262F
(23,38,47)
#0E181C
(14,24,28)
#000000
(0,0,0)

Tints of #68A4DA

#68A4DA
(104,164,218)
#75ACDD
(117,172,221)
#82B4E0
(130,180,224)
#8FBCE3
(143,188,227)
#9CC4E6
(156,196,230)
#A9CCE9
(169,204,233)
#B6D4EC
(182,212,236)
#C3DCEF
(195,220,239)
#D0E4F2
(208,228,242)
#DDECF5
(221,236,245)
#EAF4F8
(234,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68A4DA color. Also use rgb(104,164,218) instead hex code.

Text Font Color

.myTextColor { color: #68A4DA; }

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

This text font color is #68A4DA.

Background Color

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

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

This div background color is #68A4DA.

Border color

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

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

This div border color is #68A4DA.

Opacity

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

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

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

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

This text has shadow with #68A4DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68A4DA.

Preview

Color preview on black background

This text has color #68A4DA on black background.


Color preview on white background

This text has color #68A4DA on white background.


Black color preview on #68A4DA background

This text has black color on #68A4DA background.


White color preview on #68A4DA background

This text has white color on #68A4DA background.


Related colors

Complementary color

Complementary color for #hex is #975B25.


I love getcolorcode.com

Triadic colors

1 #DA68A4 and #A4DA68 with #68A4DA are triadic colors.

2 #DAA468 and #A468DA with #68A4DA are triadic colors.