COLOR #6AABCF

HEX: #6AABCF
RGB: (106,171,207)

Color info

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

RGB color model

#6AABCF color RGB value is (106,171,207).

  • red value is 106;
  • green value is 171;
  • blue value is 207.
RGB:
(106,171,207)
(42%,67%,81%)

RGB channels and saturation

R 106 of 255 = 42%
G 171 of 255 = 67%
B 207 of 255 = 81%

106
171
207

R + G + B ~ 63%. #6AABCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 171 + 207 = 484 (100%)
R 106 of 484 ~ 21.9%
G 171 of 484 ~ 35.33%
B 207 of 484 ~ 42.77%

%21.9
%35.33
%42.77

CMYK color model

#6AABCF color CMYK value is (49,17,0,19).

  • cyan value is 48.79%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(49,17,0,19)
C49M17Y0K19 
(49%,17%,0%,19%)
(0.49/0.17/0.00/0.19)	

CMYK percentages

%48.79
%17.39
%0
%18.82

Codes

Color #6AABCF in popluar color models

6AABCF
RGB106171207
HSL201°51.27%61.37%
HSB/HSV201°48.79%81.18%
CMYK48.79%17.39%0.00%
18.82%

Color #6AABCF in popluar number systems.

HEX6AABCF
Decimal106171207
Binary11010101010101111001111
Octal152253317

Shades and tints

Shades of #6AABCF

#6AABCF
(106,171,207)
#619CBD
(97,156,189)
#588DAB
(88,141,171)
#4F7E99
(79,126,153)
#466F87
(70,111,135)
#3D6075
(61,96,117)
#345163
(52,81,99)
#2B4251
(43,66,81)
#22333F
(34,51,63)
#19242D
(25,36,45)
#10151B
(16,21,27)
#000000
(0,0,0)

Tints of #6AABCF

#6AABCF
(106,171,207)
#77B2D3
(119,178,211)
#84B9D7
(132,185,215)
#91C0DB
(145,192,219)
#9EC7DF
(158,199,223)
#ABCEE3
(171,206,227)
#B8D5E7
(184,213,231)
#C5DCEB
(197,220,235)
#D2E3EF
(210,227,239)
#DFEAF3
(223,234,243)
#ECF1F7
(236,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AABCF; }

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

This text font color is #6AABCF.


Background Color

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

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

This div background color is #6AABCF.


Border color

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

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

This div border color is #6AABCF.


Opacity

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

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

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

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

This text has shadow with #6AABCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AABCF on black background.


Color preview on white background

This text has color #6AABCF on white background.



Black color preview on #6AABCF background

This text has black color on #6AABCF background.


White color preview on #6AABCF background

This text has white color on #6AABCF background.