COLOR #6693C7

HEX: #6693C7
RGB: (102,147,199)

Color info

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

RGB color model

#6693C7 color RGB value is (102,147,199).

  • red value is 102;
  • green value is 147;
  • blue value is 199.
RGB:
(102,147,199)
(40%,58%,78%)

RGB channels and saturation

R 102 of 255 = 40%
G 147 of 255 = 58%
B 199 of 255 = 78%

102
147
199

R + G + B ~ 59%. #6693C7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 147 + 199 = 448 (100%)
R 102 of 448 ~ 22.77%
G 147 of 448 ~ 32.81%
B 199 of 448 ~ 44.42%

%22.77
%32.81
%44.42

CMYK color model

#6693C7 color CMYK value is (49,26,0,22).

  • cyan value is 48.74%
  • magenta value is 26.13%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(49,26,0,22)
C49M26Y0K22 
(49%,26%,0%,22%)
(0.49/0.26/0.00/0.22)	

CMYK percentages

%48.74
%26.13
%0
%21.96

Codes

Color #6693C7 in popluar color models

6693C7
RGB102147199
HSL212°46.41%59.02%
HSB/HSV212°48.74%78.04%
CMYK48.74%26.13%0.00%
21.96%

Color #6693C7 in popluar number systems.

HEX6693C7
Decimal102147199
Binary11001101001001111000111
Octal146223307

Shades and tints

Shades of #6693C7

#6693C7
(102,147,199)
#5D86B5
(93,134,181)
#5479A3
(84,121,163)
#4B6C91
(75,108,145)
#425F7F
(66,95,127)
#39526D
(57,82,109)
#30455B
(48,69,91)
#273849
(39,56,73)
#1E2B37
(30,43,55)
#151E25
(21,30,37)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #6693C7

#6693C7
(102,147,199)
#739CCC
(115,156,204)
#80A5D1
(128,165,209)
#8DAED6
(141,174,214)
#9AB7DB
(154,183,219)
#A7C0E0
(167,192,224)
#B4C9E5
(180,201,229)
#C1D2EA
(193,210,234)
#CEDBEF
(206,219,239)
#DBE4F4
(219,228,244)
#E8EDF9
(232,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6693C7 color. Also use rgb(102,147,199) instead hex code.

Text Font Color

.myTextColor { color: #6693C7; }

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

This text font color is #6693C7.


Background Color

.myBgColor { background-color: #6693C7; }

<div style="background-color:#6693C7">Inner text</div>

This div background color is #6693C7.


Border color

.myBorderColor { border: 1px solid #6693C7; }

<div style="border:3px solid #6693C7">Div</div>

This div border color is #6693C7.


Opacity

.myOpacity80 { color: #6693C7; opacity: 0.8; }

<p style="color:#6693C7;opacity:0.8;">80%</p>

Text with #6693C7 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 #6693C7;}

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

This text has shadow with #6693C7 color.

.textShadow {text-shadow: 3px 3px 1px #6693C7, 3px 3px 1px red;}

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

This text has shadow with #6693C7 primary color and red secondary color.


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

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

This text has shadow with #6693C7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6693C7 on black background.


Color preview on white background

This text has color #6693C7 on white background.



Black color preview on #6693C7 background

This text has black color on #6693C7 background.


White color preview on #6693C7 background

This text has white color on #6693C7 background.