COLOR #6697ED

HEX: #6697ED RGB: (102,151,237)

Color info

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

RGB color model

#6697ED color RGB value is (102,151,237).

RGB: (102,151,237) (40%, 59%, 93%)

RGB channels and saturation

R 102 of 255 = 40%
G 151 of 255 = 59%
B 237 of 255 = 93%

102
151
237

R + G + B ~ 64%. #6697ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 102 + 151 + 237 = 490 (100%)
R 102 of 490 ~ 20.82%
G 151 of 490 ~ 30.82%
B 237 of 490 ~ 48.37'%

%20.82
%30.82
%48.37

CMYK color model

#6697ED color CMYK value is (57,36,0,7).

  • cyan value is 56.96%
  • magenta value is 36.29%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (57,36,0,7)
C57M36Y0K7 (57%, 36%, 0%, 7%)
(0.57 / 0.36 / 0.00 / 0.07)

CMYK percentages

%56.96
%36.29
%0
%7.06

Codes

Color #6697ED in popluar color models

66 97 ED
RGB 102 151 237
HSL 218° 78.95% 66.47%
HSB/HSV 218° 56.96% 92.94%
CMYK 56.96% 36.29% 0.00%
7.06%

Color #6697ED in popluar number systems.

HEX 66 97 ED
Decimal 102 151 237
Binary 1100110 10010111 11101101
Octal 146 227 355

Shades and tints

Shades of #6697ED

#6697ED
(102,151,237)
#5D8AD8
(93,138,216)
#547DC3
(84,125,195)
#4B70AE
(75,112,174)
#426399
(66,99,153)
#395684
(57,86,132)
#30496F
(48,73,111)
#273C5A
(39,60,90)
#1E2F45
(30,47,69)
#152230
(21,34,48)
#0C151B
(12,21,27)
#000000
(0,0,0)

Tints of #6697ED

#6697ED
(102,151,237)
#73A0EE
(115,160,238)
#80A9EF
(128,169,239)
#8DB2F0
(141,178,240)
#9ABBF1
(154,187,241)
#A7C4F2
(167,196,242)
#B4CDF3
(180,205,243)
#C1D6F4
(193,214,244)
#CEDFF5
(206,223,245)
#DBE8F6
(219,232,246)
#E8F1F7
(232,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6697ED color. Also use rgb(102,151,237) instead hex code.

Text Font Color

.myTextColor { color: #6697ED; }

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

This text font color is #6697ED.

Background Color

.myBgColor { background-color: #6697ED; }

<div style="background-color:#6697ED">Inner text</div>

This div background color is #6697ED.

Border color

.myBorderColor { border: 1px solid #6697ED; }

<div style="border:3px solid #6697ED">Div</div>

This div border color is #6697ED.

Opacity

.myOpacity80 { color: #6697ED; opacity: 0.8; }

<p style="color:#6697ED;opacity:0.8;">80%</p>

Text with #6697ED 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 #6697ED;}

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

This text has shadow with #6697ED color.


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

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

This text has shadow with #6697ED primary color and red secondary color.


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

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

This text has shadow with #6697ED and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6697ED.

Preview

Color preview on black background

This text has color #6697ED on black background.


Color preview on white background

This text has color #6697ED on white background.


Black color preview on #6697ED background

This text has black color on #6697ED background.


White color preview on #6697ED background

This text has white color on #6697ED background.


Related colors

Complementary color

Complementary color for #hex is #996812.


I love getcolorcode.com

Triadic colors

1 #ED6697 and #97ED66 with #6697ED are triadic colors.

2 #ED9766 and #9766ED with #6697ED are triadic colors.