COLOR #6696DA

HEX: #6696DA
RGB: (102,150,218)

Color info

#6696DA contains mainly blue color. Web safe color of #6696DA is #6699CC (or #69C).

RGB color model

#6696DA color RGB value is (102,150,218).

  • red value is 102;
  • green value is 150;
  • blue value is 218.
RGB:
(102,150,218)
(40%,59%,85%)

RGB channels and saturation

R 102 of 255 = 40%
G 150 of 255 = 59%
B 218 of 255 = 85%

102
150
218

R + G + B ~ 61%. #6696DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
102 + 150 + 218 = 470 (100%)
R 102 of 470 ~ 21.7%
G 150 of 470 ~ 31.91%
B 218 of 470 ~ 46.38%

%21.7
%31.91
%46.38

CMYK color model

#6696DA color CMYK value is (53,31,0,15).

  • cyan value is 53.21%
  • magenta value is 31.19%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(53,31,0,15)
C53M31Y0K15 
(53%,31%,0%,15%)
(0.53/0.31/0.00/0.15)	

CMYK percentages

%53.21
%31.19
%0
%14.51

Codes

Color #6696DA in popluar color models

6696DA
RGB102150218
HSL215°61.05%62.75%
HSB/HSV215°53.21%85.49%
CMYK53.21%31.19%0.00%
14.51%

Color #6696DA in popluar number systems.

HEX6696DA
Decimal102150218
Binary11001101001011011011010
Octal146226332

Shades and tints

Shades of #6696DA

#6696DA
(102,150,218)
#5D89C7
(93,137,199)
#547CB4
(84,124,180)
#4B6FA1
(75,111,161)
#42628E
(66,98,142)
#39557B
(57,85,123)
#304868
(48,72,104)
#273B55
(39,59,85)
#1E2E42
(30,46,66)
#15212F
(21,33,47)
#0C141C
(12,20,28)
#000000
(0,0,0)

Tints of #6696DA

#6696DA
(102,150,218)
#739FDD
(115,159,221)
#80A8E0
(128,168,224)
#8DB1E3
(141,177,227)
#9ABAE6
(154,186,230)
#A7C3E9
(167,195,233)
#B4CCEC
(180,204,236)
#C1D5EF
(193,213,239)
#CEDEF2
(206,222,242)
#DBE7F5
(219,231,245)
#E8F0F8
(232,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6696DA color. Also use rgb(102,150,218) instead hex code.

Text Font Color

.myTextColor { color: #6696DA; }

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

This text font color is #6696DA.


Background Color

.myBgColor { background-color: #6696DA; }

<div style="background-color:#6696DA">Inner text</div>

This div background color is #6696DA.


Border color

.myBorderColor { border: 1px solid #6696DA; }

<div style="border:3px solid #6696DA">Div</div>

This div border color is #6696DA.


Opacity

.myOpacity80 { color: #6696DA; opacity: 0.8; }

<p style="color:#6696DA;opacity:0.8;">80%</p>

Text with #6696DA 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 #6696DA;}

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

This text has shadow with #6696DA color.

.textShadow {text-shadow: 3px 3px 1px #6696DA, 3px 3px 1px red;}

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

This text has shadow with #6696DA primary color and red secondary color.


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

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

This text has shadow with #6696DA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6696DA on black background.


Color preview on white background

This text has color #6696DA on white background.



Black color preview on #6696DA background

This text has black color on #6696DA background.


White color preview on #6696DA background

This text has white color on #6696DA background.