COLOR #6AABC8

HEX: #6AABC8 RGB: (106,171,200)

Color info

#6AABC8 contains mainly green and blue colors. Web safe color of #6AABC8 is #6699CC (or #69C).

RGB color model

#6AABC8 color RGB value is (106,171,200).

RGB: (106,171,200) (42%, 67%, 78%)

RGB channels and saturation

R 106 of 255 = 42%
G 171 of 255 = 67%
B 200 of 255 = 78%

106
171
200

R + G + B ~ 62%. #6AABC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 106 + 171 + 200 = 477 (100%)
R 106 of 477 ~ 22.22%
G 171 of 477 ~ 35.85%
B 200 of 477 ~ 41.93'%

%22.22
%35.85
%41.93

CMYK color model

#6AABC8 color CMYK value is (47,15,0,22).

  • cyan value is 47.00%
  • magenta value is 14.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (47,15,0,22)
C47M15Y0K22 (47%, 15%, 0%, 22%)
(0.47 / 0.15 / 0.00 / 0.22)

CMYK percentages

%47
%14.5
%0
%21.57

Codes

Color #6AABC8 in popluar color models

6A AB C8
RGB 106 171 200
HSL 199° 46.08% 60.00%
HSB/HSV 199° 47.00% 78.43%
CMYK 47.00% 14.50% 0.00%
21.57%

Color #6AABC8 in popluar number systems.

HEX 6A AB C8
Decimal 106 171 200
Binary 1101010 10101011 11001000
Octal 152 253 310

Shades and tints

Shades of #6AABC8

#6AABC8
(106,171,200)
#619CB6
(97,156,182)
#588DA4
(88,141,164)
#4F7E92
(79,126,146)
#466F80
(70,111,128)
#3D606E
(61,96,110)
#34515C
(52,81,92)
#2B424A
(43,66,74)
#223338
(34,51,56)
#192426
(25,36,38)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #6AABC8

#6AABC8
(106,171,200)
#77B2CD
(119,178,205)
#84B9D2
(132,185,210)
#91C0D7
(145,192,215)
#9EC7DC
(158,199,220)
#ABCEE1
(171,206,225)
#B8D5E6
(184,213,230)
#C5DCEB
(197,220,235)
#D2E3F0
(210,227,240)
#DFEAF5
(223,234,245)
#ECF1FA
(236,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AABC8 color. Also use rgb(106,171,200) instead hex code.

Text Font Color

.myTextColor { color: #6AABC8; }

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

This text font color is #6AABC8.

Background Color

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

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

This div background color is #6AABC8.

Border color

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

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

This div border color is #6AABC8.

Opacity

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

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

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

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

This text has shadow with #6AABC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AABC8.

Preview

Color preview on black background

This text has color #6AABC8 on black background.


Color preview on white background

This text has color #6AABC8 on white background.


Black color preview on #6AABC8 background

This text has black color on #6AABC8 background.


White color preview on #6AABC8 background

This text has white color on #6AABC8 background.


Related colors

Complementary color

Complementary color for #hex is #955437.


I love getcolorcode.com

Triadic colors

1 #C86AAB and #ABC86A with #6AABC8 are triadic colors.

2 #C8AB6A and #AB6AC8 with #6AABC8 are triadic colors.