COLOR #6AA1F4

HEX: #6AA1F4
RGB: (106,161,244)

Color info

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

RGB color model

#6AA1F4 color RGB value is (106,161,244).

  • red value is 106;
  • green value is 161;
  • blue value is 244.
RGB:
(106,161,244)
(42%,63%,96%)

RGB channels and saturation

R 106 of 255 = 42%
G 161 of 255 = 63%
B 244 of 255 = 96%

106
161
244

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

Portions of RGB colors in percentages

R + G + B =
106 + 161 + 244 = 511 (100%)
R 106 of 511 ~ 20.74%
G 161 of 511 ~ 31.51%
B 244 of 511 ~ 47.75%

%20.74
%31.51
%47.75

CMYK color model

#6AA1F4 color CMYK value is (57,34,0,4).

  • cyan value is 56.56%
  • magenta value is 34.02%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(57,34,0,4)
C57M34Y0K4 
(57%,34%,0%,4%)
(0.57/0.34/0.00/0.04)	

CMYK percentages

%56.56
%34.02
%0
%4.31

Codes

Color #6AA1F4 in popluar color models

6AA1F4
RGB106161244
HSL216°86.25%68.63%
HSB/HSV216°56.56%95.69%
CMYK56.56%34.02%0.00%
4.31%

Color #6AA1F4 in popluar number systems.

HEX6AA1F4
Decimal106161244
Binary11010101010000111110100
Octal152241364

Shades and tints

Shades of #6AA1F4

#6AA1F4
(106,161,244)
#6193DE
(97,147,222)
#5885C8
(88,133,200)
#4F77B2
(79,119,178)
#46699C
(70,105,156)
#3D5B86
(61,91,134)
#344D70
(52,77,112)
#2B3F5A
(43,63,90)
#223144
(34,49,68)
#19232E
(25,35,46)
#101518
(16,21,24)
#000000
(0,0,0)

Tints of #6AA1F4

#6AA1F4
(106,161,244)
#77A9F5
(119,169,245)
#84B1F6
(132,177,246)
#91B9F7
(145,185,247)
#9EC1F8
(158,193,248)
#ABC9F9
(171,201,249)
#B8D1FA
(184,209,250)
#C5D9FB
(197,217,251)
#D2E1FC
(210,225,252)
#DFE9FD
(223,233,253)
#ECF1FE
(236,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA1F4 color. Also use rgb(106,161,244) instead hex code.

Text Font Color

.myTextColor { color: #6AA1F4; }

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

This text font color is #6AA1F4.


Background Color

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

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

This div background color is #6AA1F4.


Border color

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

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

This div border color is #6AA1F4.


Opacity

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

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

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

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

This text has shadow with #6AA1F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA1F4 on black background.


Color preview on white background

This text has color #6AA1F4 on white background.



Black color preview on #6AA1F4 background

This text has black color on #6AA1F4 background.


White color preview on #6AA1F4 background

This text has white color on #6AA1F4 background.