COLOR #6693A9

HEX: #6693A9
RGB: (102,147,169)

Color info

#6693A9 contains mainly green and blue colors. Web safe color of #6693A9 is #669999 (or #699).

RGB color model

#6693A9 color RGB value is (102,147,169).

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

RGB channels and saturation

R 102 of 255 = 40%
G 147 of 255 = 58%
B 169 of 255 = 66%

102
147
169

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

Portions of RGB colors in percentages

R + G + B =
102 + 147 + 169 = 418 (100%)
R 102 of 418 ~ 24.4%
G 147 of 418 ~ 35.17%
B 169 of 418 ~ 40.43%

%24.4
%35.17
%40.43

CMYK color model

#6693A9 color CMYK value is (40,13,0,34).

  • cyan value is 39.64%
  • magenta value is 13.02%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(40,13,0,34)
C40M13Y0K34 
(40%,13%,0%,34%)
(0.40/0.13/0.00/0.34)	

CMYK percentages

%39.64
%13.02
%0
%33.73

Codes

Color #6693A9 in popluar color models

6693A9
RGB102147169
HSL200°28.03%53.14%
HSB/HSV200°39.64%66.27%
CMYK39.64%13.02%0.00%
33.73%

Color #6693A9 in popluar number systems.

HEX6693A9
Decimal102147169
Binary11001101001001110101001
Octal146223251

Shades and tints

Shades of #6693A9

#6693A9
(102,147,169)
#5D869A
(93,134,154)
#54798B
(84,121,139)
#4B6C7C
(75,108,124)
#425F6D
(66,95,109)
#39525E
(57,82,94)
#30454F
(48,69,79)
#273840
(39,56,64)
#1E2B31
(30,43,49)
#151E22
(21,30,34)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #6693A9

#6693A9
(102,147,169)
#739CB0
(115,156,176)
#80A5B7
(128,165,183)
#8DAEBE
(141,174,190)
#9AB7C5
(154,183,197)
#A7C0CC
(167,192,204)
#B4C9D3
(180,201,211)
#C1D2DA
(193,210,218)
#CEDBE1
(206,219,225)
#DBE4E8
(219,228,232)
#E8EDEF
(232,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6693A9; }

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

This text font color is #6693A9.


Background Color

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

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

This div background color is #6693A9.


Border color

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

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

This div border color is #6693A9.


Opacity

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

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

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

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

This text has shadow with #6693A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6693A9 on black background.


Color preview on white background

This text has color #6693A9 on white background.



Black color preview on #6693A9 background

This text has black color on #6693A9 background.


White color preview on #6693A9 background

This text has white color on #6693A9 background.