COLOR #6C99AA

HEX: #6C99AA RGB: (108,153,170)

Color info

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

RGB color model

#6C99AA color RGB value is (108,153,170).

RGB: (108,153,170) (42%, 60%, 67%)

RGB channels and saturation

R 108 of 255 = 42%
G 153 of 255 = 60%
B 170 of 255 = 67%

108
153
170

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

Portions of RGB colors in percentages

R + G + B = 108 + 153 + 170 = 431 (100%)
R 108 of 431 ~ 25.06%
G 153 of 431 ~ 35.5%
B 170 of 431 ~ 39.44'%

%25.06
%35.5
%39.44

CMYK color model

#6C99AA color CMYK value is (36,10,0,33).

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

CMYK: (36,10,0,33)
C36M10Y0K33 (36%, 10%, 0%, 33%)
(0.36 / 0.10 / 0.00 / 0.33)

CMYK percentages

%36.47
%10
%0
%33.33

Codes

Color #6C99AA in popluar color models

6C 99 AA
RGB 108 153 170
HSL 196° 26.72% 54.51%
HSB/HSV 196° 36.47% 66.67%
CMYK 36.47% 10.00% 0.00%
33.33%

Color #6C99AA in popluar number systems.

HEX 6C 99 AA
Decimal 108 153 170
Binary 1101100 10011001 10101010
Octal 154 231 252

Shades and tints

Shades of #6C99AA

#6C99AA
(108,153,170)
#638C9B
(99,140,155)
#5A7F8C
(90,127,140)
#51727D
(81,114,125)
#48656E
(72,101,110)
#3F585F
(63,88,95)
#364B50
(54,75,80)
#2D3E41
(45,62,65)
#243132
(36,49,50)
#1B2423
(27,36,35)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #6C99AA

#6C99AA
(108,153,170)
#79A2B1
(121,162,177)
#86ABB8
(134,171,184)
#93B4BF
(147,180,191)
#A0BDC6
(160,189,198)
#ADC6CD
(173,198,205)
#BACFD4
(186,207,212)
#C7D8DB
(199,216,219)
#D4E1E2
(212,225,226)
#E1EAE9
(225,234,233)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C99AA color. Also use rgb(108,153,170) instead hex code.

Text Font Color

.myTextColor { color: #6C99AA; }

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

This text font color is #6C99AA.

Background Color

.myBgColor { background-color: #6C99AA; }

<div style="background-color:#6C99AA">Inner text</div>

This div background color is #6C99AA.

Border color

.myBorderColor { border: 1px solid #6C99AA; }

<div style="border:3px solid #6C99AA">Div</div>

This div border color is #6C99AA.

Opacity

.myOpacity80 { color: #6C99AA; opacity: 0.8; }

<p style="color:#6C99AA;opacity:0.8;">80%</p>

Text with #6C99AA 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 #6C99AA;}

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

This text has shadow with #6C99AA color.


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

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

This text has shadow with #6C99AA primary color and red secondary color.


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

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

This text has shadow with #6C99AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6C99AA.

Preview

Color preview on black background

This text has color #6C99AA on black background.


Color preview on white background

This text has color #6C99AA on white background.


Black color preview on #6C99AA background

This text has black color on #6C99AA background.


White color preview on #6C99AA background

This text has white color on #6C99AA background.


Related colors

Complementary color

Complementary color for #hex is #936655.


I love getcolorcode.com

Triadic colors

1 #AA6C99 and #99AA6C with #6C99AA are triadic colors.

2 #AA996C and #996CAA with #6C99AA are triadic colors.