COLOR #6AA6C3

HEX: #6AA6C3
RGB: (106,166,195)

Color info

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

RGB color model

#6AA6C3 color RGB value is (106,166,195).

  • red value is 106;
  • green value is 166;
  • blue value is 195.
RGB:
(106,166,195)
(42%,65%,76%)

RGB channels and saturation

R 106 of 255 = 42%
G 166 of 255 = 65%
B 195 of 255 = 76%

106
166
195

R + G + B ~ 61%. #6AA6C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 166 + 195 = 467 (100%)
R 106 of 467 ~ 22.7%
G 166 of 467 ~ 35.55%
B 195 of 467 ~ 41.76%

%22.7
%35.55
%41.76

CMYK color model

#6AA6C3 color CMYK value is (46,15,0,24).

  • cyan value is 45.64%
  • magenta value is 14.87%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(46,15,0,24)
C46M15Y0K24 
(46%,15%,0%,24%)
(0.46/0.15/0.00/0.24)	

CMYK percentages

%45.64
%14.87
%0
%23.53

Codes

Color #6AA6C3 in popluar color models

6AA6C3
RGB106166195
HSL200°42.58%59.02%
HSB/HSV200°45.64%76.47%
CMYK45.64%14.87%0.00%
23.53%

Color #6AA6C3 in popluar number systems.

HEX6AA6C3
Decimal106166195
Binary11010101010011011000011
Octal152246303

Shades and tints

Shades of #6AA6C3

#6AA6C3
(106,166,195)
#6197B2
(97,151,178)
#5888A1
(88,136,161)
#4F7990
(79,121,144)
#466A7F
(70,106,127)
#3D5B6E
(61,91,110)
#344C5D
(52,76,93)
#2B3D4C
(43,61,76)
#222E3B
(34,46,59)
#191F2A
(25,31,42)
#101019
(16,16,25)
#000000
(0,0,0)

Tints of #6AA6C3

#6AA6C3
(106,166,195)
#77AEC8
(119,174,200)
#84B6CD
(132,182,205)
#91BED2
(145,190,210)
#9EC6D7
(158,198,215)
#ABCEDC
(171,206,220)
#B8D6E1
(184,214,225)
#C5DEE6
(197,222,230)
#D2E6EB
(210,230,235)
#DFEEF0
(223,238,240)
#ECF6F5
(236,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA6C3 color. Also use rgb(106,166,195) instead hex code.

Text Font Color

.myTextColor { color: #6AA6C3; }

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

This text font color is #6AA6C3.


Background Color

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

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

This div background color is #6AA6C3.


Border color

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

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

This div border color is #6AA6C3.


Opacity

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

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

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

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

This text has shadow with #6AA6C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA6C3 on black background.


Color preview on white background

This text has color #6AA6C3 on white background.



Black color preview on #6AA6C3 background

This text has black color on #6AA6C3 background.


White color preview on #6AA6C3 background

This text has white color on #6AA6C3 background.