COLOR #6694AC

HEX: #6694AC
RGB: (102,148,172)

Color info

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

RGB color model

#6694AC color RGB value is (102,148,172).

  • red value is 102;
  • green value is 148;
  • blue value is 172.
RGB:
(102,148,172)
(40%,58%,67%)

RGB channels and saturation

R 102 of 255 = 40%
G 148 of 255 = 58%
B 172 of 255 = 67%

102
148
172

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

Portions of RGB colors in percentages

R + G + B =
102 + 148 + 172 = 422 (100%)
R 102 of 422 ~ 24.17%
G 148 of 422 ~ 35.07%
B 172 of 422 ~ 40.76%

%24.17
%35.07
%40.76

CMYK color model

#6694AC color CMYK value is (41,14,0,33).

  • cyan value is 40.70%
  • magenta value is 13.95%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(41,14,0,33)
C41M14Y0K33 
(41%,14%,0%,33%)
(0.41/0.14/0.00/0.33)	

CMYK percentages

%40.7
%13.95
%0
%32.55

Codes

Color #6694AC in popluar color models

6694AC
RGB102148172
HSL201°29.66%53.73%
HSB/HSV201°40.70%67.45%
CMYK40.70%13.95%0.00%
32.55%

Color #6694AC in popluar number systems.

HEX6694AC
Decimal102148172
Binary11001101001010010101100
Octal146224254

Shades and tints

Shades of #6694AC

#6694AC
(102,148,172)
#5D879D
(93,135,157)
#547A8E
(84,122,142)
#4B6D7F
(75,109,127)
#426070
(66,96,112)
#395361
(57,83,97)
#304652
(48,70,82)
#273943
(39,57,67)
#1E2C34
(30,44,52)
#151F25
(21,31,37)
#0C1216
(12,18,22)
#000000
(0,0,0)

Tints of #6694AC

#6694AC
(102,148,172)
#739DB3
(115,157,179)
#80A6BA
(128,166,186)
#8DAFC1
(141,175,193)
#9AB8C8
(154,184,200)
#A7C1CF
(167,193,207)
#B4CAD6
(180,202,214)
#C1D3DD
(193,211,221)
#CEDCE4
(206,220,228)
#DBE5EB
(219,229,235)
#E8EEF2
(232,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6694AC color. Also use rgb(102,148,172) instead hex code.

Text Font Color

.myTextColor { color: #6694AC; }

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

This text font color is #6694AC.


Background Color

.myBgColor { background-color: #6694AC; }

<div style="background-color:#6694AC">Inner text</div>

This div background color is #6694AC.


Border color

.myBorderColor { border: 1px solid #6694AC; }

<div style="border:3px solid #6694AC">Div</div>

This div border color is #6694AC.


Opacity

.myOpacity80 { color: #6694AC; opacity: 0.8; }

<p style="color:#6694AC;opacity:0.8;">80%</p>

Text with #6694AC 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 #6694AC;}

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

This text has shadow with #6694AC color.

.textShadow {text-shadow: 3px 3px 1px #6694AC, 3px 3px 1px red;}

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

This text has shadow with #6694AC primary color and red secondary color.


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

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

This text has shadow with #6694AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6694AC on black background.


Color preview on white background

This text has color #6694AC on white background.



Black color preview on #6694AC background

This text has black color on #6694AC background.


White color preview on #6694AC background

This text has white color on #6694AC background.