COLOR #6995AB

HEX: #6995AB
RGB: (105,149,171)

Color info

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

RGB color model

#6995AB color RGB value is (105,149,171).

  • red value is 105;
  • green value is 149;
  • blue value is 171.
RGB:
(105,149,171)
(41%,58%,67%)

RGB channels and saturation

R 105 of 255 = 41%
G 149 of 255 = 58%
B 171 of 255 = 67%

105
149
171

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

Portions of RGB colors in percentages

R + G + B =
105 + 149 + 171 = 425 (100%)
R 105 of 425 ~ 24.71%
G 149 of 425 ~ 35.06%
B 171 of 425 ~ 40.24%

%24.71
%35.06
%40.24

CMYK color model

#6995AB color CMYK value is (39,13,0,33).

  • cyan value is 38.60%
  • magenta value is 12.87%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(39,13,0,33)
C39M13Y0K33 
(39%,13%,0%,33%)
(0.39/0.13/0.00/0.33)	

CMYK percentages

%38.6
%12.87
%0
%32.94

Codes

Color #6995AB in popluar color models

6995AB
RGB105149171
HSL200°28.21%54.12%
HSB/HSV200°38.60%67.06%
CMYK38.60%12.87%0.00%
32.94%

Color #6995AB in popluar number systems.

HEX6995AB
Decimal105149171
Binary11010011001010110101011
Octal151225253

Shades and tints

Shades of #6995AB

#6995AB
(105,149,171)
#60889C
(96,136,156)
#577B8D
(87,123,141)
#4E6E7E
(78,110,126)
#45616F
(69,97,111)
#3C5460
(60,84,96)
#334751
(51,71,81)
#2A3A42
(42,58,66)
#212D33
(33,45,51)
#182024
(24,32,36)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #6995AB

#6995AB
(105,149,171)
#769EB2
(118,158,178)
#83A7B9
(131,167,185)
#90B0C0
(144,176,192)
#9DB9C7
(157,185,199)
#AAC2CE
(170,194,206)
#B7CBD5
(183,203,213)
#C4D4DC
(196,212,220)
#D1DDE3
(209,221,227)
#DEE6EA
(222,230,234)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6995AB color. Also use rgb(105,149,171) instead hex code.

Text Font Color

.myTextColor { color: #6995AB; }

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

This text font color is #6995AB.


Background Color

.myBgColor { background-color: #6995AB; }

<div style="background-color:#6995AB">Inner text</div>

This div background color is #6995AB.


Border color

.myBorderColor { border: 1px solid #6995AB; }

<div style="border:3px solid #6995AB">Div</div>

This div border color is #6995AB.


Opacity

.myOpacity80 { color: #6995AB; opacity: 0.8; }

<p style="color:#6995AB;opacity:0.8;">80%</p>

Text with #6995AB 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 #6995AB;}

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

This text has shadow with #6995AB color.

.textShadow {text-shadow: 3px 3px 1px #6995AB, 3px 3px 1px red;}

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

This text has shadow with #6995AB primary color and red secondary color.


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

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

This text has shadow with #6995AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6995AB on black background.


Color preview on white background

This text has color #6995AB on white background.



Black color preview on #6995AB background

This text has black color on #6995AB background.


White color preview on #6995AB background

This text has white color on #6995AB background.