COLOR #6999AB

HEX: #6999AB
RGB: (105,153,171)

Color info

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

RGB color model

#6999AB color RGB value is (105,153,171).

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

RGB channels and saturation

R 105 of 255 = 41%
G 153 of 255 = 60%
B 171 of 255 = 67%

105
153
171

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

Portions of RGB colors in percentages

R + G + B =
105 + 153 + 171 = 429 (100%)
R 105 of 429 ~ 24.48%
G 153 of 429 ~ 35.66%
B 171 of 429 ~ 39.86%

%24.48
%35.66
%39.86

CMYK color model

#6999AB color CMYK value is (39,11,0,33).

  • cyan value is 38.60%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(39,11,0,33)
C39M11Y0K33 
(39%,11%,0%,33%)
(0.39/0.11/0.00/0.33)	

CMYK percentages

%38.6
%10.53
%0
%32.94

Codes

Color #6999AB in popluar color models

6999AB
RGB105153171
HSL196°28.21%54.12%
HSB/HSV196°38.60%67.06%
CMYK38.60%10.53%0.00%
32.94%

Color #6999AB in popluar number systems.

HEX6999AB
Decimal105153171
Binary11010011001100110101011
Octal151231253

Shades and tints

Shades of #6999AB

#6999AB
(105,153,171)
#608C9C
(96,140,156)
#577F8D
(87,127,141)
#4E727E
(78,114,126)
#45656F
(69,101,111)
#3C5860
(60,88,96)
#334B51
(51,75,81)
#2A3E42
(42,62,66)
#213133
(33,49,51)
#182424
(24,36,36)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #6999AB

#6999AB
(105,153,171)
#76A2B2
(118,162,178)
#83ABB9
(131,171,185)
#90B4C0
(144,180,192)
#9DBDC7
(157,189,199)
#AAC6CE
(170,198,206)
#B7CFD5
(183,207,213)
#C4D8DC
(196,216,220)
#D1E1E3
(209,225,227)
#DEEAEA
(222,234,234)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6999AB; }

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

This text font color is #6999AB.


Background Color

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

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

This div background color is #6999AB.


Border color

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

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

This div border color is #6999AB.


Opacity

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

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

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

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

This text has shadow with #6999AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6999AB on black background.


Color preview on white background

This text has color #6999AB on white background.



Black color preview on #6999AB background

This text has black color on #6999AB background.


White color preview on #6999AB background

This text has white color on #6999AB background.