COLOR #6999AA

HEX: #6999AA RGB: (105,153,170)

Color info

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

RGB color model

#6999AA color RGB value is (105,153,170).

RGB: (105,153,170) (41%, 60%, 67%)

RGB channels and saturation

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

105
153
170

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

Portions of RGB colors in percentages

R + G + B = 105 + 153 + 170 = 428 (100%)
R 105 of 428 ~ 24.53%
G 153 of 428 ~ 35.75%
B 170 of 428 ~ 39.72'%

%24.53
%35.75
%39.72

CMYK color model

#6999AA color CMYK value is (38,10,0,33).

  • cyan value is 38.24%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (38,10,0,33)
C38M10Y0K33 (38%, 10%, 0%, 33%)
(0.38 / 0.10 / 0.00 / 0.33)

CMYK percentages

%38.24
%10
%0
%33.33

Codes

Color #6999AA in popluar color models

69 99 AA
RGB 105 153 170
HSL 196° 27.66% 53.92%
HSB/HSV 196° 38.24% 66.67%
CMYK 38.24% 10.00% 0.00%
33.33%

Color #6999AA in popluar number systems.

HEX 69 99 AA
Decimal 105 153 170
Binary 1101001 10011001 10101010
Octal 151 231 252

Shades and tints

Shades of #6999AA

#6999AA
(105,153,170)
#608C9B
(96,140,155)
#577F8C
(87,127,140)
#4E727D
(78,114,125)
#45656E
(69,101,110)
#3C585F
(60,88,95)
#334B50
(51,75,80)
#2A3E41
(42,62,65)
#213132
(33,49,50)
#182423
(24,36,35)
#0F1714
(15,23,20)
#000000
(0,0,0)

Tints of #6999AA

#6999AA
(105,153,170)
#76A2B1
(118,162,177)
#83ABB8
(131,171,184)
#90B4BF
(144,180,191)
#9DBDC6
(157,189,198)
#AAC6CD
(170,198,205)
#B7CFD4
(183,207,212)
#C4D8DB
(196,216,219)
#D1E1E2
(209,225,226)
#DEEAE9
(222,234,233)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6999AA; }

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

This text font color is #6999AA.

Background Color

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

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

This div background color is #6999AA.

Border color

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

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

This div border color is #6999AA.

Opacity

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

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

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

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

This text has shadow with #6999AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6999AA.

Preview

Color preview on black background

This text has color #6999AA on black background.


Color preview on white background

This text has color #6999AA on white background.


Black color preview on #6999AA background

This text has black color on #6999AA background.


White color preview on #6999AA background

This text has white color on #6999AA background.


Related colors

Complementary color

Complementary color for #hex is #966655.


I love getcolorcode.com

Triadic colors

1 #AA6999 and #99AA69 with #6999AA are triadic colors.

2 #AA9969 and #9969AA with #6999AA are triadic colors.