COLOR #6AA5F1

HEX: #6AA5F1
RGB: (106,165,241)

Color info

#6AA5F1 contains mainly blue color. Web safe color of #6AA5F1 is #6699FF (or #69F).

RGB color model

#6AA5F1 color RGB value is (106,165,241).

  • red value is 106;
  • green value is 165;
  • blue value is 241.
RGB:
(106,165,241)
(42%,65%,95%)

RGB channels and saturation

R 106 of 255 = 42%
G 165 of 255 = 65%
B 241 of 255 = 95%

106
165
241

R + G + B ~ 67%. #6AA5F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 165 + 241 = 512 (100%)
R 106 of 512 ~ 20.7%
G 165 of 512 ~ 32.23%
B 241 of 512 ~ 47.07%

%20.7
%32.23
%47.07

CMYK color model

#6AA5F1 color CMYK value is (56,32,0,5).

  • cyan value is 56.02%
  • magenta value is 31.54%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(56,32,0,5)
C56M32Y0K5 
(56%,32%,0%,5%)
(0.56/0.32/0.00/0.05)	

CMYK percentages

%56.02
%31.54
%0
%5.49

Codes

Color #6AA5F1 in popluar color models

6AA5F1
RGB106165241
HSL214°82.82%68.04%
HSB/HSV214°56.02%94.51%
CMYK56.02%31.54%0.00%
5.49%

Color #6AA5F1 in popluar number systems.

HEX6AA5F1
Decimal106165241
Binary11010101010010111110001
Octal152245361

Shades and tints

Shades of #6AA5F1

#6AA5F1
(106,165,241)
#6196DC
(97,150,220)
#5887C7
(88,135,199)
#4F78B2
(79,120,178)
#46699D
(70,105,157)
#3D5A88
(61,90,136)
#344B73
(52,75,115)
#2B3C5E
(43,60,94)
#222D49
(34,45,73)
#191E34
(25,30,52)
#100F1F
(16,15,31)
#000000
(0,0,0)

Tints of #6AA5F1

#6AA5F1
(106,165,241)
#77ADF2
(119,173,242)
#84B5F3
(132,181,243)
#91BDF4
(145,189,244)
#9EC5F5
(158,197,245)
#ABCDF6
(171,205,246)
#B8D5F7
(184,213,247)
#C5DDF8
(197,221,248)
#D2E5F9
(210,229,249)
#DFEDFA
(223,237,250)
#ECF5FB
(236,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA5F1 color. Also use rgb(106,165,241) instead hex code.

Text Font Color

.myTextColor { color: #6AA5F1; }

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

This text font color is #6AA5F1.


Background Color

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

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

This div background color is #6AA5F1.


Border color

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

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

This div border color is #6AA5F1.


Opacity

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

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

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

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

This text has shadow with #6AA5F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA5F1 on black background.


Color preview on white background

This text has color #6AA5F1 on white background.



Black color preview on #6AA5F1 background

This text has black color on #6AA5F1 background.


White color preview on #6AA5F1 background

This text has white color on #6AA5F1 background.