COLOR #6695A4

HEX: #6695A4
RGB: (102,149,164)

Color info

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

RGB color model

#6695A4 color RGB value is (102,149,164).

  • red value is 102;
  • green value is 149;
  • blue value is 164.
RGB:
(102,149,164)
(40%,58%,64%)

RGB channels and saturation

R 102 of 255 = 40%
G 149 of 255 = 58%
B 164 of 255 = 64%

102
149
164

R + G + B ~ 54%. #6695A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 149 + 164 = 415 (100%)
R 102 of 415 ~ 24.58%
G 149 of 415 ~ 35.9%
B 164 of 415 ~ 39.52%

%24.58
%35.9
%39.52

CMYK color model

#6695A4 color CMYK value is (38,9,0,36).

  • cyan value is 37.80%
  • magenta value is 9.15%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(38,9,0,36)
C38M9Y0K36 
(38%,9%,0%,36%)
(0.38/0.09/0.00/0.36)	

CMYK percentages

%37.8
%9.15
%0
%35.69

Codes

Color #6695A4 in popluar color models

6695A4
RGB102149164
HSL195°25.41%52.16%
HSB/HSV195°37.80%64.31%
CMYK37.80%9.15%0.00%
35.69%

Color #6695A4 in popluar number systems.

HEX6695A4
Decimal102149164
Binary11001101001010110100100
Octal146225244

Shades and tints

Shades of #6695A4

#6695A4
(102,149,164)
#5D8896
(93,136,150)
#547B88
(84,123,136)
#4B6E7A
(75,110,122)
#42616C
(66,97,108)
#39545E
(57,84,94)
#304750
(48,71,80)
#273A42
(39,58,66)
#1E2D34
(30,45,52)
#152026
(21,32,38)
#0C1318
(12,19,24)
#000000
(0,0,0)

Tints of #6695A4

#6695A4
(102,149,164)
#739EAC
(115,158,172)
#80A7B4
(128,167,180)
#8DB0BC
(141,176,188)
#9AB9C4
(154,185,196)
#A7C2CC
(167,194,204)
#B4CBD4
(180,203,212)
#C1D4DC
(193,212,220)
#CEDDE4
(206,221,228)
#DBE6EC
(219,230,236)
#E8EFF4
(232,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6695A4 color. Also use rgb(102,149,164) instead hex code.

Text Font Color

.myTextColor { color: #6695A4; }

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

This text font color is #6695A4.


Background Color

.myBgColor { background-color: #6695A4; }

<div style="background-color:#6695A4">Inner text</div>

This div background color is #6695A4.


Border color

.myBorderColor { border: 1px solid #6695A4; }

<div style="border:3px solid #6695A4">Div</div>

This div border color is #6695A4.


Opacity

.myOpacity80 { color: #6695A4; opacity: 0.8; }

<p style="color:#6695A4;opacity:0.8;">80%</p>

Text with #6695A4 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 #6695A4;}

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

This text has shadow with #6695A4 color.

.textShadow {text-shadow: 3px 3px 1px #6695A4, 3px 3px 1px red;}

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

This text has shadow with #6695A4 primary color and red secondary color.


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

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

This text has shadow with #6695A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6695A4 on black background.


Color preview on white background

This text has color #6695A4 on white background.



Black color preview on #6695A4 background

This text has black color on #6695A4 background.


White color preview on #6695A4 background

This text has white color on #6695A4 background.